{
  "markdown": "# Axiom Skills\n\nAgent skills for working with [Axiom](https://axiom.co). Skills are folders of instructions, scripts, and resources that coding agents load dynamically to improve performance on specialized tasks.\n\n## Available Skills\n\n| Skill                                          | Description                                    |\n| ---------------------------------------------- | ---------------------------------------------- |\n| [sre](skills/sre/)                             | Hypothesis-driven SRE investigation with Axiom |\n| [spl-to-apl](skills/spl-to-apl/)               | Translate Splunk SPL queries to Axiom APL      |\n| [building-dashboards](skills/building-dashboards/) | Design and build Axiom dashboards from intent, templates, Splunk migrations, and metrics/MPL chart payloads (works with [query-metrics](skills/query-metrics/)) |\n| [axiom-alerting](skills/axiom-alerting/) | Unified monitor + notifier management for Axiom alerting via the v2 API |\n| [controlling-costs](skills/controlling-costs/) | Analyze query patterns to find unused data and optimize Axiom costs |\n| [query-metrics](skills/query-metrics/) | Run metrics queries against Axiom MetricsDB and discover available metrics, tags, and values |\n| [metrics-chart](skills/metrics-chart/) | Render metrics query results (`application/vnd.metrics.v3+json`) as line charts; zero-dependency ASCII by default, optional gnuplot PNG/SVG/sixel (pairs with [query-metrics](skills/query-metrics/)) |\n| [writing-evals](skills/writing-evals/) | Scaffold evaluation suites for the Axiom AI SDK |\n\n## Requirements\n\n- **jq** - JSON processor (`brew install jq` or `apt install jq`)\n- **curl** - HTTP client (usually pre-installed)\n- **bc** - Calculator, needed by controlling-costs (`brew install bc` or `apt install bc`)\n\n## MCP Server\n\n`.mcp.json` configures the hosted [Axiom MCP Server](https://github.com/axiomhq/mcp) at `https://mcp.axiom.co/mcp` for agent clients that install plugins from a manifest. See the [MCP setup docs](https://axiom.co/docs/console/intelligence/mcp-server).\n\n## Installation\n\n```bash\nnpx skills add axiomhq/skills\n```\n\nThis installs all skills. Skills have dependencies on each other (e.g., `controlling-costs` depends on `sre` and `building-dashboards`), so installing all is recommended.\n\nAfter installing, run the setup script to configure Axiom access:\n\n```bash\n~/.config/agents/skills/sre/scripts/setup\n```\n\n## Configuration\n\nMost skills require access to Axiom. Create `~/.axiom.toml` with your deployment(s):\n\n```toml\n[deployments.prod]\nurl = \"https://api.axiom.co\"\ntoken = \"xaat-your-api-token\"\norg_id = \"your-org-id\"\n\n[deployments.staging]\nurl = \"https://api.axiom.co\"\ntoken = \"xaat-your-staging-token\"\norg_id = \"your-staging-org-id\"\n```\n\n**To get these values:**\n- **`org_id`** - The organization ID. Get it from Settings → Organization.\n- **`token`** - Use an advanced API token with minimal privileges.\n\nThe deployment name (e.g., `prod`, `staging`) is passed to scripts: `scripts/axiom-query prod \"...\"`\n\n## License\n\nMIT License - see [LICENSE](LICENSE)\n",
  "bytes": 3067,
  "sha": "82f06334bdb4e676d8e0adad3fb6c90bbbc3af19ca16e588828da19f52a6b03c",
  "repo_slug": "axiomhq/skills",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/skl_axiomhq_skills_building_dashboards_0d046013/readme"
}