blockchain-bitcoin

blockchain-bitcoin is a skill for Claude Code, Codex from j4flmao/agent-skills. It costs 232 tokens per session (6,488 once invoked), scanned A, original, MIT.

A guide to Bitcoin software and protocols, from Bitcoin Core and Script to mining, wallets, Lightning, and Bitcoin-based applications. Bitcoin Core is the main software implementation used to run a Bitcoin node.

In plain words
What is it for?
Use it to design Bitcoin scripts, wallets, mining systems, Lightning channels, Taproot features, Ordinals, and Bitcoin Layer 2 applications.
Why use it?
It helps work within Bitcoin’s specific transaction rules, confirmation model, scripting limits, and protocol standards.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to design Bitcoin scripts, wallets, mining systems, Lightning channels, Taproot features, Ordinals, and Bitcoin Layer 2 applications.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/j4flmao/agent-skills/blockchain-bitcoin
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add j4flmao/agent-skills --skill blockchain-bitcoin
Clone the repo
git clone --depth 1 https://github.com/j4flmao/agent-skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for blockchain-bitcoin

README.md
[![agentmods](https://agentmods.dev/badge/skills/j4flmao/agent-skills/blockchain-bitcoin/github.svg)](https://agentmods.dev/skills/j4flmao/agent-skills/blockchain-bitcoin)
Your own site
<a href="https://agentmods.dev/skills/j4flmao/agent-skills/blockchain-bitcoin"><img src="https://agentmods.dev/badge/skills/j4flmao/agent-skills/blockchain-bitcoin/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for blockchain-bitcoin

Your own site · 80×15
<a href="https://agentmods.dev/skills/j4flmao/agent-skills/blockchain-bitcoin"><img src="https://agentmods.dev/badge/skills/j4flmao/agent-skills/blockchain-bitcoin.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 232 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 6,488 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00232 $0.06488
Opus 5 $0.00116 $0.03244
Sonnet 5 $0.00046 $0.01298
Haiku 4.5 $0.00023 $0.00649

Measured 6d ago against content hash c63cbba1cd29, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

blockchain-bitcoin scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/blockchain/blockchain-bitcoin/SKILL.md · 562 lines

How it starts

The opening of the file, as written. The whole thing — 562 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Blockchain Bitcoin

Purpose

Guide Bitcoin protocol engineering, Bitcoin Core development, Bitcoin Script programming, mining infrastructure, Lightning Network implementation, and Bitcoin L2 ecosystem. Covers the full stack from consensus protocol to application layer.

Agent Protocol

Trigger

"Bitcoin", "Bitcoin Core", "bitcoind", "Bitcoin Script", "BTC script", "Taproot", "Bitcoin opcode", "P2PKH", "P2SH", "P2WSH", "mining Bitcoin", "Proof of Work Bitcoin", "SHA-256d", "ASIC mining", "Stratum", "Lightning Network", "LN", "HTLC", "onion routing", "channel", "Ordinals", "inscription", "BRC-20", "Runes", "Bitcoin NFT", "Bitcoin L2", "Stacks", "Clarity", "RSK", "Rootstock", "Babylon", "Bitcoin staking", "BIP standard", "BIP-32", "BIP-39", "BIP-44", "BIP-340", "BIP-341", "BIP-342", "PSBT", "Bitcoin mempool", "UTXO", "Bitcoin C++", "Bitcoin protocol"

Input Context

  • Layer (consensus/wallet/L2/application)
  • Bitcoin Core version for implementation reference
  • Script requirements (Taproot vs legacy, opcode set)
  • Security model (trust assumptions, finality requirements)
  • Performance requirements (TPS, confirmation time, cost)

Output Artifact

Technical specification covering: scope, architecture, key mechanisms, implementation approach, and L2 integration where applicable.

Response Format

  1. Scope: consensus layer vs wallet vs L2 vs application protocol
  2. Architecture: Bitcoin Core component breakdown, data flow, key source files
  3. Key mechanisms: PoW difficulty, Script execution, UTXO set management
  4. Implementation: C++ patterns, data structures, optimization techniques
  5. Layer 2: Lightning Network architecture, channel lifecycle, or L2 integration

Completion Criteria

  • Consensus rules correctly referenced from Bitcoin Core source (src/validation.cpp)
  • Script operations specify witness vs legacy, opcode restrictions
  • Security model accounts for probabilistic finality (6+ confirmations)
  • Implementation respects Bitcoin's conservative upgrade philosophy
  • Layer 2 design addresses griefing and channel force-close scenarios

Read the full file on GitHub · 562 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 6d ago First seen · 562 lines · 232 tokens per session scan A c63cbba1cd29

Subscribe to this mod's changes

blockchain-bitcoin is a skill published in the GitHub repository j4flmao/agent-skills (22 stars, last pushed 3d ago), licensed MIT. It adds 232 tokens to every session and 6,488 once invoked, about $0.0012 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

bnb-chain-toolkit-guide

Guide to the BNB Chain Toolkit — a modular TypeScript toolkit for building, deploying, and interacting with smart contracts on BNB Chain. Includes BEP-20 token utilities, DeFi integrations, wallet management, and cross-chain bridging. Built for BNB Chain Hackathon by the Sperax team.

nirholas/three.ws · 67 tokens

solana-toolkit-guide

Guide to the Solana Wallet Toolkit — vanity address generation with multi-threaded search, official Solana Labs libraries, Rust and TypeScript implementations. Includes wallet generation, custom address prefixes, and OG names on the blockchain.

nirholas/three.ws · 50 tokens

based-mining

Buy Bitcoin hashpower and Megapot lottery tickets through the BASED x402 endpoints on Base. Use when the user says mine bitcoin, solo mining, based pool, buy hashpower, rent hashrate, block odds, block party, my mining payout, what would I earn if BASED hits a block, mining profitability, hashprice, bitcoin hashprice…

BankrBot/skills · 138 tokens

vs-search

Routing rules for code search in C/C++, C#/.NET, JS/TS, and Python projects via vs-token-safer — use the vs-search MCP tools (clangd/Roslyn/tsserver/pyright language-server index) or the vts CLI instead of Bash grep. Use whenever searching for a symbol, definition, function, variable, type, or finding…

JSungMin/vs-token-safer · 109 tokens

crypto-mining-setup

Setup and optimize cryptocurrency mining operations — AI-powered mining (soul.md protocol), parallel agent deployment, accumulation strategies, and performance optimization.

kevinnft/ai-agent-skills · 33 tokens

use-ts-sdk

Orchestrates TypeScript SDK integration for Aptos dApps. Routes to granular skills for specific tasks (client setup, accounts, transactions, view functions, types, wallet adapter). Use this skill for fullstack dApp integration or when multiple SDK concerns are involved. Triggers on: 'typescript sdk', 'ts-sdk', 'aptos…

aptos-labs/aptos-agent-skills · 102 tokens