Public skills for AI assistants built by Hydrolix.
This repo is the landing place for Hydrolix-provided public skills. Some skills support Insights and other solutions bundles using the Hydrolix MCP server; others can support broader Hydrolix workflows over time.
| Skill | Description |
|---|---|
| bot-insights | Bot traffic intelligence — scoring, verified/unverified classification, attack data analysis |
| cdn-insights | Multi-CDN traffic analysis — cache efficiency, origin health, error rates, geographic distribution |
| hydrolix-query-debugging | Debug slow, timing-out, OOM, or circuit-broken Hydrolix SQL queries — enable hdx_query_debug, read hdx.active_queries, map errors to fixes |
| zuplo-api-insights | Zuplo API gateway analysis — auth, rate limiting, consumers, route performance, and edge security correlation |
Current bundled skills assume:
- A Hydrolix cluster with the relevant deployment or solution enabled
- The Hydrolix MCP server connected to your AI assistant
Standalone skill zip files are published by CI to the repo's GitHub Pages site and are also attached to releases when a release is cut.
claude plugin install hydrolix/public-skillsThis installs all skills at once. Skills are invoked as:
/public-skills:cdn-insights
/public-skills:bot-insights
/public-skills:zuplo-api-insights
To test locally before publishing:
claude --plugin-dir /path/to/public-skillsDownload a skill zip from the GitHub Pages site or a release asset, then extract it into your platform's skills directory:
Claude Code:
unzip cdn-insights.zip -d ~/.claude/skills/OpenAI Codex:
unzip cdn-insights.zip -d .agents/skills/Gemini CLI:
unzip cdn-insights.zip -d .gemini/skills/The references/ files in each skill are generated from bundle definitions. To regenerate:
python scripts/generate-schema.py \
--bundles-dir /path/to/solution-bundles/bundles \
--schemas-dir /path/to/catalog-content-live-dashboard-validation/bundles \
--output-dir skillsApache 2.0 — see LICENSE.