tracking-crypto-prices
Track real-time cryptocurrency prices across exchanges with historical data and alerts.
Content Preview
--- name: tracking-crypto-prices description: | 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".
How to Use
Recommended: Install to project (local)
mkdir -p .claude/skills
curl -o .claude/skills/tracking-crypto-prices.md \
https://raw.githubusercontent.com/jeremylongshore/claude-code-plugins-plus-skills/main/plugins/crypto/market-price-tracker/skills/tracking-crypto-prices/SKILL.mdSkill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.
Alternative: Clone full repo
git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skillsThen reference at plugins/crypto/market-price-tracker/skills/tracking-crypto-prices/SKILL.md
Related Skills
Setting Up Experiment Tracking
This skill automates the setup of machine learning experiment tracking using tools like MLflow or Weights & Biases (W&B). It is triggered when the user requests to "track experiments", "setup experiment tracking", "initialize MLflow", or "integrate W&B". The skill configures the necessary environmen
skill-adaptersetting up experiment tracking
by jeremylongshore · plugins-plus-skills
Tracking Model Versions
This skill enables Claude to track and manage AI/ML model versions using the model-versioning-tracker plugin. It should be used when the user asks to manage model versions, track model lineage, log model performance, or implement version control for AI/ML models. Use this skill when the user mention
skill-adaptertracking model versions
by jeremylongshore · plugins-plus-skills
Tracking Regression Tests
This skill enables Claude to track and run regression tests, ensuring new changes don't break existing functionality. It is triggered when the user asks to "track regression", "run regression tests", or uses the shortcut "reg". The skill helps in maintaining code stability by identifying critical te
skill-adaptertracking regression tests
by jeremylongshore · plugins-plus-skills
Tracking Resource Usage
This skill enables Claude to track and optimize resource usage across an application stack. It is activated when the user requests insights into resource consumption, performance bottlenecks, or cost optimization opportunities. The skill uses the resource-usage-tracker plugin to monitor CPU, memory,
skill-adaptertracking resource usage
by jeremylongshore · plugins-plus-skills