Query NFT token information, ownership, metadata, and collection stats
Scanned 9/12/2026
Install to Claude Code
npx -y skills add fisker086/AIOps --skill nft_query --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Nft Query?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/fisker086-nft-query)More formats (shields.io, HTML) on the badges page.
---
name: nft-query
description: Query NFT token information, ownership, metadata, and collection stats
activation_keywords: [nft, erc721, erc1155, nft owner, nft metadata, collection, token uri, nft balance]
execution_mode: client
---
# NFT Query Skill
Provides NFT data querying capabilities:
- Get NFT owner by contract and token ID
- Get NFT metadata and token URI
- Get NFT balance for an address
- Get collection info (name, symbol, total supply)
- List tokens owned by an address (for supported contracts)
- Decode NFT metadata from URI
Use `builtin_nft_query` tool with fields:
- `operation`: one of "owner", "metadata", "balance", "collection_info", "tokens_of_owner"
- `contract_address`: NFT contract address
- `token_id`: (optional) specific token ID
- `owner_address`: (optional) wallet address for balance/token listing
- `network`: (optional) Ethereum network: "mainnet", "sepolia", "holesky" (default: "mainnet")
Note: All operations are read-only. Supports ERC721 and ERC1155 standards.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Designs system architecture, component specifications, and technical integration strategy. Use when: designing solutions, system architecture, technology stack, or integration approaches.