AgentSkillsCN

defi-agent

针对电力系统开展直流潮流分析。当需要利用直流近似法计算功率潮流、构建导纳矩阵、计算线路潮流与负载百分比,或对输电网络进行灵敏度分析时,这一技能将大显身手。

SKILL.md
--- frontmatter
name: defi-agent
description: |
  Builds a DeFi analytics agent using DeFiLlama API with x402 payments.
  Use when creating TVL trackers, DEX volume agents, or DeFi protocol monitoring systems.

DeFi Agent

DeFi analytics from DeFiLlama. 6 endpoints (1 free + 5 paid).

Live

API

Source: DeFiLlama
Base URL: https://api.llama.fi
Auth: None required

Endpoints

KeyPriceDescription
overviewFreeTop chains by TVL
chains$0.001All chains ranked by TVL
dexes$0.002DEX volume overview
protocols$0.002Top protocols by TVL
chain$0.003Specific chain detail
report$0.005Comprehensive DeFi market report

Key API Endpoints

code
/v2/chains                          # Chain TVL data
/protocols                           # All protocols
/overview/dexs                       # DEX volumes

Stack

Bun + Hono + @lucid-agents/core + @lucid-agents/payments + Zod v4