home / skills / openclaw / skills / crypto-portfolio-tracker

crypto-portfolio-tracker skill

/skills/katrina-jpg/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-tracker

Review the files below or copy the command above to add this skill to your agents.

Files (2)
SKILL.md
698 B
---
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分析。

Overview

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.

How this skill works

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.

When to use it

  • You want a consolidated view of holdings across TRON, Ethereum, and BSC.
  • You need to calculate realized or unrealized profits for a wallet.
  • You want to audit total gas spent across networks for cost analysis.
  • You need quick token balance checks or price-based alerts.
  • You are preparing swap analysis in combination with DEX tools.

Best practices

  • Provide exact wallet addresses and token symbols to avoid ambiguous results.
  • Verify token contract addresses when querying lesser-known tokens.
  • Run periodic snapshots to track performance over time.
  • Combine gas fee reports with trade timestamps to assess strategy efficiency.
  • Use the optional price alert sparingly to reduce noise.

Example use cases

  • Get a snapshot of all token balances for a TRON wallet before rebalancing.
  • Calculate P&L for an ERC20 portfolio after a week of trading activity.
  • Compare gas spent on BSC vs Ethereum to choose a more cost-effective chain.
  • Trigger price alerts for major holdings to prepare limit orders.
  • Integrate swap analysis with a DEX skill to evaluate trade slippage and fees.

FAQ

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.