Skill · em Dados, IA e pesquisa

datadog-cli

Datadog CLI for searching logs, querying metrics, tracing requests, and managing dashboards. Use this when debugging production issues or working with Datadog observability.

Procedência

Antes de instalar

7 arquivos · 20,7 KB · só texto, nenhum script

Instalar na sua CLI

O comando baixa a versão fixada (commit 57f899e) direto da origem, para a pasta que a CLI lê. Precisa de curl (macOS e Linux); no Windows não há comando, porque o Rook Labs é para macOS.

Claude Code

Neste projeto: instala em .claude/skills/datadog-cli/.

d=".claude/skills/datadog-cli"
u="https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/cli-tool/components/skills/ai-research/datadog-cli"
curl -fsSL --create-dirs \
  -o "$d/SKILL.md" "$u/SKILL.md" \
  -o "$d/README.md" "$u/README.md" \
  -o "$d/references/dashboards.md" "$u/references/dashboards.md" \
  -o "$d/references/logs-commands.md" "$u/references/logs-commands.md" \
  -o "$d/references/metrics.md" "$u/references/metrics.md" \
  -o "$d/references/query-syntax.md" "$u/references/query-syntax.md" \
  -o "$d/references/workflows.md" "$u/references/workflows.md" \
  -o "$d/LICENSE" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/LICENSE"

Global: instala em ~/.claude/skills/datadog-cli/.

d="$HOME/.claude/skills/datadog-cli"
u="https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/cli-tool/components/skills/ai-research/datadog-cli"
curl -fsSL --create-dirs \
  -o "$d/SKILL.md" "$u/SKILL.md" \
  -o "$d/README.md" "$u/README.md" \
  -o "$d/references/dashboards.md" "$u/references/dashboards.md" \
  -o "$d/references/logs-commands.md" "$u/references/logs-commands.md" \
  -o "$d/references/metrics.md" "$u/references/metrics.md" \
  -o "$d/references/query-syntax.md" "$u/references/query-syntax.md" \
  -o "$d/references/workflows.md" "$u/references/workflows.md" \
  -o "$d/LICENSE" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/LICENSE"

Codex

Neste projeto: instala em .agents/skills/datadog-cli/.

d=".agents/skills/datadog-cli"
u="https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/cli-tool/components/skills/ai-research/datadog-cli"
curl -fsSL --create-dirs \
  -o "$d/SKILL.md" "$u/SKILL.md" \
  -o "$d/README.md" "$u/README.md" \
  -o "$d/references/dashboards.md" "$u/references/dashboards.md" \
  -o "$d/references/logs-commands.md" "$u/references/logs-commands.md" \
  -o "$d/references/metrics.md" "$u/references/metrics.md" \
  -o "$d/references/query-syntax.md" "$u/references/query-syntax.md" \
  -o "$d/references/workflows.md" "$u/references/workflows.md" \
  -o "$d/LICENSE" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/LICENSE"

Global: instala em ~/.agents/skills/datadog-cli/.

d="$HOME/.agents/skills/datadog-cli"
u="https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/cli-tool/components/skills/ai-research/datadog-cli"
curl -fsSL --create-dirs \
  -o "$d/SKILL.md" "$u/SKILL.md" \
  -o "$d/README.md" "$u/README.md" \
  -o "$d/references/dashboards.md" "$u/references/dashboards.md" \
  -o "$d/references/logs-commands.md" "$u/references/logs-commands.md" \
  -o "$d/references/metrics.md" "$u/references/metrics.md" \
  -o "$d/references/query-syntax.md" "$u/references/query-syntax.md" \
  -o "$d/references/workflows.md" "$u/references/workflows.md" \
  -o "$d/LICENSE" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/LICENSE"

Antigravity

Neste projeto: instala em .agents/skills/datadog-cli/.

d=".agents/skills/datadog-cli"
u="https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/cli-tool/components/skills/ai-research/datadog-cli"
curl -fsSL --create-dirs \
  -o "$d/SKILL.md" "$u/SKILL.md" \
  -o "$d/README.md" "$u/README.md" \
  -o "$d/references/dashboards.md" "$u/references/dashboards.md" \
  -o "$d/references/logs-commands.md" "$u/references/logs-commands.md" \
  -o "$d/references/metrics.md" "$u/references/metrics.md" \
  -o "$d/references/query-syntax.md" "$u/references/query-syntax.md" \
  -o "$d/references/workflows.md" "$u/references/workflows.md" \
  -o "$d/LICENSE" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/LICENSE"

Global: instala em ~/.gemini/antigravity-cli/skills/datadog-cli/.

d="$HOME/.gemini/antigravity-cli/skills/datadog-cli"
u="https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/cli-tool/components/skills/ai-research/datadog-cli"
curl -fsSL --create-dirs \
  -o "$d/SKILL.md" "$u/SKILL.md" \
  -o "$d/README.md" "$u/README.md" \
  -o "$d/references/dashboards.md" "$u/references/dashboards.md" \
  -o "$d/references/logs-commands.md" "$u/references/logs-commands.md" \
  -o "$d/references/metrics.md" "$u/references/metrics.md" \
  -o "$d/references/query-syntax.md" "$u/references/query-syntax.md" \
  -o "$d/references/workflows.md" "$u/references/workflows.md" \
  -o "$d/LICENSE" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/LICENSE"

Peça ao Rook

Já usa o Rook Labs? Cole no chat do Rook: instale a skill https://rooklabs.sh/marketplace/cct.datadog-cli

Prévia do SKILL.md

---
name: datadog-cli
description: Datadog CLI for searching logs, querying metrics, tracing requests, and managing dashboards. Use this when debugging production issues or working with Datadog observability.
---

# Datadog CLI

A CLI tool for AI agents to debug and triage using Datadog logs and metrics.

## Required Reading

**You MUST read the relevant reference docs before using any command:**
- [Log Commands](references/logs-commands.md)
- [Metrics](references/metrics.md)
- [Query Syntax](references/query-syntax.md)
- [Workflows](references/workflows.md)
- [Dashboards](references/dashboards.md)

## Setup

### Environment Variables (Required)

```bash
export DD_API_KEY="your-api-key"
export DD_APP_KEY="your-app-key"
```

Get keys from: https://app.datadoghq.com/organization-settings/api-keys

### Running the CLI

```bash
npx @leoflores/datadog-cli <command>
```

For non-US Datadog sites, use `--site` flag:
```bash
npx @leoflores/datadog-cli logs search --query "*" --site datadoghq.eu
```
…

Ver todo o marketplace