Agent skill
defi-dashboard
Monitor yield farming, staking positions, and liquidity pool status.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/defi-dashboard
Metadata
Additional technical details for this skill
- cryptoclaw
-
{ "emoji": "\ud83c\udfe6", "always": true }
SKILL.md
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 contractsget_erc20_balance- Check LP token and reward balancesget_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
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?