ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

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.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/dagangtj/crypto-portfolio-tracker-pro
Or

Crypto 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

Author@dagangtj
Stars3409
Views0
Updated2026-03-25
View Author Profile
AI Skill Finder

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 skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-dagangtj-crypto-portfolio-tracker-pro": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.