
Lapdog
- 82 repo stars
- Updated July 29, 2026
- DataDog/dd-apm-test-agent
lapdog (Claude Code plugin)
About
lapdog (Claude Code plugin). Covers setup, configuration, and when-to-use guidance from upstream documentation for plugins/lapdog.
- lapdog (Claude Code plugin).
- Configuration patterns for plugins/lapdog.
- Evidence-backed steps from upstream documentation.
- When-to-use criteria for plugins/lapdog versus alternatives.
Lapdog by the numbers
- Data as of Jul 30, 2026 (Skillselion catalog sync)
lapdog capabilities & compatibility
- Capabilities
- plugins/lapdog quick start · plugins/lapdog when to use guidance · plugins/lapdog integration patterns
/plugin marketplace add DataDog/dd-apm-test-agent/plugin install lapdog@lapdogAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| repo stars | ★ 82 |
|---|---|
| Last updated | July 29, 2026 |
| Repository | DataDog/dd-apm-test-agent ↗ |
How do I use plugins/lapdog correctly?
lapdog (Claude Code plugin)
Who is it for?
Teams implementing plugins/lapdog workflows from the catalog.
Skip if: Skip when requirements clearly match a different specialized stack.
When should I use this skill?
User asks about plugins/lapdog, lapdog (claude code plugin).
What you get
Working plugins/lapdog setup with validated configuration and next steps.
README.md
lapdog (Claude Code plugin)
Forwards every Claude Code hook event (PreToolUse, PostToolUse,
UserPromptSubmit, SessionStart, PermissionRequest, ...) to a locally
running lapdog /
dd-apm-test-agent on
http://localhost:8126/claude/hooks.
Pair this plugin with lapdog start (or lapdog claude) on the same machine.
While both are running, every Claude Code event is recorded by the local
agent for inspection (e.g. via the test agent's /test/session/traces and
related endpoints, or the optional Web UI started with --web-ui-port).
Install
claude plugin marketplace add DataDog/dd-apm-test-agent
claude plugin install lapdog@lapdog
What it does
For each Claude Code hook event the plugin runs a single non-blocking curl
that POSTs the event payload to the local lapdog agent. When the agent is not
running the curl fails silently (|| true), so the plugin is harmless to
leave installed.
The plugin does not write to ~/.claude/settings.json and does not require
any further configuration.
Related skills
FAQ
What does plugins/lapdog do?
lapdog (Claude Code plugin)
When should I use plugins/lapdog?
User asks about plugins/lapdog, lapdog (claude code plugin).
Is this skill safe to install?
Review the Security Audits panel on this page before installing in production.