Install
openclaw skills install crypto-portfolio-tracker-proReal-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.
openclaw skills install crypto-portfolio-tracker-proTrack and analyze cryptocurrency portfolios across multiple wallets and exchanges with real-time data.
node scripts/track_portfolio.js
Returns current holdings, total value, and 24h change.
node scripts/set_alert.js --symbol BTC --price 50000 --direction above
node scripts/generate_report.js --period 7d
Portfolio sources are configured in references/config.json:
{
"exchanges": ["binance", "coinbase"],
"wallets": ["0x..."],
"alerts": {
"telegram": true,
"email": false
}
}