Skills for AI agents
For guidance on when to use Axiom Skills and Axiom MCP Server, see AI agents.
Axiom Skills are open-source and welcome your contributions. For more information, see the GitHub repository.
Available skills#
Axiom provides the following skills:
Create and manage monitors and notifiers using the Axiom API
Design and build Axiom dashboards via API with chart types, APL patterns, and layouts
Analyze query patterns, find unused data, and build cost optimization dashboards
Query and explore OpenTelemetry metrics in Axiom's MetricsDB using MPL
Expert SRE investigator for incidents and debugging with hypothesis-driven methodology
Translate Splunk SPL queries to Axiom APL for migrations
Install Axiom Skills#
Install all Axiom skills at once for Claude Code, Cursor, and other Claude-compatible agents:
npx skills add axiomhq/skillsConfigure Axiom credentials#
All Axiom Skills share the same credential configuration. Create a configuration file at ~/.axiom.toml:
~/.axiom.toml
[deployments.dev]
url = "https://api.axiom.co"
token = "API_TOKEN"
org_id = "ORGANIZATION_ID"
edge_url = "AXIOM_DOMAIN"Replace API_TOKEN with the Axiom API token you have generated. For added security, store the API token in an environment variable.
Replace ORGANIZATION_ID with your organization ID. For more information, see Determine organization ID.
Replace AXIOM_DOMAIN with the base domain of your edge deployment. For more information, see Edge deployments.
For token creation and scoping guidance, see Token hygiene for AI agents.