Skip to content

feat: add Datadog connector AI coder skill - #140

Open
major-connector-creator[bot] wants to merge 1 commit into
mainfrom
claude/datadog-connector-impl
Open

feat: add Datadog connector AI coder skill#140
major-connector-creator[bot] wants to merge 1 commit into
mainfrom
claude/datadog-connector-impl

Conversation

@major-connector-creator

Copy link
Copy Markdown
Contributor

Summary

Add the AI coder skill for the Datadog connector. Uses the HTTP-proxy-only pattern (no typed client section).

Changes

plugins/shared/skills/resources_datadog/SKILL.md (new file)

  • Documents two interaction methods: MCP tools and HTTP proxy (createProxyFetch)
  • Provides examples for querying metrics, listing monitors, and searching logs
  • Notes region-specific base URLs, automatic auth header injection, API versioning, rate limits, and pagination

Notes

  • This is part of the Datadog connector implementation across 3 repos
  • No custom typed TypeScript client — Datadog uses the HTTP proxy + MCP proxy pattern (like Browserbase and Langfuse)
  • The skill intentionally does NOT mention Datadog's internal MCP server — from the AI coder's perspective, this is an HTTP proxy connector

Add SKILL.md for the Datadog connector with HTTP proxy usage patterns.
Documents createProxyFetch usage for REST API calls with automatic
DD-API-KEY + DD-APPLICATION-KEY header injection. Notes region-specific
base URLs, API versioning, rate limits, and pagination.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant