Skip to main content
Back to registry

tracking-crypto-prices

jeremylongshore/claude-code-plugins-plus-skills

Overview | Prerequisites | Instructions | Output | Error Handling | Examples | Resources

Installs184
Install command
npx skills add https://github.com/jeremylongshore/claude-code-plugins-plus-skills --skill tracking-crypto-prices
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykWARN
About this skill
Overview | Prerequisites | Instructions | Output | Error Handling | Examples | Resources Foundation skill providing real-time and historical cryptocurrency price data for 10,000+ coins. This is the data layer for the crypto plugin ecosystem -- 10+ other skills depend on it for price information. See ${CLAUDE_SKILL_DIR}/references/implementation.md for detailed output format examples. The skill auto-manages rate limits: cache first, exponential backoff, yfinance fallback, stale cache as last resort. Quick price check: Watchlist scan: Historical export: - Install dependencies: pip install requests pandas yfinance - Optional: pip install python-dotenv for API key management - Optional: Get free API key from for higher rate limits - Add API key to ${CLAUDE_SKILL_DIR}/config/settings.yaml or set COINGECKO_API_KEY env var - Check current prices for one or more symbols: python ${CLAUDE_SKILL_DIR} /scripts/price_tracker.py --symbol BTC python ${CLAUDE_SKILL_DIR} /scripts/price_tracker.py --symbols BTC,ETH,SOL - Use watchlists to scan predefined groups (available: top10 , defi , layer2 , stablecoins , memecoins ): python ${CLAUDE_SKILL_DIR} /scripts/price_tracker.py --watchlist top10 # Top 10 by market cap python ${CLAUDE_SKILL_DIR} /scripts/price_tracker.py --watchlist defi # DeFi tokens python ${CLAUDE_SKILL_DIR} /scripts/price_tracker.py --watchlist layer2 # Layer 2 tokens - Fetch...

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does tracking-crypto-prices do?

Overview | Prerequisites | Instructions | Output | Error Handling | Examples | Resources

Is tracking-crypto-prices good?

tracking-crypto-prices does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does tracking-crypto-prices work with?

tracking-crypto-prices currently lists compatibility with codex, gemini-cli, opencode, cursor, github-copilot, openclaw.

What are alternatives to tracking-crypto-prices?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install tracking-crypto-prices?

npx skills add https://github.com/jeremylongshore/claude-code-plugins-plus-skills --skill tracking-crypto-prices

Related skills

More from jeremylongshore/claude-code-plugins-plus-skills

Related skills

Alternatives in Software Engineering