defi-dashboard

📁 termix-official/cryptoclaw 📅 Today
2
总安装量
1
周安装量
#63122
全站排名
安装命令
npx skills add https://github.com/termix-official/cryptoclaw --skill defi-dashboard

Agent 安装分布

amp 1
cline 1
opencode 1
cursor 1
continue 1
kimi-cli 1

Skill 文档

DeFi Dashboard Skill

Monitor yield farming, staking positions, and liquidity pool status.

Overview

Provide a comprehensive view of DeFi positions including yield farming, staking, and LP positions across protocols.

Capabilities

  • Staking overview: Check staking positions and rewards
  • LP positions: View liquidity pool positions and impermanent loss
  • Yield farming: Monitor farming rewards across protocols
  • Protocol TVL: Check total value locked in DeFi protocols

Tools Used

  • read_contract – Query DeFi protocol contracts
  • get_erc20_balance – Check LP token and reward balances
  • get_native_balance – Check staked native currency

Data Sources

  • On-chain contract queries for individual positions
  • DeFiLlama API for protocol-level TVL and APY data

Example Interactions

User: “Show my DeFi positions” Action: Scan known DeFi protocols on active chain for wallet positions

User: “What’s the APY on PancakeSwap BNB-USDT?” Action: Query PancakeSwap farm contract for pool info and calculate APY

User: “How much have I earned staking?” Action: Query staking contract for pending rewards

Notes

  • DeFi protocols have diverse contract interfaces; focus on major protocols
  • PancakeSwap (BSC), Uniswap (ETH), Aave, Compound are priority
  • Always show both token amounts and USD values
  • Warn about impermanent loss for LP positions