Crawler Summary

defillama-watchdog answer-first brief

DeFi protocol monitoring with alerts for TVL drops, capital rotation, hacks, bridge surges, unlocks, and revenue. Runs checks on demand or scheduled. --- name: defillama-watchdog description: DeFi protocol monitoring with alerts for TVL drops, capital rotation, hacks, bridge surges, unlocks, and revenue. Runs checks on demand or scheduled. version: 1.0.0 author: defillama-watchdog license: MIT tags: - defi - defillama - tvl - alerts - monitoring requires: - network allowed-tools: - Bash(python3 scripts/watchdog.py) - Bash(python3 scripts/capital_flow.py) - Bash(py Capability contract not published. No trust telemetry is available yet. 8 GitHub stars reported by the source. Last updated 2/25/2026.

Freshness

Last checked 2/25/2026

Best For

defillama-watchdog is best for general automation workflows where OpenClaw compatibility matters.

Not Ideal For

Contract metadata is missing or unavailable for deterministic execution.

Evidence Sources Checked

editorial-content, GITHUB REPOS, runtime-metrics, public facts pack

Claim this agent
Agent DossierGITHUB REPOSSafety: 89/100

defillama-watchdog

DeFi protocol monitoring with alerts for TVL drops, capital rotation, hacks, bridge surges, unlocks, and revenue. Runs checks on demand or scheduled. --- name: defillama-watchdog description: DeFi protocol monitoring with alerts for TVL drops, capital rotation, hacks, bridge surges, unlocks, and revenue. Runs checks on demand or scheduled. version: 1.0.0 author: defillama-watchdog license: MIT tags: - defi - defillama - tvl - alerts - monitoring requires: - network allowed-tools: - Bash(python3 scripts/watchdog.py) - Bash(python3 scripts/capital_flow.py) - Bash(py

OpenClawself-declared

Public facts

4

Change events

0

Artifacts

0

Freshness

Feb 25, 2026

Verifiededitorial-contentNo verified compatibility signals8 GitHub stars

Capability contract not published. No trust telemetry is available yet. 8 GitHub stars reported by the source. Last updated 2/25/2026.

8 GitHub starsTrust evidence available

Trust score

Unknown

Compatibility

OpenClaw

Freshness

Feb 25, 2026

Vendor

Skills

Artifacts

0

Benchmarks

0

Last release

Unpublished

Executive Summary

Key links, install path, and a quick operational read before the deeper crawl record.

Verifiededitorial-content

Summary

Capability contract not published. No trust telemetry is available yet. 8 GitHub stars reported by the source. Last updated 2/25/2026.

Setup snapshot

  1. 1

    Setup complexity is MEDIUM. Standard integration tests and API key provisioning are required before connecting this to production workloads.

  2. 2

    Final validation: Expose the agent to a mock request payload inside a sandbox and trace the network egress before allowing access to real customer data.

Evidence Ledger

Everything public we have scraped or crawled about this agent, grouped by evidence type with provenance.

Verifiededitorial-content
Vendor (1)

Vendor

Skills

profilemedium
Observed Feb 25, 2026Source linkProvenance
Compatibility (1)

Protocol compatibility

OpenClaw

contractmedium
Observed Feb 25, 2026Source linkProvenance
Adoption (1)

Adoption signal

8 GitHub stars

profilemedium
Observed Feb 25, 2026Source linkProvenance
Security (1)

Handshake status

UNKNOWN

trustmedium
Observed unknownSource linkProvenance

Release & Crawl Timeline

Merged public release, docs, artifact, benchmark, pricing, and trust refresh events.

Self-declaredagent-index

Artifacts Archive

Extracted files, examples, snippets, parameters, dependencies, permissions, and artifact metadata.

Self-declaredGITHUB REPOS

Extracted files

0

Examples

0

Snippets

0

Languages

typescript

Docs & README

Full documentation captured from public sources, including the complete README when available.

Self-declaredGITHUB REPOS

Docs source

GITHUB REPOS

Editorial quality

ready

DeFi protocol monitoring with alerts for TVL drops, capital rotation, hacks, bridge surges, unlocks, and revenue. Runs checks on demand or scheduled. --- name: defillama-watchdog description: DeFi protocol monitoring with alerts for TVL drops, capital rotation, hacks, bridge surges, unlocks, and revenue. Runs checks on demand or scheduled. version: 1.0.0 author: defillama-watchdog license: MIT tags: - defi - defillama - tvl - alerts - monitoring requires: - network allowed-tools: - Bash(python3 scripts/watchdog.py) - Bash(python3 scripts/capital_flow.py) - Bash(py

Full README

name: defillama-watchdog description: DeFi protocol monitoring with alerts for TVL drops, capital rotation, hacks, bridge surges, unlocks, and revenue. Runs checks on demand or scheduled. version: 1.0.0 author: defillama-watchdog license: MIT tags:

  • defi
  • defillama
  • tvl
  • alerts
  • monitoring requires:
  • network allowed-tools:
  • Bash(python3 scripts/watchdog.py)
  • Bash(python3 scripts/capital_flow.py)
  • Bash(python3 scripts/bridge_monitor.py)
  • Bash(python3 scripts/metrics_guard.py)
  • Bash(python3 scripts/true_growth.py)
  • Bash(python3 scripts/unlocks_monitor.py)
  • Bash(python3 scripts/revenue_guard.py)
  • Bash(python3 scripts/full_briefing.py)

DeFiLlama Protocol Watchdog

Monitor DeFi protocols for TVL drops, capital rotation, security risks, and market opportunities.

When to Use

  • User wants to monitor or track specific protocols (e.g., "watch Aave", "alert me if Uniswap drops")
  • User asks for a security audit, risk check, or full briefing
  • User wants rotation alerts or sentiment updates (capital flow analysis)
  • User wants to check if protocols were hacked (portfolio safety)

Don't use for one-off queries like "what is Aave's TVL?" — answer those directly.

Available Commands

All commands run from the skill root. Add --json for structured output.

| Command | Purpose | Output Signals | | ------------------------------------ | ---------------------------------- | -------------------------------------------- | | python3 scripts/watchdog.py | Check TVL drops | ALERT: or HEARTBEAT_OK | | python3 scripts/capital_flow.py | Capital rotation & sentiment | ROTATION:, SENTIMENT:, or HEARTBEAT_OK | | python3 scripts/bridge_monitor.py | Bridge volume surges | BRIDGE_SURGE: or HEARTBEAT_OK | | python3 scripts/metrics_guard.py | Portfolio vs Recent Hacks | EMERGENCY: or HEARTBEAT_OK | | python3 scripts/true_growth.py | Smart money (TVL down, inflows up) | BULLISH_DIVERGENCE: or HEARTBEAT_OK | | python3 scripts/unlocks_monitor.py | Token unlock risks | DUMP_RISK: or HEARTBEAT_OK | | python3 scripts/revenue_guard.py | Revenue/fee growth | VALUE: or HEARTBEAT_OK | | python3 scripts/full_briefing.py | Run all checks | All signals combined |

How to Respond

When User Requests a Check

  1. Run the appropriate script(s)
  2. Parse the output signals:
    • HEARTBEAT_OK = All clear
    • ALERT: = TVL dropped beyond threshold
    • EMERGENCY: = Portfolio protocol was hacked
    • ROTATION: = Capital moving between chains
    • SENTIMENT: = Risk-on/risk-off signal
    • BRIDGE_SURGE: = Bridge volume spike (hot chain)
    • BULLISH_DIVERGENCE: = TVL down but inflows up
    • DUMP_RISK: = Large unlock coming
    • VALUE: = Revenue growing faster than price
  3. Synthesize results into 2-5 sentences explaining what happened and why it matters

Response Pattern for Alerts

When you detect a risk signal:

  1. Lead with the key finding (TVL drop, hack, rotation)
  2. Add context from other signals:
    • If ALERT: → run capital_flow.py to check if it's rotation or protocol-specific
    • If portfolio exists → run metrics_guard.py to check hack risk
    • Optionally run other checks for depth (unlocks, inflows, revenue)
  3. Give a clear takeaway (what should the user do?)

Example Synthesis

Bad: "ALERT: AAVE V3 TVL dropped by 12.3%. ROTATION: Stablecoin supply on Ethereum shrank 1.5%."

Good: "Aave V3 TVL dropped 12.3% in the last period. This appears linked to broader capital rotation — stablecoin supply on Ethereum is down while Solana is growing. Not protocol-specific risk, but watch for continued outflows."

Common User Requests

"Alert me if [protocol] drops more than X%"

  • Ensure config.json has correct watch_list (use DefiLlama slugs) and threshold
  • Explain the watchdog runs on schedule and will alert when breached

"Run a security audit" / "Full briefing" / "Risk check"

  • Run python3 scripts/full_briefing.py
  • Synthesize all output signals into one narrative

"Any capital rotation?" / "Sentiment update?"

  • Run python3 scripts/capital_flow.py
  • Report ROTATION: and SENTIMENT: signals, or say "no significant moves"

"Were any of my protocols hacked?"

  • Run python3 scripts/metrics_guard.py
  • Requires assets/portfolio.json (DefiLlama protocol IDs)
  • Report EMERGENCY: immediately if found

"Manual check now"

  • Run python3 scripts/watchdog.py
  • Report results or confirm "all within threshold"

Configuration

File: config.json in skill root

Key settings:

  • watch_list: Array of DefiLlama protocol slugs (e.g., ["aave-v3", "uniswap", "lido"])
  • threshold: Decimal for alert threshold (e.g., 0.10 = 10% drop)
  • risk_level: "high" (5%), "standard" (10%), "low" (15%)
  • Feature toggles: capital_flow.enabled, metrics_guard.enabled, bridge.enabled, etc.

Portfolio tracking: Create assets/portfolio.json with DefiLlama protocol IDs for hack/unlock alerts.

Pro features: Some features (inflows, unlocks) need DEFILLAMA_PRO_API_KEY in environment. Most features work without any API key.

Important Notes

  • Protocol slugs must match DefiLlama exactly (check defillama.com/protocols)
  • Scripts store state in assets/ directory (TVL history, bridge data, etc.)
  • All scripts exit 0 and print to stdout — parse the signal lines
  • Latency: Alerts arrive after DefiLlama updates (~5-15 min) + next check cycle
  • No API key required for: TVL, capital flow, hacks, bridge, revenue
  • Pro API key needed for: inflows (true_growth), unlocks (unlocks_monitor)

Output Style

  • Keep it concise: 2-5 sentence summaries
  • Lead with action: "Aave dropped 12%" not "The system detected..."
  • Provide context: Explain if it's rotation, hack risk, or protocol-specific
  • Skip if quiet: Don't report HEARTBEAT_OK unless user asked for status
  • Handle errors gracefully: If script fails, tell user to run manually

Contract & API

Machine endpoints, protocol fit, contract coverage, invocation examples, and guardrails for agent-to-agent use.

MissingGITHUB REPOS

Contract coverage

Status

missing

Auth

None

Streaming

No

Data region

Unspecified

Protocol support

OpenClaw: self-declared

Requires: none

Forbidden: none

Guardrails

Operational confidence: low

No positive guardrails captured.
Invocation examples
curl -s "https://xpersona.co/api/v1/agents/neros0-defillama-watchdog/snapshot"
curl -s "https://xpersona.co/api/v1/agents/neros0-defillama-watchdog/contract"
curl -s "https://xpersona.co/api/v1/agents/neros0-defillama-watchdog/trust"

Reliability & Benchmarks

Trust and runtime signals, benchmark suites, failure patterns, and practical risk constraints.

Missingruntime-metrics

Trust signals

Handshake

UNKNOWN

Confidence

unknown

Attempts 30d

unknown

Fallback rate

unknown

Runtime metrics

Observed P50

unknown

Observed P95

unknown

Rate limit

unknown

Estimated cost

unknown

Do not use if

Contract metadata is missing or unavailable for deterministic execution.
No benchmark suites or observed failure patterns are available.

Media & Demo

Every public screenshot, visual asset, demo link, and owner-provided destination tied to this agent.

Missingno-media
No screenshots, media assets, or demo links are available.

Related Agents

Neighboring agents from the same protocol and source ecosystem for comparison and shortlist building.

Self-declaredprotocol-neighbors
GITHUB_REPOSactivepieces

Rank

70

AI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents

Traction

No public download signal

Freshness

Updated 2d ago

OPENCLAW
GITHUB_REPOScherry-studio

Rank

70

AI productivity studio with smart chat, autonomous agents, and 300+ assistants. Unified access to frontier LLMs

Traction

No public download signal

Freshness

Updated 5d ago

MCPOPENCLAW
GITHUB_REPOSAionUi

Rank

70

Free, local, open-source 24/7 Cowork app and OpenClaw for Gemini CLI, Claude Code, Codex, OpenCode, Qwen Code, Goose CLI, Auggie, and more | 🌟 Star if you like it!

Traction

No public download signal

Freshness

Updated 6d ago

MCPOPENCLAW
GITHUB_REPOSCopilotKit

Rank

70

The Frontend for Agents & Generative UI. React + Angular

Traction

No public download signal

Freshness

Updated 23d ago

OPENCLAW
Machine Appendix

Contract JSON

{
  "contractStatus": "missing",
  "authModes": [],
  "requires": [],
  "forbidden": [],
  "supportsMcp": false,
  "supportsA2a": false,
  "supportsStreaming": false,
  "inputSchemaRef": null,
  "outputSchemaRef": null,
  "dataRegion": null,
  "contractUpdatedAt": null,
  "sourceUpdatedAt": null,
  "freshnessSeconds": null
}

Invocation Guide

{
  "preferredApi": {
    "snapshotUrl": "https://xpersona.co/api/v1/agents/neros0-defillama-watchdog/snapshot",
    "contractUrl": "https://xpersona.co/api/v1/agents/neros0-defillama-watchdog/contract",
    "trustUrl": "https://xpersona.co/api/v1/agents/neros0-defillama-watchdog/trust"
  },
  "curlExamples": [
    "curl -s \"https://xpersona.co/api/v1/agents/neros0-defillama-watchdog/snapshot\"",
    "curl -s \"https://xpersona.co/api/v1/agents/neros0-defillama-watchdog/contract\"",
    "curl -s \"https://xpersona.co/api/v1/agents/neros0-defillama-watchdog/trust\""
  ],
  "jsonRequestTemplate": {
    "query": "summarize this repo",
    "constraints": {
      "maxLatencyMs": 2000,
      "protocolPreference": [
        "OPENCLEW"
      ]
    }
  },
  "jsonResponseTemplate": {
    "ok": true,
    "result": {
      "summary": "...",
      "confidence": 0.9
    },
    "meta": {
      "source": "GITHUB_REPOS",
      "generatedAt": "2026-04-16T23:44:01.943Z"
    }
  },
  "retryPolicy": {
    "maxAttempts": 3,
    "backoffMs": [
      500,
      1500,
      3500
    ],
    "retryableConditions": [
      "HTTP_429",
      "HTTP_503",
      "NETWORK_TIMEOUT"
    ]
  }
}

Trust JSON

{
  "status": "unavailable",
  "handshakeStatus": "UNKNOWN",
  "verificationFreshnessHours": null,
  "reputationScore": null,
  "p95LatencyMs": null,
  "successRate30d": null,
  "fallbackRate": null,
  "attempts30d": null,
  "trustUpdatedAt": null,
  "trustConfidence": "unknown",
  "sourceUpdatedAt": null,
  "freshnessSeconds": null
}

Capability Matrix

{
  "rows": [
    {
      "key": "OPENCLEW",
      "type": "protocol",
      "support": "unknown",
      "confidenceSource": "profile",
      "notes": "Listed on profile"
    }
  ],
  "flattenedTokens": "protocol:OPENCLEW|unknown|profile"
}

Facts JSON

[
  {
    "factKey": "vendor",
    "category": "vendor",
    "label": "Vendor",
    "value": "Skills",
    "href": "https://skills.sh/neros0/defillama-watchdog/defillama-watchdog",
    "sourceUrl": "https://skills.sh/neros0/defillama-watchdog/defillama-watchdog",
    "sourceType": "profile",
    "confidence": "medium",
    "observedAt": "2026-02-25T04:18:33.552Z",
    "isPublic": true
  },
  {
    "factKey": "protocols",
    "category": "compatibility",
    "label": "Protocol compatibility",
    "value": "OpenClaw",
    "href": "https://xpersona.co/api/v1/agents/neros0-defillama-watchdog/contract",
    "sourceUrl": "https://xpersona.co/api/v1/agents/neros0-defillama-watchdog/contract",
    "sourceType": "contract",
    "confidence": "medium",
    "observedAt": "2026-02-25T04:18:33.552Z",
    "isPublic": true
  },
  {
    "factKey": "traction",
    "category": "adoption",
    "label": "Adoption signal",
    "value": "8 GitHub stars",
    "href": "https://github.com/Neros0/defillama-watchdog",
    "sourceUrl": "https://github.com/Neros0/defillama-watchdog",
    "sourceType": "profile",
    "confidence": "medium",
    "observedAt": "2026-02-25T04:18:33.552Z",
    "isPublic": true
  },
  {
    "factKey": "handshake_status",
    "category": "security",
    "label": "Handshake status",
    "value": "UNKNOWN",
    "href": "https://xpersona.co/api/v1/agents/neros0-defillama-watchdog/trust",
    "sourceUrl": "https://xpersona.co/api/v1/agents/neros0-defillama-watchdog/trust",
    "sourceType": "trust",
    "confidence": "medium",
    "observedAt": null,
    "isPublic": true
  }
]

Change Events JSON

[]

Sponsored

Ads related to defillama-watchdog and adjacent AI workflows.