Agent skill
wallet-send-bsv
Send BSV transactions using @bsv/sdk. Build, sign, and broadcast transactions to the BSV blockchain.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/wallet-send-bsv-b-open-io-bsv-skills
SKILL.md
Wallet Send BSV
Send BSV transactions using @bsv/sdk.
When to Use
- Send BSV to an address
- Create payment transactions
- Build custom transactions
- Broadcast signed transactions
Usage
# Send BSV from WIF private key
bun run /path/to/skills/wallet-send-bsv/scripts/send.ts <from-wif> <to-address> <amount-satoshis>
# Example: Send 0.001 BSV (100,000 satoshis)
bun run /path/to/skills/wallet-send-bsv/scripts/send.ts L1abc... 1A2b3c4d5e... 100000
Requirements
@bsv/sdkpackage installed- Private key in WIF format
- Sufficient balance to cover amount + fees
Transaction Flow
- Parse private key (WIF)
- Fetch UTXOs from address
- Build transaction with inputs/outputs
- Sign transaction
- Broadcast to BSV network
Network
Broadcasts to BSV mainnet via WhatsOnChain API.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?