Ordinals Skill Provides Bitcoin ordinals operations using the micro-ordinals library, mempool.space API, and Unisat API. Creating inscriptions follows the two-step commit/reveal pattern — first broadcasts the commit transaction, then after it confirms, broadcasts the reveal transaction to finalize the inscription. Inscription transfers use the Unisat API to look up inscription UTXOs and build mixed-input transactions (P2TR inscription + P2WPKH fees). All write operations require an unlocked wallet with Taproot key support. Usage Subcommands get-taproot-address Get the wallet's Taproot (P2TR)…