nft-manager

$npx mdskill add TermiX-official/cryptoclaw/nft-manager

Manages NFT collections and tokens by viewing metadata, transferring ownership, and checking holdings across EVM chains.

  • Helps users view NFT details, transfer tokens, and monitor wallet holdings for ERC721 and ERC1155 assets.
  • Integrates with NFT contract tools like get_nft_info, transfer_nft, and read_contract for blockchain interactions.
  • Decides actions by confirming token IDs and recipients, warning about risks, and using safe transfer methods.
  • Presents results by showing NFT names and images before transfers and querying data for user verification.

SKILL.md

.github/skills/nft-managerView on GitHub ↗
---
name: nft-manager
description: View, transfer, and manage NFTs (ERC721 and ERC1155).
metadata: { "cryptoclaw": { "emoji": "🖼️", "always": true } }
---

# 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

- `get_nft_info` - Fetch NFT metadata (ERC721)
- `transfer_nft` - Transfer ERC721 NFT
- `transfer_erc1155` - Transfer ERC1155 tokens
- `get_erc20_balance` - 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 `get_nft_info` 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

More from TermiX-official/cryptoclaw

SkillDescription
aave-bscInteract with Aave V3 lending protocol on BNB Smart Chain (BSC).
agent-identityRegister and manage on-chain AI agent identity via ERC-8004.
agentic-commerceCreate, fund, and settle on-chain agent jobs via ERC-8183 Agentic Commerce Protocol.
binance-address-infoBinance Web3 official skill — query any wallet address for token holdings, balances, and portfolio data across BSC, Base, and Solana. Sourced from github.com/binance/binance-skills-hub.
binance-market-rankBinance Web3 official skill — crypto market rankings including trending tokens, smart money inflow, social hype, meme ranks, and top trader PnL leaderboards. Sourced from github.com/binance/binance-skills-hub.
binance-meme-rushBinance Web3 official skill — real-time meme token launchpad tracking and AI-powered trending topic discovery on Solana and BSC. Sourced from github.com/binance/binance-skills-hub.
binance-spotBinance official spot trading skill — place orders, manage accounts, and access real-time market data via Binance Spot API. Sourced from github.com/binance/binance-skills-hub.
binance-token-auditBinance Web3 official skill — security audit for token contracts, detecting honeypots, rug pulls, and malicious functions across BSC, Base, Solana, and Ethereum. Sourced from github.com/binance/binance-skills-hub.
binance-token-infoBinance Web3 official skill — search tokens, retrieve metadata, real-time market data, and candlestick charts across BSC, Base, and Solana. Sourced from github.com/binance/binance-skills-hub.
binance-trading-signalBinance Web3 official skill — Smart Money on-chain trading signals tracking professional investor buy/sell activity on BSC and Solana. Sourced from github.com/binance/binance-skills-hub.