← All plugins
market-price-tracker
v1.27.0Real-time market price tracking with multi-exchange feeds and advanced alerts
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/market-price-tracker/ inside the repository.
Layout
plugins/crypto/market-price-tracker/
├── .claude-plugin/plugin.json└── skills/tracking-crypto-prices/SKILL.md
Skills1
tracking-crypto-pricesskills/tracking-crypto-prices/SKILL.md
Track real-time cryptocurrency prices across exchanges with historical data and alerts. Provides price data infrastructure for dependent skills (portfolio, tax, DeFi, arbitrage). Use when checking crypto prices, monitoring markets, or fetching historical price data. Trigger with phrases like "check price", "BTC price", "crypto prices", "price history", "get quote for", "what's ETH trading at", "show me top coins", or "track my watchlist".
Manifests1
plugins/crypto/market-price-tracker/.claude-plugin/plugin.json
{
"name": "market-price-tracker",
"version": "1.27.0",
"description": "Real-time market price tracking with multi-exchange feeds and advanced alerts",
"author": {
"name": "Intent Solutions IO",
"email": "jeremy@intentsolutions.ai",
"url": "https://intentsolutions.ai"
},
"repository": "https://github.com/jeremylongshore/claude-code-plugins",
"license": "MIT",
"keywords": [
"market",
"price",
"tracking",
"trading",
"crypto",
"stocks",
"forex"
]
}