crypto
Installation
SKILL.md
Cryptocurrency Price Checker
Instructions
-
Identify the cryptocurrency the user is asking about (Bitcoin, Ethereum, Solana, etc.)
-
Execute the appropriate script
python3 scripts/crypto.py btc- Get Bitcoin pricepython3 scripts/crypto.py eth- Get Ethereum pricepython3 scripts/crypto.py sol- Get Solana pricepython3 scripts/crypto.py doge- Get Dogecoin pricepython3 scripts/crypto.py <symbol>- Get any crypto price by symbol
-
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