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 python in bash and import from exports.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
Installs
199
GitHub Stars
18
First Seen
Mar 27, 2026
defillama — starchild-ai-agent/official-skills