🔭

DeFiLlama Watchdog

🌐Community
by Neros0 · v1.0.0 · MITRepository

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.

1

Run in terminal (recommended)

terminal
claude mcp add defillama-watchdog npx -- -y @trustedskills/defillama-watchdog
2

Or manually add to ~/.claude/settings.json

~/.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 .env file with your DEFILLAMA_PRO_API_KEY to access Pro features like inflow and unlock data.

Tags

Requirements

Required Binaries
python3
🛡️

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.

Verified Commit03c5cb22

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 HubPass
SocketPass
SnykPass

Details

Version
v1.0.0
License
MIT
Author
Neros0
Installs
0

🌐 Community

Passed automated security scans.

Pinned commit03c5cb22

Install command fetches the verified snapshot, not the live repository.