hive-token-diligence

hive-token-diligence is a skill for Claude Code from hive-intel/hive-sdk. It costs 147 tokens per session (1,521 once invoked), scanned A, original, MIT.

A token research workflow for checking a cryptocurrency token’s identity, market activity, liquidity, ownership, related information, and risks. It requires an exact blockchain network and contract address or provider-specific token ID.

In plain words
What is it for?
Use it to investigate whether a token is genuine, actively traded, sufficiently liquid, broadly or narrowly held, enriched with relevant information, or worth further research.
Why use it?
Token names and tickers can be reused by unrelated or fraudulent tokens, so checking the exact contract helps avoid researching the wrong asset.

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 investigate whether a token is genuine, actively traded, sufficiently liquid, broadly or narrowly held, enriched with relevant information, or worth further research.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/hive-intel/hive-sdk/hive-token-diligence
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-token-diligence
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-token-diligence

README.md
[![agentmods](https://agentmods.dev/badge/skills/hive-intel/hive-sdk/hive-token-diligence/github.svg)](https://agentmods.dev/skills/hive-intel/hive-sdk/hive-token-diligence)
Your own site
<a href="https://agentmods.dev/skills/hive-intel/hive-sdk/hive-token-diligence"><img src="https://agentmods.dev/badge/skills/hive-intel/hive-sdk/hive-token-diligence/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-token-diligence

Your own site · 80×15
<a href="https://agentmods.dev/skills/hive-intel/hive-sdk/hive-token-diligence"><img src="https://agentmods.dev/badge/skills/hive-intel/hive-sdk/hive-token-diligence.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 147 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,521 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.00147 $0.01521
Opus 5 $0.00073 $0.00760
Sonnet 5 $0.00029 $0.00304
Haiku 4.5 $0.00015 $0.00152

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

Security

Grade A, and why

hive-token-diligence 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 10d 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-token-diligence/SKILL.md · 143 lines

How it starts

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

hive-token-diligence — Token Diligence

Build a provenance-aware diligence picture of one token: identity, market context, liquidity, holders, enrichment, and risk. Never answer from model memory when the conclusion depends on live data.

Task toolset and identifiers

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

  • Required: chain/network plus exact token contract or provider-specific token id.
  • Optional: quote token, pool address, holder wallet, time window.

If the user gives only a ticker or name, resolve the exact contract before execution. Tickers collide across chains, and scam tokens deliberately reuse well-known names — an answer keyed to the wrong contract is worse than no answer.

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 chain and contract from the prompt, or ask for them.
  2. Call search_tools for token metadata, market, holder, DEX liquidity, and risk capabilities matching the question.
  3. Call get_api_endpoint_schema for each endpoint before calling it.
  4. Call invoke_api_endpoint with schema-valid, bounded arguments.
  5. Start with metadata and market/liquidity checks. Add holder distribution and enrichment only when the user needs depth, and security/risk checks when the user asks whether to trade, approve, or trust the token.
  6. For supply-dilution or unlock questions, use CoinGecko supply breakdown and circulating/total supply charts when the configured plan permits them. Report a plan gate instead of substituting market-cap fields.

Bounded calls

Read the full file on GitHub · 143 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. 10d ago First seen · 143 lines · 147 tokens per session scan A fa3ea7adea7c

Subscribe to this mod's changes

hive-token-diligence is a skill published in the GitHub repository hive-intel/hive-sdk (18 stars, last pushed yesterday), licensed MIT. It adds 147 tokens to every session and 1,521 once invoked, about $0.0007 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.