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

# Top 10 protocols by TVL
Related skills
Installs
48
GitHub Stars
12
First Seen
Mar 27, 2026