← Back to list
💰

defillama-api Checked

Free DeFi analytics across all chains — TVL, token prices, DEX volumes, fees/revenue, stablecoins…
💰 Finance & Trading skills By agiprolabs Version v1.0.0 Updated 2026-09-20
9.0Overall rating

Installation

🤖 Install via AI

Copy the prompt below and send it to your AI assistant (e.g. Claude Code) — it will follow the instructions and install automatically.

Install the "defillama-api" skill by following the instructions at https://skill123.me/install/defillama-api.
⌨️ Command line install

Run in your terminal — downloads and installs to ~/.claude/skills/.

curl -fsSL https://skill123.me/install/defillama-api.sh | bash
📦 Download ZIP

Download the zip and extract it into your skills directory (e.g. ~/.claude/skills/), then restart your session.

⬇ Download v1.0.0 · 14 KB

About this skill

Overview

Free DeFi analytics across all chains — TVL, token prices, DEX volumes, fees/revenue, stablecoins, and bridges

Source

  • Repo: https://github.com/agiprolabs/claude-trading-skills
  • Path: skills/defillama-api

Score breakdown

Trigger
8.0
Description states What (free DeFi analytics: TVL, prices, volumes, fees, stablecoins, bridges) and free/no-auth positioning; body adds a when-to-use-vs-alternatives table routing to Birdeye/DexScreener/Helius/SolanaTracker; good keyword coverage.
Structure
9.3
269-line SKILL.md, three references (endpoints, coin identifiers, error handling), two scripts; Files section maps roles; no redundant files.
Workflow
8.0
Quick start with runnable code, per-service endpoint documentation, reusable patterns (protocol comparison, batch prices, Solana snapshot), free/Pro gating awareness, and error-handling reference; no explicit verification loop.
Content
10.0
Imperative and concrete throughout; response-shape comments (e.g., plain-number /tvl response) are exactly what an agent needs; zero filler.
Engineering
10.0
Valid frontmatter; scripts have shebangs, dependency docs, timeouts; all referenced paths exist.
Security
10.0
6.0 manifest: data reads none beyond CLI args; side effects none; network only to official DeFiLlama hosts; credentials none (keyless API, Pro key format documented but not required); persistence none. Capabilities match declared scope. No injection, no destructive commands.
Clean tool-wrapper for DeFiLlama: base-URL/auth table per service, endpoint docs with response shapes, coin-identifier reference, free-vs-Pro endpoint matrix, and a when-to-use-vs-alternatives routing table. Scripts call only official *.llama.fi hosts (keyless). 6.0 manifest: network destinations api.llama.fi / coins.llama.fi / stablecoins.llama.fi / bridges.llama.fi only (all official DeFiLlama, matching declared purpose); no credentials, no file writes, no persistence; capabilities match declared scope. Read-only macro-analytics skill, no execution or advice risk.