multiAI Summary Pending

defi-dashboard

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

272 stars

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/defi-dashboard/SKILL.md --create-dirs "https://raw.githubusercontent.com/TermiX-official/cryptoclaw/main/skills/defi-dashboard/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/defi-dashboard/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How defi-dashboard Compares

Feature / Agentdefi-dashboardStandard Approach
Platform SupportmultiLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

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

Which AI agents support this skill?

This skill is compatible with multi.

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# 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