validate-bsv-script

This skill should be used when the user asks to "validate BSV script", "analyze locking script", "parse unlocking script", "check script opcodes", or needs to validate and analyze Bitcoin scripts using @bsv/sdk.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "validate-bsv-script" with this command: npx skills add b-open-io/bsv-skills/b-open-io-bsv-skills-validate-bsv-script

Validate BSV Script

Validate and analyze BSV scripts for correctness, identify script types, and check for security issues.

When to Use

  • Validate a locking or unlocking script
  • Identify script type (P2PKH, P2PK, multisig, etc.)
  • Analyze script opcodes
  • Check for potential security issues

Usage

# Validate a script from hex
bun run skills/validate-bsv-script/scripts/validate.ts <script-hex>

# Specify script type
bun run skills/validate-bsv-script/scripts/validate.ts <script-hex> --type locking

# JSON output
bun run skills/validate-bsv-script/scripts/validate.ts <script-hex> --json

# Show help
bun run skills/validate-bsv-script/scripts/validate.ts --help

Status

Complete - All tests passing, ready for use

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

decode-bsv-transaction

No summary provided by upstream source.

Repository SourceNeeds Review
General

check-bsv-price

No summary provided by upstream source.

Repository SourceNeeds Review
General

create-script-template

No summary provided by upstream source.

Repository SourceNeeds Review