π
Axiom
Log Analysis Cloud & DevOpsInstall Command
npx clawhub@latest install axiom
Installation Guide
1
Check Environment
Make sure Node.js 22+ and OpenClaw are installed. Run openclaw --version in your terminal to verify.
2
Run Installation
Run the install command above in your terminal. ClawHub will automatically download and install Axiom to the ~/.openclaw/skills/ directory.
3
Verify Installation
Run openclaw skills list to check your installed skills and confirm Axiom appears in the list.
4
Configure (Optional)
Follow the configuration instructions in the description below to add skill settings to ~/.config/openclaw/openclaw.json5.
Manual Installation: Copy the Skill folder to
~/.openclaw/skills/ or the skills/ directory in your project root. Make sure the folder contains a SKILL.md file.
Query log data using APL
Create data visualizations and dashboards
Set up alert rules and monitoring
Detailed Description
Axiom MCP Server integrates the Axiom log and event data platform into AI, enabling you to query logs and analyze system metrics using natural language.
Core Features
- Log Querying: Query massive log data using APL (Axiom Processing Language) with filtering, aggregation, and statistical support
- Data Visualization: Create charts and dashboards for real-time monitoring of system metrics and business data
- Alert Management: Set query-based alert rules that automatically notify when metrics become anomalous
Configuration
{
"mcpServers": {
"axiom": {
"command": "npx",
"args": ["-y", "@axiomhq/mcp"],
"env": {
"AXIOM_TOKEN": "Your Axiom API token",
"AXIOM_ORG_ID": "Organization ID"
}
}
}
}
Use Cases
- Query application logs using natural language to quickly locate errors and anomalies
- Analyze request latency and error rate change trends
- Generate daily or weekly system health reports
- Troubleshoot production environment issues with rapid log retrieval