Axiomhq Cli
axiomhq-cli is a Claude Code plugin for the Operate phase that puts Axiom log, metric, and trace querying on the command line for agent-assisted production debugging.
Query logs, metrics, and traces from the terminal while debugging production without leaving Claude Code.
Add it to Claude Code
Install the plugin in Claude Code. One command, paste-ready.
/plugin install axiomhq-cli@axiomhq/cliBuilt to be called by your agent
Skillselion is itself an MCP server. Your agent can pull this entry and a paste-ready install config straight from the API - no copy-paste.
Retrieve this entry with skillselion.get_details("plugin:axiomhq/cli") and the paste-ready config with skillselion.get_install_config("plugin:axiomhq/cli").
What it does
axiomhq-cli is a Claude Code plugin that exposes the axiomhq/cli repository as a one-skill bundle so solo builders can pull observability onto the command line instead of context-switching to dashboards. It is aimed at indie operators who already send telemetry to Axiom and want Claude to help formulate queries, interpret log patterns, and reason about metrics and traces while fixing incidents or tuning performance. Use it in the Operate phase when something broke in prod, when you need to correlate errors across services, or when you are validating that a deploy did not spike latency. The bundle emphasizes APL, query assistance, and the full observability triad—logs, metrics, and traces—rather than generic shell scripting. Install when your stack is on Axiom and you want the agent to speak the same query language your on-call runbooks use, without claiming a separate GUI replacement for the Axiom web app.
Highlights
- Runs Axiom observability workflows from the command line inside your agent session
- Covers logs, metrics, traces, and APL-style querying keywords from the plugin bundle
- Single-plugin bundle (pluginCount: 1) focused on CLI assistance for Claude Code
- Pairs with agent-assisted investigation when production behavior is unclear
Why builders use it
Dashboard hopping and hand-typed APL slow you down when Claude is already in your terminal but cannot talk to your observability store.
You can investigate production signals with CLI-oriented Axiom workflows while staying inside the same Claude Code session.
At a glance
- Type - Plugin in DevOps.
- Adoption - 0 installs, 54 stars, 0 votes.
FAQ
Who is axiomhq-cli for?
Indie and solo builders who use Axiom for logs, metrics, and traces and want Claude Code to help run CLI-side observability queries.
When should I use axiomhq-cli?
Use it during Operate and monitoring when you need to query telemetry, trace failures, or validate deploy health without leaving your agent workflow.
How do I add axiomhq-cli to my agent?
Register the axiomhq/cli Claude Code plugin from Skillselion, install per your Claude Code plugin flow, and configure Axiom API credentials the CLI expects before invoking skills.
Comments
Share how you use axiomhq-cli, gotchas, or tips for other indie builders.
No comments yet - be the first to share how you use it.