π¦ ClawHub
Crypto Portfolio Tracker Pro
by @dagangtj
Real-time cryptocurrency portfolio tracking and analysis. Monitors multiple wallets and exchanges, calculates P&L, tracks performance metrics, and provides a...
TERMINAL
clawhub install crypto-portfolio-tracker-proπ About This Skill
name: crypto-portfolio-tracker description: 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.
Crypto Portfolio Tracker
Track and analyze cryptocurrency portfolios across multiple wallets and exchanges with real-time data.
Features
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
Pricing
π‘ Examples
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
}
}