ordinals

Automate Bitcoin ordinals inscription management via a unified CLI.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Bitcoin ordinals operations are complex and error-prone when handled manually across Taproot addresses, inscriptions, and transfers; this skill streamlines getting the receiving Taproot address, estimating inscription costs, performing two-step commit/reveal inscriptions, transferring inscriptions, and fetching content from reveal transactions via a unified CLI.

Core Features & Use Cases

  • Get Taproot address: Retrieve the wallet's Taproot receive address to receive inscriptions.
  • Estimate fees: Compute total costs for a new inscription, including commit and reveal fees.
  • Inscribe (commit/reveal): Create inscriptions using a two-step process: commit the inscription, then reveal after confirmation.
  • Transfer inscription: Move an inscription to a new owner using Unisat indexer and cardinal UTXOs for fees.
  • Get inscription content: Fetch and parse content from a reveal transaction.

Quick Start

Run bun run ordinals/ordinals.ts get-taproot-address to fetch the Taproot receive address and then try an inscription with inscribe.

Frequently Asked Questions about ordinals

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

FAQPage Schema
How do I create Bitcoin ordinals inscriptions using a commit and reveal process?▼

Bitcoin ordinals inscriptions are created via a two-step commit/reveal process: the inscription is committed first, then revealed after confirmation to finalize the inscription on the Taproot address.

What do I need to estimate Bitcoin inscription fees for Taproot transactions?▼

To estimate Bitcoin inscription fees, the skill uses mempool.space to compute total costs, covering both the commit and reveal transaction fees required for the Taproot network.

Can I transfer Bitcoin ordinals to a new owner using cardinal UTXOs?▼

Yes, you can transfer Bitcoin ordinals to a new owner by integrating with the Unisat indexer and using cardinal UTXOs to cover the transaction fees.

How do I get a Taproot receive address for Bitcoin ordinals?▼

You can retrieve a Taproot receive address by running the skill's CLI command, which fetches the wallet's Taproot address to receive Bitcoin ordinals inscriptions.

Do I need a specific wallet to manage Bitcoin ordinals inscriptions?▼

Yes, managing Bitcoin ordinals inscriptions requires a wallet with Taproot support that is unlocked to perform address retrieval, fee estimation, and commit/reveal operations.

How do I fetch inscription content from a Bitcoin reveal transaction?▼

You can fetch and parse inscription content directly from a Bitcoin reveal transaction using the skill's CLI across both mainnet and testnet environments.