Run any Skill in Manus
with one click
with one click
Run any Skill in Manus with one click
Get Started$pwd:
$ git log --oneline --stat
stars:8
forks:2
updated:February 10, 2026 at 17:05
SKILL.md
[HINT] Download the complete skill directory including SKILL.md and all related files
| name | datadog |
| description | Datadog monitoring and APM platform. Use for observability. |
Datadog is a leading SaaS observability platform. In 2025, it focuses on AI Observability (monitoring LLMs) and automated remediation with Watchdog.
Install Agent:
DD_API_KEY=... bash -c "$(curl -L https://s3.amazonaws.com/dd-agent/scripts/install_script.sh)"
Enable APM (e.g. Node.js):
DD_TRACE_AGENT_URL=http://localhost:8126 node --require dd-trace/init app.js
The most important concept. env:prod, service:login, team:core. Filter everything by tags.
AI-driven anomaly detection. "Redis latency is 30% higher than normal".
Automatic instrumentation of code to find slow SQL queries or API calls.
Do:
DD_TAGS to standard metadata across all hosts.Don't: