From bsv-skills
This skill should be used when the user asks "what is BSV price", "BSV to USD", "current BSV rate", "BSV market cap", or needs to fetch current BSV price and exchange rate information.
How this skill is triggered — by the user, by Claude, or both
Slash command
/bsv-skills:check-bsv-priceThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Get current BSV price from WhatsOnChain API.
Get current BSV price from WhatsOnChain API.
Complete - All tests passing
# Get price in human-readable format
bun run skills/check-bsv-price/scripts/price.ts
# Get price in JSON format
bun run skills/check-bsv-price/scripts/price.ts --json
# Show help
bun run skills/check-bsv-price/scripts/price.ts --help
WhatsOnChain Exchange Rate API:
GET https://api.whatsonchain.com/v1/bsv/main/exchangerateReturns current price information including:
WhatsOnChain API is public and doesn't require API keys for basic queries.
npx claudepluginhub b-open-io/claude-plugins --plugin bsv-skillsFetches real-time and historical prices for 10,000+ cryptocurrencies via Coingecko API using Python scripts. Supports watchlists, alerts, CSV/JSON export for market monitoring.
Fetches on-chain token prices, K-line/OHLC charts, index prices, and wallet PnL analysis. Also handles Market API payment notifications and quota management.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.