nft

Manage SIP-009 NFTs on Stacks L2 by listing holdings, retrieving metadata, and transferring NFTs.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

SIP-009 NFT operations on Stacks L2 can be complex to manage manually. This Skill provides a streamlined CLI to list holdings, fetch token metadata, transfer NFTs, and inspect ownership and collection info without building custom tooling.

Core Features & Use Cases

  • List NFT holdings for an address or contract, including optional filtering by contract-id
  • Retrieve token metadata and token owner information for SIP-016/ SIP-009 compliant tokens
  • Transfer NFTs (requires an unlocked wallet) and view transfer history and collection info

Quick Start

Open a terminal and run bun run nft/nft.ts get-holdings to list NFTs, then unlock your wallet to perform a transfer.

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 address?

To list SIP-009 NFT holdings on Stacks L2, run the CLI command `bun run nft/nft.ts get-holdings` for a specific address, with optional filtering by contract-id to review your inventory.

Do I need an unlocked wallet to retrieve Stacks NFT metadata?

No, retrieving Stacks NFT metadata and token owner information for SIP-009 compliant tokens is a read operation that does not require an unlocked wallet, whereas transferring NFTs does.

Can I transfer SIP-009 NFTs on Stacks L2 without building custom tooling?

Yes, you can transfer SIP-009 NFTs on Stacks L2 by unlocking your wallet and using the CLI to perform secure transfers, validate inputs, and handle errors without custom tooling.

What's the best way to check ownership and collection info for Stacks NFTs?

The best way to check ownership and collection info for Stacks NFTs is using this CLI to query SIP-009 compliant tokens, allowing you to verify metadata and review transfer history seamlessly.

Does this tool support querying SIP-016 compliant token metadata on Stacks?

Yes, this tool supports querying and retrieving token metadata for both SIP-016 and SIP-009 compliant tokens on the Stacks L2 blockchain to verify asset details accurately.