hive-network-infrastructure

hive-network-infrastructure is a skill for Claude Code from hive-intel/hive-sdk. It costs 81 tokens per session (1,210 once invoked), scanned A, original, MIT.

A research guide for blockchain network state and transaction infrastructure. It covers gas prices, blocks, transaction receipts and status, event logs, supported networks, fee data, and RPC diagnostics.

In plain words
What is it for?
Use it to check gas, blocks, transaction status and receipts, inspect event logs, compare supported networks, or diagnose RPC and fee problems.
Why use it?
It helps verify what happened on a specific blockchain instead of relying on incomplete or ambiguous transaction information. A transaction hash must be paired with its chain because hashes are not globally unique across networks.

Skill for Claude Code

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

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

Good fit Use it to check gas, blocks, transaction status and receipts, inspect event logs, compare supported networks, or diagnose RPC and fee problems.

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/hive-intel/hive-sdk/hive-network-infrastructure.svg)](https://agentmods.dev/skills/hive-intel/hive-sdk/hive-network-infrastructure)
Your own site
<a href="https://agentmods.dev/skills/hive-intel/hive-sdk/hive-network-infrastructure"><img src="https://agentmods.dev/badge/skills/hive-intel/hive-sdk/hive-network-infrastructure.svg" alt="Measured on agentmods" height="20"></a>
Per session 81 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,210 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.00081 $0.01210
Opus 5 $0.00041 $0.00605
Sonnet 5 $0.00016 $0.00242
Haiku 4.5 $0.00008 $0.00121

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

Security

Grade A, and why

hive-network-infrastructure 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 7d 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-network-infrastructure/SKILL.md · 130 lines

How it starts

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

hive-network-infrastructure — Network Infrastructure

Read chain state — gas, blocks, receipts, logs, transaction status, supported networks — and run RPC diagnostics with auditable, timestamped evidence.

Task toolset and identifiers

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

  • Required: chain/network.
  • Optional: block number/hash, transaction hash, contract address, log filter, account address, time window.

Ask for the exact chain plus transaction/block identifiers before status checks — a transaction hash is not globally unique without chain context.

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. Confirm the chain/network id.
  2. Use filter_networks when comparing chains by current liquidity, transactions, or volume. Otherwise call search_tools for gas, block, transaction, receipt, log, supported-network, or RPC-diagnostic capabilities.
  3. Call get_api_endpoint_schema for each endpoint before calling it.
  4. Use current-state tools for gas and block questions; use transaction/receipt/log tools only with exact identifiers.
  5. Report the block/slot/fetched time so the answer is auditable.

Bounded calls

  • Bound log queries by block range and topics.
  • Do not run broad chain scans for a single transaction question.
  • Retry transient RPC failures once when appropriate.

Worked example

User: "Did my transaction go through? Hash is 0x… — I think it was on Base."

  1. Confirm the chain (Base) and the exact hash.
  2. search_tools{"query": "transaction receipt status base", "limit": 5}
  3. get_api_endpoint_schema for the receipt/status endpoint returned, then invoke_api_endpoint with schema-valid arguments.
  4. Report status, block number, gas used, and the fetched time. If the receipt is missing, say whether that means pending, dropped, or wrong chain — do not guess success.

Read the full file on GitHub · 130 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. 7d ago First seen · 130 lines · 81 tokens per session scan A 1ec12274d044

Subscribe to this mod's changes

hive-network-infrastructure is a skill published in the GitHub repository hive-intel/hive-sdk (18 stars, last pushed 4d ago), licensed MIT. It adds 81 tokens to every session and 1,210 once invoked, about $0.0004 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.

Related

Other skills, from other repositories

aomi-build

Scaffold new Aomi apps and plugins from API docs, OpenAPI/Swagger specs, or SDK references. aomi-build generates production-ready Rust SDK crates (lib.rs, client.rs, tool.rs) with tool schemas, preambles, host-interop flows, and validation — turning a vendor's API surface into AI-agent-callable tools. It covers the…

aomi-labs/skills · 244 tokens

palisade-security-scanner

Onchain security scanner on Robinhood Chain — scan token approvals, detect honeypots, analyze contracts for rugpull indicators, check liquidity locks, and score contract safety. Use when a user asks an agent to evaluate, scan, or check a token or wallet before trading, swapping, signing an approval, or investing. 18…

palisadescan/palisade · 97 tokens

emblem-ai

One-shot user management for apps, multi-chain wallet authentication, an AI-powered assistant, and AI app introspection. Use when the user wants to let website users sign in with wallets, email/password, or social login and give each user a wallet-enabled account, then embed EmblemAI chat surfaces, connect plugins, or…

EmblemCompany/Agent-skills · 100 tokens

add-tool

Scaffold a new MCP tool definition. Use when the user asks to add a tool, create a new tool, or implement a new capability for the server.

cyanheads/coingecko-mcp-server · 35 tokens

api-context

Canonical reference for the unified Context object passed to every tool and resource handler in @cyanheads/mcp-ts-core. Covers the full interface, its RequestContext base, all sub-APIs (ctx.log, ctx.state, ctx.requestInput, ctx.inputs, ctx.enrich, ctx.content), and when to use each.

cyanheads/coingecko-mcp-server · 79 tokens

api-errors

McpError constructor, JsonRpcErrorCode reference, and error handling patterns for @cyanheads/mcp-ts-core. Use when looking up error codes, understanding where errors should be thrown vs. caught, or using ErrorHandler.tryCatch in services.

cyanheads/coingecko-mcp-server · 54 tokens