cargo-analytics
Agent skill from getcargohq/cargo-skills.
What it does
- run get-metrics / run count — workflow-scoped, predefined aggregations. Best when you already have a workflowUuid.
- run download / run download-outputs — per-record output retrieval.
- segment download / storage query execute — storage data (Companies, Contacts, …).
Requirements & configuration
- Most analytics commands require UUIDs. Discover them before querying.
- Returns each run as a JSON object with status, timing, executions, and runContext.<nodeSlug> containing per-node outputs. Best for debugging or when you need the full execution history.
- IMPORTANT: segment download requires --model-uuid, not --segment-uuid. Get the modelUuid from segment list.
Configuration: POST
Derived from the skill's own SKILL.md documentation · extracted 2026-07-23
Source
Repository: https://github.com/getcargohq/cargo-skills
cargo-analytics FAQ
What does the cargo-analytics skill do?
Download workflow run results, export segment data, and monitor run metrics using the Cargo CLI. Use when the user wants run metrics, error rates, data export, or download results for their Cargo workspace. For billing and credit usage, use the cargo-billing skill instead. For explaining WHY a run failed or a batch has errors, use the cargo-diagnostics skill instead. run get-metrics / run count — workflow-scoped, predefined aggregations. Best when you already have a workflowUuid. run download / run download-outputs — per-record output retrieval.
What does cargo-analytics require?
Most analytics commands require UUIDs. Discover them before querying. Returns each run as a JSON object with status, timing, executions, and runContext.<nodeSlug> containing per-node outputs. Best for debugging or when you need the full execution history. IMPORTANT: segment download requires --model-uuid, not --segment-uuid. Get the modelUuid from segment list. Configuration keys: POST.
How do I install cargo-analytics?
Run: npx -y skills add https://github.com/getcargohq/cargo-skills --skill cargo-analytics --agent claude-code — the source lives at github.com/getcargohq/cargo-skills.
Maintain cargo-analytics?
Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.
[cargo-analytics on getagentictools](https://getagentictools.com/skills/getcargohq-cargo-skills-cargo-analytics?ref=badge) npx agentictools info skills/getcargohq-cargo-skills-cargo-analytics The second line is the CLI lookup for this page — handy in READMEs and docs.