hive-nft-research

hive-nft-research is a skill for Claude Code from hive-intel/hive-sdk. It costs 102 tokens per session (1,200 once invoked), scanned A, original, MIT.

A research guide for NFT collections and individual NFTs on EVM-compatible blockchains. It covers facts such as ownership, metadata, traits, prices, sales, rarity, and possible spam or copycat status.

In plain words
What is it for?
Use it to check who owns an NFT, inspect its metadata and traits, find floor prices and sales, assess rarity, or investigate whether a collection may be spam or inauthentic.
Why use it?
It helps separate facts about a whole collection from facts about one token and avoids confusing similarly named or copied collections. It also requires the blockchain and a contract or other exact identifier for reliable research.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the hive plugin — 16 skills, 1 MCP server shipped together

Good fit Use it to check who owns an NFT, inspect its metadata and traits, find floor prices and sales, assess rarity, or investigate whether a collection may be spam or inauthentic.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/hive-intel/hive-sdk/hive-nft-research
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add hive-intel/hive-sdk --skill hive-nft-research
Clone the repo
git clone --depth 1 https://github.com/hive-intel/hive-sdk

Made for: Claude Code.

Or install hive, the plugin that ships this one along with the rest of its 16 skills, 1 MCP server.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for hive-nft-research

README.md
[![agentmods](https://agentmods.dev/badge/skills/hive-intel/hive-sdk/hive-nft-research/github.svg)](https://agentmods.dev/skills/hive-intel/hive-sdk/hive-nft-research)
Your own site
<a href="https://agentmods.dev/skills/hive-intel/hive-sdk/hive-nft-research"><img src="https://agentmods.dev/badge/skills/hive-intel/hive-sdk/hive-nft-research/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for hive-nft-research

Your own site · 80×15
<a href="https://agentmods.dev/skills/hive-intel/hive-sdk/hive-nft-research"><img src="https://agentmods.dev/badge/skills/hive-intel/hive-sdk/hive-nft-research.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 102 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,200 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00102 $0.01200
Opus 5 $0.00051 $0.00600
Sonnet 5 $0.00020 $0.00240
Haiku 4.5 $0.00010 $0.00120

Measured 9d ago against content hash a804fa40e1d2, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

hive-nft-research scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/hive-nft-research/SKILL.md · 129 lines

How it starts

The opening of the file, as written. The whole thing — 129 lines — stays where its author put it; the contents beside it link to each section on GitHub.

hive-nft-research — NFT Research

Research NFT collections and assets — ownership, metadata, floors, sales, rarity, spam — with collection-level and token-level facts kept separate.

Task toolset and identifiers

Toolset: nft_research. Read hive://toolsets/nft_research before execution; it is authoritative for the current output schema, material-call budget, phases, fallback condition, and stop conditions.

  • Required: chain/network plus collection contract, token id, asset id, or wallet address.
  • Optional: marketplace, time window, trait filter, owner.

Ask for chain and contract/asset identifiers when the user gives only a collection name — collection names are not unique and copycat collections are common.

Before choosing endpoints, select exactly one matching entry from the exact workflow's routes[]. Follow its ordered steps, use a fallback only under that step's published condition, stop at four material calls, and preserve the selected route_id in the typed result. The broad coverageCatalog is discovery coverage, not an execution plan.

Procedure

  1. Resolve collection contract, token id, wallet, or asset id.
  2. Call search_tools for metadata, owner, floor, sales, rarity, and spam capabilities.
  3. Call get_api_endpoint_schema for each endpoint before calling it.
  4. Start with metadata/identity; add floor/sales or owner/rarity only when relevant.
  5. Preserve raw metadata when the user asks about traits or provenance.

Bounded calls

  • Limit owner and sales lists.
  • Keep collection-level and token-level evidence separate.
  • Do not treat one marketplace floor as the entire market without a caveat.

Worked example

User: "What's the floor and recent sales for this collection? Contract is 0x… on Ethereum."

  1. search_tools{"query": "nft collection metadata floor price sales ethereum", "limit": 5}
  2. get_api_endpoint_schema for the metadata, floor, and sales endpoints returned, then invoke_api_endpoint with schema-valid arguments and a bounded sales window.
  3. Report floor (with marketplace scope), recent sales, and freshness using the template below.

Read the full file on GitHub · 129 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 129 lines · 102 tokens per session scan A a804fa40e1d2

Subscribe to this mod's changes

hive-nft-research is a skill published in the GitHub repository hive-intel/hive-sdk (18 stars, last pushed yesterday), licensed MIT. It adds 102 tokens to every session and 1,200 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.