🎁 Get the FREE AI Skills Starter Guide β€” Subscribe β†’
BytesAgainBytesAgain
πŸ¦€ ClawHub

Defi Analyst

by @0x-wzw

DeFi research and analysis via Tavily MCP, GeckoTerminal API, and DeFiLlama. Use for protocol research, TVL tracking, yield analysis, token discovery, and co...

Versionv1.0.0
⚑ When to Use
TriggerAction
```bash
# 1. TVL + metrics
TVL=$(curl -s "https://api.llama.fi/protocol/your-protocol" | jq '.tvl')
# 2. Recent news via Tavily
mcporter call tavily.tavily_search query="protocol audit exploit update 2026" max_results=5
# 3. Competitor comparison
mcporter call tavily.tavily_search query="protocol vs aave vs compound defi" max_results=3
```
### Track Yield Opportunities
```bash
# Get all lending rates
curl -s "https://api.llama.fi/overview/lending" | jq '.categories[0:10]'
```
### DeFi Landscape Analysis
```bash
mcporter call tavily.tavily_search query="DeFi trends 2026 yield farming liquid staking real yield" max_results=10 search_depth="advanced"
```
βš™οΈ Configuration

  • Tavily API key β€” free at tavily.io
  • mcporter β€” OpenClaw skill for MCP tool calling
  • curl + jq β€” for GeckoTerminal/DeFiLlama API calls
  • Setup Tavily MCP

    mcporter config add tavily https://mcp.tavily.com/mcp/?tavilyApiKey=
    

    View on ClawHub
    TERMINAL
    clawhub install defi-analyst

    πŸ§ͺ Use this skill with your agent

    Most visitors already have an agent. Pick your environment, install or copy the workflow, then run the smoke-test prompt above.

    πŸ” Can't find the right skill?

    Search 60,000+ AI agent skills β€” free, no login needed.

    Search Skills β†’