child-inscription

Automates child Ordinal inscription workflow with fee estimation, commit, and reveal.

Updated Mar 29, 2026
One-click install
npx skills add https://github.com/Jay0xx/forge0btc-news-agent --skill child-inscription
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: child-inscription
Source: https://github.com/Jay0xx/forge0btc-news-agent/tree/main/aibtcdev-skills/child-inscription
Command: npx skills add https://github.com/Jay0xx/forge0btc-news-agent --skill child-inscription

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Enables parent-child Ordinal inscriptions by estimating fees, broadcasting the commit transaction, and revealing the child inscription to establish verifiable on-chain provenance linking a child to its parent.

Core Features & Use Cases

  • Estimate: Read-only calculation of commit and reveal fees without broadcasting any transaction.
  • Inscription workflow: Broadcast the commit transaction to lock funds and prepare for the reveal step, requiring an unlocked wallet and parent ownership.
  • Reveal flow: After the commit is confirmed, perform the reveal to mint the child inscription and return funds from the parent UTXO as applicable.
  • On-chain provenance: Link child inscriptions to their parent to create provenance for content, metadata, and derivatives.

Quick Start

Estimate costs with the estimate subcommand, then perform the commit with inscribe, and finally run reveal after commit confirms.

Frequently Asked Questions about child-inscription

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

FAQPage Schema
How do I create a child Ordinals inscription to prove provenance for a parent?

Child Ordinals inscriptions establish verifiable on-chain provenance linking a child to its parent, creating a cryptographic record for content, metadata, and derivatives attached to the original inscription.

What are the prerequisites for broadcasting a commit transaction for an Ordinals child inscription?

Broadcasting a commit transaction for an Ordinals child inscription requires an unlocked Bitcoin wallet and verified ownership of the parent inscription to authorize locking funds and preparing the reveal.

How do I estimate commit and reveal fees for an Ordinals child inscription?

You estimate commit and reveal fees for an Ordinals child inscription by running a read-only calculation that computes transaction costs without broadcasting any transactions to the Bitcoin network.

Can I attach metadata or derivatives to a parent Ordinal through a child inscription?

Yes, you can attach metadata or derivatives to a parent Ordinal through a child inscription by executing the commit and reveal workflow, producing a final inscription ID that establishes the on-chain provenance link.