
from simplicity11
Developer and interpreter skill for the Simplicity BRC-20 indexer: deployment, testing, API usage, OPI development, and canonical rules for crafting and interpr
This skill equips the agent to act as a developer/interpreter for the Simplicity Universal BRC-20 indexer. It explains deployment (Docker/manual), testing with snapshots, API endpoints and auth, indexer data flow (ingest → parse → process → persist), OPI extension points, canonical transaction/PSBT rules, troubleshooting, and where to find code to edit.
Use this skill when the user needs help deploying or testing Simplicity, interpreting API responses, tracing a transaction from block → indexer → API, developing or registering new OPIs, or crafting PSBTs that follow the protocol rules. Also use when the user asks for code-level guidance — but only edit source when explicitly requested.
Suitable for developer-capable agents with file-reading and CLI ability (e.g., Copilot-style, GPT-code assistants, OpenClaw agents).
Developer and interpreter skill for the Simplicity BRC-20 indexer. SKILL.md is comprehensive — covers deployment, testing, API usage, OPI development, and canonical BRC-20 protocol rules. 9 bundled scripts are project-specific operational tools (backup, restore, setup, validation, security scan). Only clean_french_tests.py ran successfully; others fail without the full project stack (Docker, Postgres, Bitcoin RPC). save_db.sh has a bash brace expansion bug. No security concerns beyond minor shell quoting and missing checksum verification on snapshot downloads.
httpxpipenvbanditWell-written domain-specific skill for a Bitcoin BRC-20 indexer. SKILL.md is thorough and well-structured. Scripts are operational/DevOps tools that naturally require infrastructure. The save_db.sh brace expansion bug is a real issue. No security red flags — no exfiltration, no hardcoded credentials, no destructive unguarded commands.