Agent skill · data analytics · aaaaqwq

tracking-crypto-portfolio

This skill provides comprehensive cryptocurrency portfolio tracking with

Why this skill is useful

Provides specific commands and a structured approach for tracking cryptocurrency portfolios that the AI wouldn't reliably generate on its own.

What it needs

Requires python, requests installed locally. About 3k tokens when loaded. Last updated 2026-08-06. 83 stars on the source repository.

What this skill does

Tracking Crypto Portfolio Overview This skill provides comprehensive cryptocurrency portfolio tracking with: Real-Time Valuations: Current prices from CoinGecko Holdings Breakdown: Quantity, value, and allocation per asset P&L Tracking: Unrealized gains/losses with cost basis Allocation Analysis: Category breakdown and concentration flags Multiple Export Formats: Table, JSON, CSV Key Capabilities: Track holdings across multiple assets Calculate portfolio total value in USD Identify overweight positions (concentration risk) Export for analysis tools and tax reporting Prerequisites Before using this skill, ensure: 1. Python 3.8+ is installed 2. requests library is available: pip install requests 3. Internet connectivity for CoinGecko API access 4. A portfolio JSON file with your holdings Portfolio File Format Create a portfolio file (e.g., holdings.json): Fields: coin: Symbol (BTC, ETH, etc.) - required quantity: Amount held - required costbasis: Average purchase price per coin (optional, for P&L) acquired: Date acquired (optional, for records) Instructions Step 1: Assess User Intent Determine what portfolio information the user needs: Quick check: Total value and top holdings Holdings list: Full breakdown of all positions Detailed analysis: Allocations, P&L, risk flags Export: JSON or CSV for external tools Step 2: Execute Portfolio Tracking Run the tracker with appropriate options: Step 3: Present Results Format and explain the portfolio data: Show total portfolio value prominently Highlight 24h and 7d changes Explain allocation percentages Flag any concentration risks For detailed mode, explain P&L calculations Command-Line Options Option Description Default -------- ------------- --------- --portfolio Path to portfolio JSON file Required --holdings Show all holdings breakdown false --detailed Full analysis with P&L false --sort Sort by: value, allocation, name, change value --format Output format (table, json, csv) table --output Output file path stdout --threshol …

How to use it

Reference it in AdaL, Claude Code, Cursor or any coding agent — nothing to install:

@skills aaaaqwq/crypto-portfolio-tracker

View the source on GitHub

Browse the @skills marketplace