crypto

Installation
SKILL.md

Cryptocurrency Price Checker

Instructions

  1. Identify the cryptocurrency the user is asking about (Bitcoin, Ethereum, Solana, etc.)

  2. Execute the appropriate script

    • python3 scripts/crypto.py btc - Get Bitcoin price
    • python3 scripts/crypto.py eth - Get Ethereum price
    • python3 scripts/crypto.py sol - Get Solana price
    • python3 scripts/crypto.py doge - Get Dogecoin price
    • python3 scripts/crypto.py <symbol> - Get any crypto price by symbol
  3. Format the response with:

    • USD price (and local currency if applicable)
    • 24-hour price change percentage
    • Source attribution to CoinGecko
    • Note that crypto prices are volatile and change rapidly
Installs
11
GitHub Stars
1.4K
First Seen
Feb 19, 2026