Defillama Data Aggregator
/install defillama-data-aggregator
DefiLlama Data Aggregator
Professional DeFi data at your fingertips. Query TVL, protocols, chains, and yields from DefiLlama with a single command.
What This Skill Does
- TVL Query - Get total DeFi TVL or individual chain TVL
- Protocol Data - Query protocol details, rankings, and filter by category
- Chain Statistics - Get TVL for specific chains (Ethereum, Solana, etc.)
- Yield Pools - Find high-yield opportunities with filtering options
- Health Monitoring - Check API availability status
Quick Start
# Get total DeFi TVL
node {skillDir}/src/index.js defillama tvl
# Get protocol TVL
node {skillDir}/src/index.js defillama protocol --name aave
# Get top protocols by TVL
node {skillDir}/src/index.js defillama protocols --limit 10 --sort tvl --format table
# Get chain TVL
node {skillDir}/src/index.js defillama chain --name ethereum
# Find high-yield pools
node {skillDir}/src/index.js defillama yields --min-apy 10 --chain ethereum --limit 20
# Check API health
node {skillDir}/src/index.js health
Commands
TVL Commands
| Command | Description | Example |
|---|---|---|
tvl |
Get total DeFi TVL | node {skillDir}/src/index.js defillama tvl |
protocol --name \x3Cname> |
Get protocol TVL | node {skillDir}/src/index.js defillama protocol --name uniswap |
chain --name \x3Cname> |
Get chain TVL | node {skillDir}/src/index.js defillama chain --name solana |
Protocol Commands
| Command | Description | Example |
|---|---|---|
protocols |
List all protocols | node {skillDir}/src/index.js defillama protocols |
protocols --category \x3Ccat> |
Filter by category | node {skillDir}/src/index.js defillama protocols --category lending |
protocols --min-tvl \x3Cusd> |
Filter by minimum TVL | node {skillDir}/src/index.js defillama protocols --min-tvl 100000000 |
protocols --limit \x3Cn> |
Limit results | node {skillDir}/src/index.js defillama protocols --limit 20 |
Yield Commands
| Command | Description | Example |
|---|---|---|
yields |
List yield pools | node {skillDir}/src/index.js defillama yields |
yields --min-apy \x3Cpct> |
Filter by minimum APY | node {skillDir}/src/index.js defillama yields --min-apy 15 |
yields --chain \x3Cname> |
Filter by chain | node {skillDir}/src/index.js defillama yields --chain arbitrum |
yields --min-tvl \x3Cusd> |
Filter by minimum TVL | node {skillDir}/src/index.js defillama yields --min-tvl 1000000 |
yields --stablecoin |
Stablecoin pools only | node {skillDir}/src/index.js defillama yields --stablecoin |
Utility Commands
| Command | Description | Example |
|---|---|---|
health |
Check API health | node {skillDir}/src/index.js health |
status |
Show system status | node {skillDir}/src/index.js status |
Output Formats
All data commands support multiple output formats:
# Pretty format (default, human-readable)
node {skillDir}/src/index.js defillama tvl --format pretty
# JSON format (for scripts and parsing)
node {skillDir}/src/index.js defillama tvl --format json
# Table format (for quick overview)
node {skillDir}/src/index.js defillama protocols --limit 10 --format table
# CSV format (for spreadsheets)
node {skillDir}/src/index.js defillama protocols --limit 50 --format csv
Use Cases
For DeFi Investors
"Show me the top 10 lending protocols by TVL"
"Find yield pools on Ethereum with APY above 15%"
"What is the current TVL of Aave?"
For Data Analysts
"Export all protocols data to CSV"
"Get the TVL distribution across chains"
"Compare lending vs DEX TVL"
For Developers
"Check if DefiLlama API is healthy"
"Get protocol data in JSON format"
"Find pools with minimum 1M TVL"
Security Features
- Input Sanitization - All inputs validated and sanitized
- Error Filtering - API errors filtered to prevent information leakage
- Range Validation - Numeric inputs validated against bounds
- Pattern Validation - Protocol/chain names follow strict rules
Security Notes
- No API Keys Required: This skill uses DefiLlama's public API which does not require authentication
- External Requests: Data is fetched from:
https://api.llama.fi(DefiLlama API)https://yields.llama.fi(DefiLlama Yields API)
- No Local Server: This skill does not start any local HTTP server
- No File Persistence: No data is persisted locally (caching is in-memory only)
- Input Validation: All user inputs are sanitized to prevent injection attacks
Installation
Prerequisites
- Node.js >= 16.0.0
- npm
Setup
cd {skillDir}
npm install
API Reference
DefiLlama Endpoints Used
| Endpoint | Description |
|---|---|
https://api.llama.fi/tvl |
Total DeFi TVL |
https://api.llama.fi/protocols |
All protocols |
https://api.llama.fi/protocol/{name} |
Protocol details |
https://api.llama.fi/chains |
All chains |
https://yields.llama.fi/pools |
Yield pools |
Error Handling
The skill provides user-friendly error messages:
| Error Type | Message |
|---|---|
| Invalid protocol name | "Only alphanumeric characters and hyphens allowed" |
| Invalid chain name | "Only alphanumeric characters, spaces, and hyphens allowed" |
| Network error | "Check internet connection and try again" |
| Rate limit | "Rate limit exceeded, please wait" |
| API unavailable | "Service temporarily unavailable" |
Examples
Get Top Protocols
node {skillDir}/src/index.js defillama protocols --limit 10 --sort tvl --format table
Find High-Yield Pools
node {skillDir}/src/index.js defillama yields --min-apy 20 --min-tvl 1000000 --limit 5
Check Health
node {skillDir}/src/index.js health
Troubleshooting
Protocol Not Found
- Ensure the protocol name matches DefiLlama's naming (e.g.,
aave-v3notaave v3) - Check if the protocol is listed on DefiLlama
Chain Not Found
- Use lowercase chain names (e.g.,
ethereumnotEthereum) - For multi-word chains, use hyphens (e.g.,
polygon-pos)
No Results from Yields
- Try lowering the
--min-apyor--min-tvlthresholds - Ensure the chain name is valid
Network Errors
- Check internet connectivity
- DefiLlama API may be temporarily unavailable
Version: 1.0.3
Last Updated: 2026-03-31
Maintainer: AntalphaAI
License: MIT
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install defillama-data-aggregator - 安装完成后,直接呼叫该 Skill 的名称或使用
/defillama-data-aggregator触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Defillama Data Aggregator 是什么?
Professional DeFi data aggregator that provides unified access to TVL, protocols, chains, and yields data from DefiLlama. Supports multiple output formats (J... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 77 次。
如何安装 Defillama Data Aggregator?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install defillama-data-aggregator」即可一键安装,无需额外配置。
Defillama Data Aggregator 是免费的吗?
是的,Defillama Data Aggregator 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Defillama Data Aggregator 支持哪些平台?
Defillama Data Aggregator 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Defillama Data Aggregator?
由 deanpeng-dotcom(@deanpeng-dotcom)开发并维护,当前版本 v1.0.3。