AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Observability Cli Guides

skill-using-system-oddyssey-observability-cli-guides · by using-system

Curated map of the terminal query surface of every major observability backend. Use when observing a run - local or remote - to pick the stack's backend and learn how to authenticate and query its metrics, traces, logs, and profiles from a CLI - Grafana (gcx), Datadog (Pup CLI), Dynatrace (dtctl and DQL), Azure Monitor (az), AWS CloudWatch and X-Ray (aws), Splunk (splunk CLI and SPL).

No reviews yet
0 installs
12 views
0.0% view→install

Install

$ agentstack add skill-using-system-oddyssey-observability-cli-guides

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access Used
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-using-system-oddyssey-observability-cli-guides)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
3d ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Observability Cli Guides? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Observability CLI Guides

A selection map over the query CLIs of the major observability backends. Pick the observed stack's backend, read its reference file, then follow the linked official docs — the fetched page is the source of truth, not memory. The method is the same everywhere: authenticate, discover what the service emits, then query what you discovered.

Pick the backend

| Backend | CLI | Reference | | --- | --- | --- | | Grafana (local oddyssey stack, self-hosted, Cloud) | gcx | [references/grafana.md](references/grafana.md) | | Datadog | Pup CLI (pup) | [references/datadog.md](references/datadog.md) | | Dynatrace | dtctl (DQL) | [references/dynatrace.md](references/dynatrace.md) | | Azure Monitor (App Insights, Log Analytics) | az (KQL) | [references/azure-monitor.md](references/azure-monitor.md) | | AWS CloudWatch + X-Ray | aws | [references/cloudwatch.md](references/cloudwatch.md) | | Splunk (Enterprise / Cloud Platform, Observability Cloud) | splunk (SPL) | [references/splunk.md](references/splunk.md) |

Each reference covers: setup and authentication, the discovery-then-query commands per signal (metrics, traces, logs, profiles where the backend has them), and Planning notes with the backend's coverage gaps and quirks.

For the local oddyssey stack (the Grafana case), the setup-local-stack skill carries the ready-made gcx context — isolated config and datasource UIDs. gcx is the stack's mandatory query CLI.

Rules

  • Recommendations and commands must come from the reference's linked docs,

fetched — never from memory; CLIs move fast.

  • Credentials come from the environment or the caller (env vars, secret

stores); never invent, echo, or store them.

  • Planning notes are a snapshot (last verified 2026-08); the fetched

official page always overrides them.

  • If the stack's backend is not in the table, say so and fall back to the

backend's documented REST API over curl — the discover-then-query method still applies.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.