crypto-portfolio-tracker
Real-time cryptocurrency portfolio tracking and analysis. Monitors multiple wallets and exchanges, calculates P&L, tracks performance metrics, and provides alerts for significant price movements. Use when users need to track crypto holdings across multiple platforms, calculate portfolio performance and ROI, monitor price changes and set alerts, generate portfolio reports, or analyze asset allocation and diversification.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/dagangtj/crypto-portfolio-tracker-proCrypto Portfolio Tracker
Track and analyze cryptocurrency portfolios across multiple wallets and exchanges with real-time data.
Features
- Multi-platform portfolio aggregation (Binance, Coinbase, wallets)
- Real-time P&L calculation
- Price alerts and notifications
- Performance analytics and reports
- Asset allocation visualization
Quick Start
Track Portfolio
node scripts/track_portfolio.js
Returns current holdings, total value, and 24h change.
Set Price Alert
node scripts/set_alert.js --symbol BTC --price 50000 --direction above
Generate Report
node scripts/generate_report.js --period 7d
Configuration
Portfolio sources are configured in references/config.json:
{
"exchanges": ["binance", "coinbase"],
"wallets": ["0x..."],
"alerts": {
"telegram": true,
"email": false
}
}
Data Sources
- CoinGecko API (free, no key required)
- Binance API (optional, for exchange balances)
- Blockchain explorers (for wallet tracking)
Pricing
- Free: Basic tracking, 1 portfolio, hourly updates
- Pro ($9.99/month): Unlimited portfolios, real-time updates, advanced analytics
- Enterprise ($49.99/month): API access, custom alerts, priority support
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-dagangtj-crypto-portfolio-tracker-pro": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
Binance Trading Assistant
Skill by dagangtj
Crypto Price Alerts
Skill by dagangtj
Multi Bounty Scanner
Skill by dagangtj
Multi Channel Income Tracker
Skill by dagangtj
profit-engine
7x24 automated profit opportunity scanner for AI agents. Scans ClawTasks, Moltbook, Polymarket, Airdrops, GitHub Bounties, and toku.agency for earning opportunities. Use when you need to find and monitor money-making opportunities across multiple platforms automatically.