nft

Manage NFT lifecycle operations on the XPR Network via AtomicAssets and AtomicMarket.

3|3|Updated Feb 5, 2026
One-click install
npx skills add https://github.com/XPRNetwork/xpr-agents --skill nft
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nft
Source: https://github.com/XPRNetwork/xpr-agents/tree/main/openclaw/starter/agent/skills/nft
Command: npx skills add https://github.com/XPRNetwork/xpr-agents --skill nft

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

NFT lifecycle management and marketplace interactions across AtomicAssets/AtomicMarket on the XPR Network, consolidating asset creation, minting, transfer, and sale into a unified workflow.

Core Features & Use Cases

  • Full NFT lifecycle coverage: query, create, mint, transfer, sell, and burn NFTs on XPR Network.
  • AtomicAssets/AtomicMarket integration: read-only data via public APIs and write operations via signed transactions.
  • Use Case: manage collections, schemas, templates, and assets end-to-end for creators, collectors, and marketplaces.

Quick Start

Query an asset with nft_get_asset to inspect details and mint and transfer an NFT using nft_mint and nft_transfer.

Frequently Asked Questions about nft

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

FAQPage Schema
How do I manage the full NFT lifecycle on XPR Network?

You can manage the full NFT lifecycle on XPR Network by creating, minting, transferring, selling, and burning NFTs. This Skill handles end-to-end management across collections, schemas, templates, and assets.

Does this Skill support minting and transferring NFTs via AtomicAssets?

Yes, it integrates with AtomicAssets and AtomicMarket to mint and transfer NFTs. Read-only data is accessed via public APIs, while write operations like minting and transfers are executed through safe, signed transactions.

How do I query an NFT asset to inspect its details before trading?

You can query an NFT asset by using the nft_get_asset function to inspect its details. This allows creators and collectors to verify schema-aware attributes and asset data before proceeding with trades or transfers.

Can I use this to build an NFT marketplace on XPR Network?

Yes, this Skill is applicable for building NFT marketplaces and creative workflows. It consolidates asset creation, minting, transfer, and sale into a unified workflow, satisfying on-chain interaction requirements.

What is the best way to create and manage NFT collections and schemas?

The best way to create and manage NFT collections and schemas is through this Skill's end-to-end management tools. It enables schema-aware attribute handling for creators, collectors, and marketplaces needing structured asset creation.

Do I need signed transactions to sell NFTs on AtomicMarket?

Yes, you need signed transactions to sell NFTs on AtomicMarket. While read-only data is retrieved via public APIs, all write operations including sales, transfers, and burns require safe, signed transactions.