datadog
v17.48.1Datadog observability guidance via the pup CLI
By baleen37License: MIT4 GitHub starsUpdated 2 weeks ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 5, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install datadog for Codex and Claude Code
codex plugin marketplace add baleen37/bstack
codex plugin marketplace upgrade bstack
codex plugin add datadog@bstackPaste and run these commands in a terminal with Codex. They add and refresh the bstack catalog, then install this plugin.
Compatibility: the page URL and API slug “datadog-3” remain stable.
- Codex:
datadog-3@agent-plugin-marketplace→datadog@bstack
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/baleen37/bstackClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/datadog/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json└── skills/datadog/SKILL.md
Included Skills1
Use the Datadog pup CLI for logs, monitors, APM, metrics, and incident investigation.
Plugin manifests2
{
"name": "datadog",
"version": "17.48.1",
"description": "Datadog observability guidance via the pup CLI",
"author": {
"name": "baleen37",
"email": "[email protected]"
},
"license": "MIT",
"keywords": [
"datadog",
"observability",
"monitoring",
"logs",
"apm",
"pup"
],
"skills": "./skills/",
"interface": {
"displayName": "Datadog",
"shortDescription": "Datadog observability guidance via the pup CLI",
"longDescription": "Datadog observability guidance via the pup CLI",
"developerName": "baleen37",
"category": "Productivity",
"capabilities": [
"Skills"
],
"defaultPrompt": [
"Use Datadog for this task."
]
}
}{
"name": "datadog",
"version": "17.48.1",
"description": "Datadog observability guidance via the pup CLI",
"author": {
"name": "baleen37",
"email": "[email protected]"
},
"license": "MIT",
"keywords": [
"datadog",
"observability",
"monitoring",
"logs",
"apm",
"pup"
],
"skills": "./skills/"
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[datadog on Agent Plugins Marketplace](https://pluginsmp.com/plugins/datadog-3)