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.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "crypto-portfolio-tracker" with this command: npx skills add dagangtj/crypto-portfolio-tracker-pro

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

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Web3

codex-supergraph

Use when the user asks about token prices, charts, holders, trending tokens, pair data, prediction markets, or any on-chain analytics from Codex. Also use wh...

Registry SourceRecently Updated
1880nealo
Web3

Nansen Web Searcher

Search the web for one or more queries in parallel. Use when you need current information, news, prices, or any web content to complement on-chain Nansen data.

Registry SourceRecently Updated
Web3

Nansen Wallet Manager

Wallet management — create (local or Privy server-side), list, show, export, send, delete. Use when creating wallets, checking balances, or sending tokens.

Registry SourceRecently Updated
Web3

Nansen Wallet Keychain Migration

Migrate an existing nansen-cli wallet from insecure password storage (env files, .credentials) to the new secure keychain-backed flow.

Registry SourceRecently Updated