termix-official/cryptoclaw

defi-dashboard

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

First seen Feb 28, 2026

Installation

$ npx skills add termix-official/cryptoclaw --skill defi-dashboard

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from termix-official/cryptoclaw · top by installs.

npx skills add termix-official/cryptoclaw

Browse all from termix-official/cryptoclaw

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 101
License LICENSE
Default branch main
Open issues 1
Status Active

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,562 B
  • docs SUMMARY.md 90 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 15 installs

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 contracts
  • geterc20balance - Check LP token and reward balances
  • getnativebalance - 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