hive-wallet-investigation

hive-wallet-investigation is a skill for Claude Code from hive-intel/hive-sdk. It costs 101 tokens per session (1,345 once invoked), scanned A, original, MIT.

A wallet-analysis guide for examining cryptocurrency addresses on Hive and other supported networks.

In plain words
What is it for?
Use it to review balances, transfers, profit and loss, NFTs, DeFi positions, or notable wallet activity.
Why use it?
It prevents misleading results by requiring the wallet address and blockchain network before checking activity.

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 review balances, transfers, profit and loss, NFTs, DeFi positions, or notable wallet activity.

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

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/hive-intel/hive-sdk/hive-wallet-investigation"><img src="https://agentmods.dev/badge/skills/hive-intel/hive-sdk/hive-wallet-investigation.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 101 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,345 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.00101 $0.01345
Opus 5 $0.00051 $0.00673
Sonnet 5 $0.00020 $0.00269
Haiku 4.5 $0.00010 $0.00135

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

Security

Grade A, and why

hive-wallet-investigation 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 11d 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-wallet-investigation/SKILL.md · 136 lines

How it starts

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

hive-wallet-investigation — Wallet Investigation

Investigate a wallet's balances, transfers, PnL, NFT exposure, DeFi positions, and notable activity with live Hive data, scoped to exactly what the user asked.

Task toolset and identifiers

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

  • Required: wallet address and chain/network — unless the user explicitly asks for multi-chain.
  • Optional: time window, asset filter, counterparty, protocol, NFT collection.

Ask for the chain when an EVM address appears without context: the same address exists on every EVM chain with different state, so guessing the chain silently changes the answer. For Solana wallets, hand off to hive-solana-analysis.

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. Validate the address format for the requested chain.
  2. Call search_tools for wallet balance, native balance, transfer, NFT, DeFi-position, and PnL capabilities as the question requires.
  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 balances and native balance. Add transfers for activity questions; add NFTs, DeFi positions, or PnL only when relevant.
  6. Summarize exposure, concentration, notable activity, and missing data.

Bounded calls

  • Use explicit limit, page, per_page, or time filters for transfers.
  • Do not fetch full history for a quick portfolio read.
  • Avoid mixing chains unless the user requested multi-chain analysis.

Worked example

Read the full file on GitHub · 136 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. 11d ago First seen · 136 lines · 101 tokens per session scan A 88be9f5dfc4f

Subscribe to this mod's changes

hive-wallet-investigation is a skill published in the GitHub repository hive-intel/hive-sdk (18 stars, last pushed 3d ago), licensed MIT. It adds 101 tokens to every session and 1,345 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.