Stats
Actions
Tags
From cogni-ai-dev-ops
Reference, APIs, and programmatic access for Datadog documentation and API. Use for docs retrieval or API interaction with cURL.
How this skill is triggered — by the user, by Claude, or both
Slash command
/cogni-ai-dev-ops:datadog-docsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
<!-- markdownlint-disable MD013 MD023 MD031 MD032 -->
Execute Datadog API requests to fetch live objects, metrics, or monitor statuses, and retrieve Datadog documentation via LLM-optimized endpoints.
datadog-mcp) are available, as they natively format data for LLM context windows.datadog-agent instead.jq to truncate or filter the output, causing the agent to run out of memory.DD-API-KEY or DD-APPLICATION-KEY in the terminal during debugging, exposing it in the workflow logs.datadoghq.com when the organization's Datadog instance is actually hosted on datadoghq.eu or us3.datadoghq.com,
resulting in HTTP 403 or 404 errors.references/api_reference.md for the complete catalog of API endpoint documentation links.DD-API-KEY and DD-APPLICATION-KEY are available in the environment.datadoghq.com, but it could be datadoghq.eu, us3.datadoghq.com, etc. based on the target environment.llms.txt to access broader documentation links.curl to construct the API request, passing necessary headers and query parameters.jq to parse and extract relevant data from the JSON response.jq or python to prune large JSON responses, especially when fetching dashboards or monitors.start or page parameters.403 Forbidden or Failed permission authorization checks: Check DD-API-KEY and DD-APPLICATION-KEY validity
and ensure they match the correct Datadog site (datadoghq.com vs datadoghq.eu).
Also verify that the Application Key has the required scopes for the targeted API endpoint.429 Too Many Requests: Implement exponential backoff if hitting API rate limits.404 Not Found: Verify the ID, endpoint path, and ensure you are hitting the correct region endpoint.DD-API-KEY or DD-APPLICATION-KEY in clear text outputs.from and to bounds to avoid overloading the context window.jq when possible.npx claudepluginhub cogni-ai-ou/cogni-ai-agentic-collections --plugin cogni-ai-dev-opsGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.