This skill should be used when the user asks to "lookup address", "check address balance", "address UTXOs", "address history", or needs to retrieve BSV address information from WhatsOnChain API.
From bsv-skillsnpx claudepluginhub b-open-io/claude-plugins --plugin bsv-skillsThis skill is limited to using the following tools:
scripts/lookup.test.tsscripts/lookup.tsGuides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Migrates code, prompts, and API calls from Claude Sonnet 4.0/4.5 or Opus 4.1 to Opus 4.5, updating model strings on Anthropic, AWS, GCP, Azure platforms.
Analyzes BMad project state from catalog CSV, configs, artifacts, and query to recommend next skills or answer questions. Useful for help requests, 'what next', or starting BMad.
Look up BSV address information using WhatsOnChain API.
Complete - All tests passing
# Get address info
bun run /path/to/skills/lookup-bsv-address/scripts/lookup.ts <address>
# Get address balance only
bun run /path/to/skills/lookup-bsv-address/scripts/lookup.ts <address> balance
# Get transaction history
bun run /path/to/skills/lookup-bsv-address/scripts/lookup.ts <address> history
# Get UTXOs
bun run /path/to/skills/lookup-bsv-address/scripts/lookup.ts <address> utxos
WhatsOnChain Address API:
GET /v1/bsv/main/address/{address}/balanceGET /v1/bsv/main/address/{address}/historyGET /v1/bsv/main/address/{address}/unspent