ordinals

Automate Bitcoin ordinals inscription creation, transfer, and retrieval via Mempool API.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires commander.

What problem does it solve?

Automates end-to-end Bitcoin ordinals management, enabling inscription creation, transfer, and retrieval.

Core Features & Use Cases

  • Get Taproot address: Retrieve the recipient address for inscriptions.
  • Estimate inscription fees: Calculate commit/reveal costs before inscribing.
  • Create inscriptions via two-step commit/reveal: Commit the inscription, then reveal to finalize.
  • Transfer inscriptions: Move inscriptions to another Taproot address with fee estimation.
  • Fetch and parse inscriptions: Retrieve content and metadata from a reveal transaction.

Quick Start

Run bun run ordinals/ordinals.ts get-taproot-address to retrieve your Taproot receive address

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 Taproot wallet?

Creating Bitcoin ordinals inscriptions requires a two-step commit and reveal process using an unlocked Taproot wallet. You first commit the inscription content to a Taproot address, then execute a reveal transaction to finalize the ordinal inscription on-chain.

How can I estimate Bitcoin inscription fees before committing a transaction?

You can estimate Bitcoin inscription fees by querying the Mempool API for current transaction fee rates. The tool calculates the expected costs for both the commit and reveal steps of the ordinals creation process before you broadcast the transactions.

What is the process to transfer Bitcoin ordinals to another Taproot address?

Transferring Bitcoin ordinals involves sending the inscription to a recipient Taproot address. The workflow includes estimating the transfer fee via the Mempool API and then broadcasting the transfer transaction from your unlocked BTC wallet.

Do I need an unlocked wallet with Taproot keys to manage Bitcoin ordinals?

Yes, managing Bitcoin ordinals requires an unlocked wallet containing BTC and Taproot keys. The inscription, transfer, and retrieval workflows all depend on access to Taproot addresses to construct valid commit and reveal transactions.

How do I retrieve and parse Bitcoin ordinals content from a reveal transaction?

You can retrieve and parse Bitcoin ordinals content by fetching the reveal transaction using the get-inscription workflow. The tool extracts the inscription metadata and content data directly from the confirmed on-chain reveal transaction.

What's the best way to automate Bitcoin ordinals management end-to-end?

Automating Bitcoin ordinals management involves scripting the Taproot address retrieval, fee estimation, commit, reveal, and transfer workflows. The tool orchestrates these steps sequentially using an unlocked wallet and the Mempool API for transaction status tracking.