nft-manager

Automate NFT metadata viewing and transfers across EVM networks.

109|11|Updated Feb 6, 2026
One-click install
npx skills add https://github.com/TermiX-official/cryptoclaw --skill nft-manager
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nft-manager
Source: https://github.com/TermiX-official/cryptoclaw/tree/main/skills/nft-manager
Command: npx skills add https://github.com/TermiX-official/cryptoclaw --skill nft-manager

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill simplifies cross-chain NFT management by letting you view NFT metadata, transfer ownership, and monitor collections from a single interface.

Core Features & Use Cases

  • View NFT: Retrieve metadata, image URI, and current owner for ERC721 tokens.
  • Transfer NFT: Safely send an NFT to another address with confirmation prompts.
  • List owned NFTs: Inspect all NFTs held by a wallet across multiple networks.
  • Collection info: Fetch collection name, symbol, and floor data for supported contracts.

Quick Start

Connect your wallet and run a sample task such as viewing NFT details for a known token: nft-manager view --contract 0x... --token-id 1

Frequently Asked Questions about nft-manager

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

FAQPage Schema
How do I view NFT metadata and check ownership for ERC721 tokens?

To view NFT metadata, you retrieve the token's image URI and current owner address by querying the specific ERC721 contract. The Skill uses the read_contract action to fetch details for a provided contract address and token ID.

Can I transfer NFTs across different EVM chains from a single wallet?

Yes, you can transfer NFTs across multiple EVM networks from a single interface. The Skill automates cross-chain NFT management by applying the transfer_nft action for ERC721 tokens and transfer_erc1155 for ERC1155 tokens.

Does transferring an NFT require manual confirmation to prevent loss?

Yes, transferring an NFT requires manual confirmation to prevent loss. The Skill enforces security requirements by prompting transfer confirmations and applying safe transfer practices before executing the blockchain transaction.

What is the best way to list all NFTs held by a wallet across multiple networks?

The best way to list owned NFTs across multiple networks is to inspect the wallet holdings. The Skill automates listing all ERC721 and ERC1155 tokens held by a specific wallet address across supported EVM chains.

How do I fetch collection details like name and symbol for supported contracts?

You fetch collection details like name and symbol by querying the supported NFT contracts. The Skill retrieves collection metadata using the get_nft_info action to provide collection-level data for the specified blockchain contracts.