defillama
Installation
SKILL.md
DefiLlama API
Script-mode skill (PoC). This skill is NOT registered as Anthropic tools. To use it, read this file, then run
pythoninbashand import fromexports.py. See Script Usage section below.
Script Usage
This skill ships a single exports.py with all functions. Call it from a
bash block like this:
python3 - <<'EOF'
import sys, json
sys.path.insert(0, "/data/workspace/skills/defillama")
from exports import protocols, chains, yield_pools, dex_overview, fees_overview