termix-official/cryptoclaw

portfolio-tracker

Track token holdings, balances, and portfolio value across chains.

First seen Feb 28, 2026

Installation

$ npx skills add termix-official/cryptoclaw --skill portfolio-tracker

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 2,064 B
  • docs SUMMARY.md 91 B

History

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

SKILL.md

Portfolio Tracker Skill

Track token holdings, balances, and portfolio value across chains.

Overview

Aggregate and display the user's cryptocurrency holdings across all configured wallets and networks, with USD valuations.

Capabilities

  • Balance check: Native and ERC20 balances on any chain
  • Portfolio summary: Total holdings across all chains with USD values
  • Multi-wallet view: Aggregate across all configured wallets
  • Token discovery: Scan for known tokens on each chain

Tools Used

  • getnativebalance - Check native currency balance
  • geterc20balance - Check token balances
  • wallet_list - Get all wallet addresses
  • getsupportednetworks - List available chains

Common Questions

User: "我有多少钱?" / "What's my balance?" / "Show my holdings" Action: Call getnativebalance on the default network first (fastest answer). For a full portfolio, scan native balances across major chains (bsc, ethereum, polygon, arbitrum).

User: "查一下余额" / "Check balance" Action: Same as above — start with default network native balance, expand if user wants more detail.

User: "我有什么代币?" / "What tokens do I hold?" Action: Call geterc20balance for major tokens (USDT, USDC, WETH, WBNB) on the active network. Expand to other chains if requested.

Example Interactions

User: "What's my portfolio worth?" Action: Check native + major token balances across all wallets and chains, aggregate with prices

User: "Check my BNB balance" Action: Use getnativebalance on BSC for active wallet

User: "Show all my USDT across chains" Action: Check USDT balance on BSC, Ethereum, Polygon, Arbitrum for active wallet

Notes

  • For comprehensive token discovery, check popular token lists per chain
  • Cache prices during a single portfolio scan to reduce API calls
  • Show both token amounts and USD equivalents