nft

Query and manage SIP-009 NFTs on Stacks L2 via a Bun-based CLI.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

List, inspect, and transfer SIP-009 NFTs on Stacks L2 from the command line, consolidating NFT workflows into a single CLI.

Core Features & Use Cases

  • List NFT holdings for an address or wallet
  • Retrieve metadata for a SIP-016 NFT
  • Transfer NFTs to another address (requires an unlocked wallet)
  • Query current NFT owner and collection information
  • Retrieve transfer history for a collection

Quick Start

Run bun run nft/nft.ts get-holdings to list NFTs owned by the active wallet.

Frequently Asked Questions about nft

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

FAQPage Schema
How do I list SIP-009 NFT holdings for a Stacks L2 wallet address from the command line?

You can list SIP-009 NFT holdings by running the command `bun run nft/nft.ts get-holdings`, which queries on-chain services to display all NFTs owned by the active Stacks L2 wallet.

Can I transfer SIP-009 NFTs on Stacks L2 using a CLI?

Yes, you can transfer SIP-009 NFTs on Stacks L2 via the CLI, which requires an unlocked local wallet to interact with on-chain services and execute the transfer to another address.

What is the best way to retrieve SIP-016 NFT metadata on Stacks?

The CLI retrieves SIP-016 NFT metadata by querying on-chain services using the asset identifier, allowing you to fetch and inspect token details directly from the command line.

How do I check the current owner of a specific NFT on Stacks L2?

You can check the current owner of a specific NFT on Stacks L2 by running the CLI's owner query command, which looks up the asset on on-chain services and returns the holding address.

Does this NFT CLI require a specific runtime environment to manage Stacks tokens?

Yes, the CLI is implemented as a Bun-based TypeScript script, requiring the Bun runtime environment to execute commands and interact with on-chain services and your local wallet.

Can I retrieve transfer history for an entire NFT collection on Stacks?

Yes, the CLI supports retrieving transfer history for a collection by querying on-chain services, allowing you to track all past SIP-009 NFT transfers associated with that collection.