child-inscription

Estimate costs and orchestrate commit and reveal for parent-child Ordinal inscriptions on Bitcoin.

9|43|Updated Feb 19, 2026
One-click install
npx skills add https://github.com/aibtcdev/skills --skill child-inscription-aibtcdev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: child-inscription
Source: https://github.com/aibtcdev/skills/tree/main/child-inscription
Command: npx skills add https://github.com/aibtcdev/skills --skill child-inscription-aibtcdev

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires commander.

What problem does it solve?

Parent-child Ordinal inscriptions enable creators to attach verifiable lineage to inscriptions on Bitcoin. This skill streamlines estimating costs, broadcasting the commit, and revealing the child inscription to establish on-chain provenance.

Core Features & Use Cases

  • Estimate costs for parent-child inscriptions without broadcasting, helping plan funds.
  • Broadcast commit transactions to secure the inscription by locking funds and locking ownership to a parent.
  • Reveal child inscriptions by spending the commit output and the parent UTXO to create the child inscription, returning the parent to your address.
  • On-chain ownership checks verify parent control and preserve provenance during the workflow.

Quick Start

Run estimate to determine costs, then run inscribe with your parent-id and content, and finally run reveal with the commit-txid and vout after commit confirmation.

Frequently Asked Questions about child-inscription

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create parent-child ordinal inscriptions to establish on-chain provenance?

Parent-child ordinal inscriptions establish on-chain provenance through a two-step commit-reveal process on Bitcoin. This skill orchestrates broadcasting the commit transaction to lock funds, then revealing the child inscription by spending both the commit output and parent UTXO to attach verifiable lineage.

Can I estimate the cost of parent-child Bitcoin inscriptions before broadcasting?

Yes, you can estimate parent-child inscription costs before broadcasting. This skill provides read-only cost estimation to help plan your funds, calculating the required Bitcoin for both the commit and reveal transactions without actually transmitting them to the network.

How does the commit-reveal process work for Taproot ordinal inscriptions?

The commit-reveal process for Taproot ordinal inscriptions works by first locking funds and ownership to a parent in a commit transaction. After confirmation, the reveal execution spends the commit output and parent UTXO to create the child inscription, returning the parent to your wallet address.

Do I need an unlocked Bitcoin wallet to broadcast commit and reveal transactions?

Yes, you need an unlocked Bitcoin wallet to broadcast commit and reveal transactions. The commit broadcasting requires an unlocked wallet to secure the inscription, and the reveal execution needs the wallet to spend both the commit output and parent UTXO while managing ownership checks.

What are the limitations of managing parent-child inscriptions across the commit and reveal workflow?

A key limitation is managing state persistence across the commit-reveal workflow. You must wait for commit confirmation before executing the reveal step, and on-chain ownership validation is required to verify parent control and preserve provenance during the transaction process.