home / skills / openclaw / skills / crypto-portfolio-tracker
This skill tracks crypto portfolios across TRON, Ethereum, and BSC, analyzes holdings, profits, and gas costs to optimize your investments.
npx playbooks add skill openclaw/skills --skill crypto-portfolio-trackerReview the files below or copy the command above to add this skill to your agents.
---
name: crypto-portfolio-tracker
description: 加密貨幣Portfolio追蹤 - 支援TRON/ETH/BSC,分析持倉、收益、Gas費用
version: 1.0.0
tags:
- crypto
- defi
- tron
- eth
- portfolio
- tracking
---
# Crypto Portfolio Tracker
追蹤你既加密貨幣投資組合。
## 支援網絡
- 🌐 TRON (TRC20)
- 🔷 Ethereum (ERC20)
- 🔶 BSC (BEP20)
## 功能
- 💰 餘額查詢
- 📊 持倉分析
- 📈 收益計算
- ⛽ Gas費用追蹤
- 🔔 價格alert (optional)
## 使用
```bash
# TRON餘額
tron wallet --address TXXX... balance
# 查詢代幣
tron token --address TXXX... balance --symbol USDT
```
## 整合
可以配合 Sunswap DEX skill 做swap分析。
This skill tracks crypto portfolios across TRON (TRC20), Ethereum (ERC20), and BSC (BEP20). It provides balance checks, holdings analysis, profit/loss computation, and gas-fee tracking to help you monitor on-chain positions. Optional price alerts can notify you of market moves.
The skill queries on-chain balances for specified wallet addresses and token contracts, aggregates holdings by network and token, and fetches price data to compute value and returns. It also logs transaction gas fees per network to show cost impact. Commands support per-wallet and per-token queries and integrate with DEX analysis tools for swap evaluation.
Which networks are supported?
TRON (TRC20), Ethereum (ERC20), and Binance Smart Chain (BEP20) are supported.
Can it track gas fees?
Yes, it logs and aggregates gas fees per network to show total transaction costs.