Loading...
Loading...
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.
npx skill4agent add b-open-io/bsv-skills validate-bsv-script# 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