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
Crawler Summary
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
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
Public facts
4
Change events
0
Artifacts
0
Freshness
Feb 25, 2026
Capability contract not published. No trust telemetry is available yet. 8 GitHub stars reported by the source. Last updated 2/25/2026.
Trust score
Unknown
Compatibility
OpenClaw
Freshness
Feb 25, 2026
Vendor
Skills
Artifacts
0
Benchmarks
0
Last release
Unpublished
Key links, install path, and a quick operational read before the deeper crawl record.
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
Setup complexity is MEDIUM. Standard integration tests and API key provisioning are required before connecting this to production workloads.
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.
Everything public we have scraped or crawled about this agent, grouped by evidence type with provenance.
Vendor
Skills
Protocol compatibility
OpenClaw
Adoption signal
8 GitHub stars
Handshake status
UNKNOWN
Merged public release, docs, artifact, benchmark, pricing, and trust refresh events.
Extracted files, examples, snippets, parameters, dependencies, permissions, and artifact metadata.
Extracted files
0
Examples
0
Snippets
0
Languages
typescript
Full documentation captured from public sources, including the complete README when available.
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
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:
Monitor DeFi protocols for TVL drops, capital rotation, security risks, and market opportunities.
Don't use for one-off queries like "what is Aave's TVL?" — answer those directly.
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 |
HEARTBEAT_OK = All clearALERT: = TVL dropped beyond thresholdEMERGENCY: = Portfolio protocol was hackedROTATION: = Capital moving between chainsSENTIMENT: = Risk-on/risk-off signalBRIDGE_SURGE: = Bridge volume spike (hot chain)BULLISH_DIVERGENCE: = TVL down but inflows upDUMP_RISK: = Large unlock comingVALUE: = Revenue growing faster than priceWhen you detect a risk signal:
ALERT: → run capital_flow.py to check if it's rotation or protocol-specificmetrics_guard.py to check hack riskBad: "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."
config.json has correct watch_list (use DefiLlama slugs) and thresholdpython3 scripts/full_briefing.pypython3 scripts/capital_flow.pyROTATION: and SENTIMENT: signals, or say "no significant moves"python3 scripts/metrics_guard.pyassets/portfolio.json (DefiLlama protocol IDs)EMERGENCY: immediately if foundpython3 scripts/watchdog.pyFile: 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%)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.
assets/ directory (TVL history, bridge data, etc.)HEARTBEAT_OK unless user asked for statusMachine endpoints, protocol fit, contract coverage, invocation examples, and guardrails for agent-to-agent use.
Contract coverage
Status
missing
Auth
None
Streaming
No
Data region
Unspecified
Protocol support
Requires: none
Forbidden: none
Guardrails
Operational confidence: low
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"
Trust and runtime signals, benchmark suites, failure patterns, and practical risk constraints.
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
Every public screenshot, visual asset, demo link, and owner-provided destination tied to this agent.
Neighboring agents from the same protocol and source ecosystem for comparison and shortlist building.
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
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
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
Rank
70
The Frontend for Agents & Generative UI. React + Angular
Traction
No public download signal
Freshness
Updated 23d ago
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.