بنقرة واحدة
portfolio-tracker
Track token holdings, balances, and portfolio value across chains.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Track token holdings, balances, and portfolio value across chains.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Trustless ERC-8183 job evaluation — run Client's verification program inside a zkVM with ZK proof.
Binance official spot trading skill — place orders, manage accounts, and access real-time market data via Binance Spot API. Sourced from github.com/binance/binance-skills-hub.
Create, fund, and settle on-chain agent jobs via ERC-8183 Agentic Commerce Protocol.
Binance Web3 official skill — query any wallet address for token holdings, balances, and portfolio data across BSC, Base, and Solana. Sourced from github.com/binance/binance-skills-hub.
Binance Web3 official skill — crypto market rankings including trending tokens, smart money inflow, social hype, meme ranks, and top trader PnL leaderboards. Sourced from github.com/binance/binance-skills-hub.
Binance Web3 official skill — real-time meme token launchpad tracking and AI-powered trending topic discovery on Solana and BSC. Sourced from github.com/binance/binance-skills-hub.
| name | portfolio-tracker |
| description | Track token holdings, balances, and portfolio value across chains. |
| metadata | {"cryptoclaw":{"emoji":"💼","always":true}} |
Track token holdings, balances, and portfolio value across chains.
Aggregate and display the user's cryptocurrency holdings across all configured wallets and networks, with USD valuations.
get_native_balance - Check native currency balanceget_erc20_balance - Check token balanceswallet_list - Get all wallet addressesget_supported_networks - List available chainsUser: "我有多少钱?" / "What's my balance?" / "Show my holdings"
Action: Call get_native_balance 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 get_erc20_balance for major tokens (USDT, USDC, WETH, WBNB) on the active network. Expand to other chains if requested.
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 get_native_balance on BSC for active wallet
User: "Show all my USDT across chains" Action: Check USDT balance on BSC, Ethereum, Polygon, Arbitrum for active wallet