Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
NFT operations on BNB Chain — get NFT metadata, check ownership, list NFTs by owner, transfer ERC-721 tokens, get collection info. Use for any NFT-related tasks on BSC.
NFT operations on BNB Chain — get NFT metadata, check ownership, list NFTs by owner, transfer ERC-721 tokens, get collection info. Use for any NFT-related tasks on BSC.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
ERC-721 NFT operations on BNB Chain (BSC).
Requires Node.js and ethers.js: cd ~/.openclaw/workspace/skills/bnb-nft && npm install ethers --silent
For write operations (transfer, approve), set private key: export BNB_PRIVATE_KEY="0x..." Or pass with --key flag.
All operations use: nft.js
node nft.js collection <contract_address> Returns name, symbol, total supply (if available).
node nft.js metadata <contract_address> <token_id> Returns owner, tokenURI, and fetched metadata (if URI is HTTP).
node nft.js owner <contract_address> <token_id>
node nft.js owned <contract_address> <wallet_address> [--limit 100] Scans token IDs to find NFTs owned by wallet. Use --limit to cap the scan range.
node nft.js balance <contract_address> <wallet_address> Returns count of NFTs owned in collection.
node nft.js transfer <contract_address> <to_address> <token_id> [--key <private_key>]
node nft.js approve <contract_address> <spender_address> <token_id> [--key <private_key>]
node nft.js approve-all <contract_address> <operator_address> <true|false> [--key <private_key>]
node nft.js is-approved <contract_address> <token_id> <spender_address>
CollectionAddressPancake Squad0x0a8901b0E25DEb55A87524f0cC164E9644020EBAPancake Bunnies0xDf7952B35f24aCF7fC0487D01c8d5690a60DBa07BakerySwap0x5d0915E32b1fb1144f27B87C9f65AC3f661C9e6D
Never commit private keys to git Always verify contract addresses before interacting Use testnet for testing transfers first Check approval status before marketplace listings
Writing, remixing, publishing, visual generation, and marketing content production.
Largest current source with strong distribution and engagement signals.