Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
使用 DefiLlama API/SDK 获取 TVL、stablecoins、coins 价格、yields、volumes、fees、perps、unlocks、bridges、ETFs、narratives、token liquidity、main page、DAT、meta 等数据的 CLI 技能;当需要...
使用 DefiLlama API/SDK 获取 TVL、stablecoins、coins 价格、yields、volumes、fees、perps、unlocks、bridges、ETFs、narratives、token liquidity、main page、DAT、meta 等数据的 CLI 技能;当需要...
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
只允许通过 src/run.py 调用,禁止直接运行 src/scripts/ 下的脚本。
cd {baseDir}
DEFILLAMA_API_KEY:可选,Pro API key。若未提供,Pro 端点会提示 API PLAN REQUIRED。
uv run {baseDir}/src/run.py tvl protocols uv run {baseDir}/src/run.py tvl protocol --protocol aave uv run {baseDir}/src/run.py tvl tvl --protocol uniswap uv run {baseDir}/src/run.py tvl chains uv run {baseDir}/src/run.py tvl historical-chain-tvl --chain Ethereum
uv run {baseDir}/src/run.py stablecoins list --include-prices uv run {baseDir}/src/run.py stablecoins charts-all uv run {baseDir}/src/run.py stablecoins charts-chain --chain Ethereum uv run {baseDir}/src/run.py stablecoins detail --asset 1 uv run {baseDir}/src/run.py stablecoins dominance --chain Ethereum --stablecoin-id 1
uv run {baseDir}/src/run.py coins current --coins coingecko:ethereum,ethereum:0x0000000000000000000000000000000000000000 uv run {baseDir}/src/run.py coins historical --timestamp 1704067200 --coins coingecko:ethereum uv run {baseDir}/src/run.py coins chart --coins coingecko:ethereum --period 7d
uv run {baseDir}/src/run.py yields pools uv run {baseDir}/src/run.py yields pool-chart --pool <pool_id>
uv run {baseDir}/src/run.py volumes dex-overview uv run {baseDir}/src/run.py volumes options-overview --data-type dailyPremiumVolume
uv run {baseDir}/src/run.py fees overview uv run {baseDir}/src/run.py fees summary --protocol uniswap
uv run {baseDir}/src/run.py perps open-interest uv run {baseDir}/src/run.py perps derivatives-overview
uv run {baseDir}/src/run.py unlocks all uv run {baseDir}/src/run.py unlocks protocol --protocol hyperliquid
uv run {baseDir}/src/run.py main-page categories uv run {baseDir}/src/run.py main-page raises
uv run {baseDir}/src/run.py token-liquidity historical --token usdt
uv run {baseDir}/src/run.py etfs overview uv run {baseDir}/src/run.py etfs history
uv run {baseDir}/src/run.py narratives fdv-performance --period 30
uv run {baseDir}/src/run.py bridges list --include-chains uv run {baseDir}/src/run.py bridges transactions --id 1 --limit 50
uv run {baseDir}/src/run.py meta usage uv run {baseDir}/src/run.py dat institutions
Coin 需要使用 chain:address 或 coingecko:slug 格式,例如 coingecko:ethereum。 Pro 端点需要 DEFILLAMA_API_KEY 或 --api-key。
rate limited:放缓速率或提供 API plan key。 API PLAN REQUIRED:升级订阅或设置 DEFILLAMA_API_KEY。
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.