← All plugins
crypto-portfolio-tracker
v1.27.0Professional crypto portfolio tracking with real-time prices, PnL analysis, and risk metrics
Claude Code1 skill
by Intent Solutions IOMIT2.6kupdated 10 hours ago
Source
git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skillsClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/crypto/crypto-portfolio-tracker/ inside the repository.
Layout
plugins/crypto/crypto-portfolio-tracker/
├── .claude-plugin/plugin.json└── skills/tracking-crypto-portfolio/SKILL.md
Skills1
tracking-crypto-portfolioskills/tracking-crypto-portfolio/SKILL.md
Track cryptocurrency portfolio with real-time valuations, allocation analysis, and P&L tracking. Use when checking portfolio value, viewing holdings breakdown, analyzing allocations, or exporting portfolio data. Trigger with phrases like "show my portfolio", "check crypto holdings", "portfolio allocation", "track my crypto", or "export portfolio".
Manifests1
plugins/crypto/crypto-portfolio-tracker/.claude-plugin/plugin.json
{
"name": "crypto-portfolio-tracker",
"version": "1.27.0",
"description": "Professional crypto portfolio tracking with real-time prices, PnL analysis, and risk metrics",
"author": {
"name": "Intent Solutions IO",
"email": "jeremy@intentsolutions.ai",
"url": "https://intentsolutions.ai"
},
"repository": "https://github.com/jeremylongshore/claude-code-plugins",
"license": "MIT",
"keywords": [
"crypto",
"portfolio",
"trading",
"investment",
"bitcoin",
"ethereum",
"defi"
]
}