validate-bsv-script
1
总安装量
1
周安装量
#41191
全站排名
安装命令
npx skills add https://github.com/b-open-io/bsv-skills --skill validate-bsv-script
Agent 安装分布
replit
1
opencode
1
cursor
1
claude-code
1
antigravity
1
gemini-cli
1
Skill 文档
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