
axiomhq/cli
4 skills50 installs236 starsGitHub
Install
npx skills add https://github.com/axiomhq/cliSkills in this repo
1Axiom AplThis skill is an APL (Axiom Processing Language) query reference for analyzing observability data in Axiom via the authenticated Axiom CLI. It documents core query structure, operators, functions, time handling and OpenTelemetry field mappings, and enforces schema discovery before writing queries. It is auto-invoked by the other Axiom skills when they need to write or debug APL queries, so it is not user-invocable on its own.13installs2Explore DatasetThis skill systematically explores an Axiom dataset to understand its schema, fields, volume and patterns. A developer uses it when discovering a new dataset, investigating data structure or figuring out what data is available. It runs a protocol of schema discovery, data sampling, volume analysis and categorical and numerical field analysis through the authenticated Axiom CLI, then outputs a dataset summary with recommended queries and monitoring opportunities.13installs3Detect AnomaliesThis skill detects anomalies in Axiom observability datasets by comparing recent patterns to historical baselines using statistical analysis. A developer uses it to catch volume spikes or drops, newly-appeared error types, statistical outliers, error-rate spikes and latency degradation. It runs APL queries through the authenticated Axiom CLI and warns that z-score methods need at least 30 samples per bucket and a 24-hour baseline to be meaningful.12installs4Find TracesThis skill analyzes OpenTelemetry distributed traces from Axiom to identify errors, latency issues and root causes. A developer uses it when investigating a trace ID, finding traces by criteria like errors, latency or service, or debugging distributed-system issues. It provides APL query templates for getting a trace by ID, finding error and slow traces, and critical-path analysis, plus an OTel field reference and guidance on correlating trace data back to source code.12installs