hive-defi-research

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

A research workflow for comparing DeFi protocols, which are blockchain-based financial services, using measures such as total value locked, fees, revenue, and yields.

In plain words
What is it for?
Use it to research protocol or chain metrics, compare protocols, and examine yields, stablecoins, bridges, fees, or revenue.
Why use it?
It keeps comparisons focused on matching, time-stamped metrics instead of mixing incompatible figures from different sources.

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 research protocol or chain metrics, compare protocols, and examine yields, stablecoins, bridges, fees, or revenue.

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

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/hive-intel/hive-sdk/hive-defi-research"><img src="https://agentmods.dev/badge/skills/hive-intel/hive-sdk/hive-defi-research.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 106 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,227 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.00106 $0.01227
Opus 5 $0.00053 $0.00613
Sonnet 5 $0.00021 $0.00245
Haiku 4.5 $0.00011 $0.00123

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

Security

Grade A, and why

hive-defi-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 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-defi-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-defi-research — DeFi Protocol Analysis

Answer protocol, TVL, fee, revenue, yield, stablecoin, bridge, and chain-level DeFi questions with like-for-like, timestamped metrics.

Task toolset and identifiers

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

  • Required: protocol name/slug or chain.
  • Optional: time window, metric type, yield pool, stablecoin, bridge.

Ask for a protocol slug, or choose a provider-supported slug only when the user clearly named the protocol.

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 the protocol slug or chain name.
  2. Call search_tools for protocol, TVL, fee/revenue, yield, stablecoin, bridge, or chain-metric capabilities.
  3. Call get_api_endpoint_schema for each endpoint before calling it.
  4. Pull only the metrics the question needs.
  5. Compare protocols only with like-for-like metrics and timestamps, and state when a metric is unavailable or stale.

Bounded calls

  • Limit protocol lists and yield pools.
  • Avoid comparing TVL snapshots from different dates without a caveat.
  • Mark missing fee/yield/stablecoin metrics instead of omitting them.

Worked example

User: "Compare Aave and Compound — TVL and fees, which one actually earns more?"

  1. search_tools{"query": "protocol tvl fees revenue defi", "limit": 5}
  2. get_api_endpoint_schema for the protocol-metric endpoints returned, then invoke_api_endpoint once per protocol slug with schema-valid arguments.
  3. Normalize: same metric definitions, same window, same timestamps.
  4. Summarize the comparison in a table, with provider and fetched_at per metric, using the report template.

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. 10d ago First seen · 129 lines · 106 tokens per session scan A 6c8ddcc64668

Subscribe to this mod's changes

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