tracking-crypto-portfolio
Installation
SKILL.md
Tracking Crypto Portfolio
Overview
Track cryptocurrency holdings with real-time CoinGecko valuations, allocation analysis, P&L tracking, and concentration risk alerts.
Prerequisites
- Python 3.8+ installed
- Dependencies:
pip install requests - Internet connectivity for CoinGecko API access
- A portfolio JSON file with your holdings (see
references/implementation.mdfor format)
Instructions
- Assess user intent - determine what portfolio view is needed:
- 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
Related skills