DeFiLlama Watchdog
DeFi protocol monitoring with alerts for TVL drops, capital rotation, hacks, bridge surges, token unlocks, and revenue changes. Runs on demand or scheduled.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add defillama-watchdog npx -- -y @trustedskills/defillama-watchdog
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"defillama-watchdog": {
"command": "npx",
"args": [
"-y",
"@trustedskills/defillama-watchdog"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The DeFiLlama Watchdog skill proactively monitors DeFi protocols for Total Value Locked (TVL) changes. It runs checks on a schedule, alerting you via Telegram or WhatsApp when TVL drops below a defined threshold. This provides an automated notification layer that complements DeFiLlama's existing data tools.
When to use it
- Monitor key DeFi investments: Track the TVL of protocols like Aave V3, Uniswap V3, and Lido to detect significant declines.
- Automated risk alerts: Receive immediate notifications if a protocol’s TVL drops by a percentage you specify (e.g., 10%).
- Proactive DeFi management: Stay informed about potential risks without constantly checking dashboards.
- Portfolio protection: Receive alerts related to hacks or unlocks within your watched protocols.
Key capabilities
- Scheduled TVL checks of DeFi protocols.
- Customizable TVL threshold for triggering alerts.
- Alert delivery via Telegram and WhatsApp.
- Support for DeFiLlama Pro API key (for inflows, unlocks).
- Configurable watch list of protocols.
Example prompts
- "Set my TVL drop alert to 5%."
- "Add Compound V3 to the watchlist."
- “What’s my current configuration?”
Tips & gotchas
- Requires OpenClaw for scheduled checks and alerts. Manual execution is possible but less effective.
- Consider using a
.envfile with yourDEFILLAMA_PRO_API_KEYto access Pro features like inflow and unlock data.
Requirements
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Installing this skill downloads the exact code at commit 03c5cb22, not the current state of the repository. This prevents supply-chain attacks from unauthorized updates.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.
Install command fetches the verified snapshot, not the live repository.