Query Axiom Logs

Query Axiom datasets with time filters and output tabular results.

1.1k|68|Updated Nov 14, 2025
One-click install
npx skills add https://github.com/vm0-ai/vm0 --skill query-axiom-logs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Query Axiom Logs
Source: https://github.com/vm0-ai/vm0/tree/main/.claude/skills/query-axiom-logs
Command: npx skills add https://github.com/vm0-ai/vm0 --skill query-axiom-logs

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill enables quick access to Axiom logs for debugging without risking data ingestion or modification.

Core Features & Use Cases

  • Read-only log access: Retrieve web, agent, and sandbox telemetry for troubleshooting.
  • Dataset-focused queries: Target specific datasets like web logs, agent events, and sandbox telemetry.
  • Use Case: A developer needs to investigate a recent error in the agent run by fetching recent log entries and associated timestamps.

Quick Start

  • Install and configure the Axiom CLI if required.
  • Run a query against the desired dataset using the provided commands in the environment.
  • Review the tabular results and iterate with time-based filters as needed.

Frequently Asked Questions about Query Axiom Logs

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I query Axiom logs to debug agent and sandbox telemetry?

Query Axiom logs by running CLI commands against specific datasets with time filters. The Skill retrieves web, agent, and sandbox telemetry in read-only mode and outputs results in tabular form for debugging.

Can I query Axiom logs without risking data ingestion or modification?

Yes, querying Axiom logs operates strictly in read-only mode. You can retrieve web, agent, and sandbox telemetry for troubleshooting without risking any data ingestion or modification to the datasets.

What is the best way to filter Axiom dataset queries for recent production errors?

Filter Axiom dataset queries by applying time-based filters via the CLI. You can target specific datasets like web logs or agent events and iterate with time filters to isolate recent production errors.

Do I need the Axiom CLI installed to query telemetry logs?

Yes, you need to install and configure the Axiom CLI in your environment. The Skill uses the Axiom CLI to execute queries against desired datasets and output the telemetry results in tabular form.

What datasets can I target when querying Axiom logs for debugging?

You can target specific datasets like web logs, agent events, and sandbox telemetry. The dataset-focused queries allow you to retrieve relevant log entries and associated timestamps for troubleshooting.

Why are my Axiom log queries returning too much telemetry data?

Axiom log queries may return excessive data if time filters are too broad. Iterate with narrower time-based filters via the CLI to limit the tabular results to only the relevant log entries needed for debugging.