Agent Skill for the Bitcoin Balance API, following the Agent Skills specification.
Layout matches what gh skill publish expects: skill files live under skills/bitcoin-balance-api-skill/ (not the repo root), so the tool can match the name field to the directory name—see GitHub CLI gh skill publish.
skills/bitcoin-balance-api-skill/SKILL.md— main instructions (metadata + agent guidance)skills/bitcoin-balance-api-skill/references/INTEGRATION.md— official hosted MCP and REST examples, Open Plugins
A complementary MCP/Open Plugins bundle: github.com/BitconBalanceAPI/bitcoin-balance-api-mcp.
Validate locally: npx skills-ref validate ./skills/bitcoin-balance-api-skill (from this repository’s root).
Publish: run gh skill publish from this repository’s root (or gh skill publish --dry-run first).