termix-official/cryptoclaw

nft-manager

View, transfer, and manage NFTs (ERC721 and ERC1155).

First seen Feb 28, 2026

Installation

$ npx skills add termix-official/cryptoclaw --skill nft-manager

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from termix-official/cryptoclaw · top by installs.

npx skills add termix-official/cryptoclaw

Browse all from termix-official/cryptoclaw

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 101
License LICENSE
Default branch main
Open issues 1
Status Active

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,450 B
  • docs SUMMARY.md 72 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 13 installs

SKILL.md

NFT Manager Skill

View, transfer, and manage NFTs (ERC721 and ERC1155).

Overview

Manage NFT collections and individual tokens across EVM chains. View metadata, transfer ownership, and check NFT holdings.

Capabilities

  • View NFT: Get metadata, image URI, owner for any NFT
  • Transfer NFT: Send an NFT to another address
  • List owned NFTs: Check NFT holdings for a wallet
  • Collection info: Get collection name, symbol, floor data

Tools Used

  • getnftinfo - Fetch NFT metadata (ERC721)
  • transfer_nft - Transfer ERC721 NFT
  • transfer_erc1155 - Transfer ERC1155 tokens
  • geterc20balance - Check ERC1155 balances
  • read_contract - Query custom NFT contract functions

Security Rules

  • ALWAYS confirm NFT transfers with token ID and recipient
  • Show the NFT name/image before transfer to prevent mistakes
  • Warn about sending NFTs to contracts that may not support them
  • Use safeTransferFrom when possible

Example Interactions

User: "Show me NFT #42 from Bored Apes" Action: Query getnftinfo with BAYC contract and token ID 42

User: "Send my NFT to 0x..." Action: Confirm which NFT, show details, then use transfer_nft

User: "What NFTs do I own on Polygon?" Action: Query known NFT contracts on Polygon for active wallet balance