Hive Skills

May 31, 2026 · View on GitHub

Live crypto, wallet, token, DeFi, DEX, NFT, Solana, security, market, and prediction-market workflows for Claude Code, Cursor, Codex, and any agent — powered by the Hive Intelligence MCP server.

Install with skills.sh Agent Skills Spec License: MIT

Install

npx skills add hive-intel/hive-skills        # all skills

Install a single skill, non-interactively, or for a specific agent:

npx skills add hive-intel/hive-skills --skill hive-token-diligence --yes
npx skills add hive-intel/hive-skills --skill hive-query --agent claude-code
npx skills add hive-intel/hive-skills --list   # browse without installing

Skills are also bundled in the hive-intelligence npm package (npx -y -p hive-intelligence@latest hive init --all --browser) and installable as a Claude plugin via the bundled .claude-plugin/plugin.json.

Prerequisites

  • Hosted Hive MCP (default): https://mcp.hiveintelligence.xyz/mcp — works with a single Hive API key, no provider setup. Start with the hive-mcp skill to wire it up, or hive-build-onboarding to get a key.
  • Local stdio / self-host: optional, for your own provider keys — the hive-mcp skill covers both paths.

Skill catalog

Setup and Build

Skills for installing Hive MCP, getting API keys, using the Hive CLI, and integrating Hive into application code.

SkillUse when
hive-mcpAdd Hive's MCP server to Claude Code, Cursor, VS Code, Windsurf, Claude Desktop, ChatGPT, or Gemini CLI. Per-client instructions.
hive-build-onboardingWalk the user through PKCE-based browser auth. Use when the user has no API key or cannot find theirs.
hive-cliUse the hive CLI inline from a chat — query prices, scan wallets, check token security, automate briefings.
hive-buildIntegrate Hive into app code via REST or MCP SDK. Python, TypeScript, Go, Java, Rust patterns with retry / async / typed responses.

Discovery and Routing

Skills that teach agents how to discover task toolsets, inspect schemas, and execute bounded Hive MCP calls.

SkillUse when
hive-queryRoute crypto questions through canonical task toolsets, schema lookup, and exact tool invocation.
hive-tool-discoveryFind the right Hive tool, task toolset, schema, or endpoint before execution.

Crypto Research Workflows

Focused workflows for market, token, wallet, security, DEX, DeFi, NFT, Solana, network, prediction-market, and stateful monitoring analysis.

SkillUse when
hive-market-researchResearch live prices, liquidity, exchanges, OHLC, order books, funding rates, and derivatives.
hive-token-diligenceInvestigate token metadata, market context, liquidity, holders, enrichment, and risk.
hive-wallet-investigationInspect wallet balances, transfers, NFTs, PnL, DeFi positions, and notable activity.
hive-security-riskCheck token, approval, address, dApp, phishing, contract, and simulation risk.
hive-dex-pool-analysisAnalyze pools, pairs, liquidity, trades, OHLCV, and DEX flow.
hive-defi-researchAnalyze DeFi protocols, TVL, fees, revenue, stablecoins, bridges, and yields.
hive-nft-researchResearch NFT collections, ownership, metadata, floors, sales, rarity, and spam checks.
hive-solana-analysisAnalyze Solana wallets, SPL accounts, DAS assets, parsed transactions, and priority fees.
hive-network-infrastructureRead chain state, gas, blocks, receipts, logs, transaction status, and RPC diagnostics.
hive-prediction-marketsResearch prediction markets, events, outcomes, market stats, traders, holders, and trades.
hive-stateful-monitoringCreate, list, update, and archive durable crypto monitors, alerts, scheduled reports, and agent memory.

Try it

Once installed, skills activate when the agent detects a relevant task. Each example shows the phrasing that routes to a given skill:

Ask your agentRoutes to
"What is the price and 24h change for ETH right now?"hive-query
"Is the token at 0x6982… safe to ape? Run diligence."hive-token-diligence
"Trace where this wallet's funds came from on Ethereum."hive-wallet-investigation
"What's the BTC perp funding-rate picture across exchanges?"hive-market-research
"Show the top DeFi protocols by TVL and 7d fees."hive-defi-research
"Add Hive to Cursor and verify it works."hive-mcp

Answers should report provider provenance, data freshness, and runtime status.

How it works

Each skill follows the Agent Skills spec: a SKILL.md with YAML name + description and progressive disclosure — metadata loads at startup, full instructions load on activation, deeper detail lives in references/. Every Hive skill preserves the same loop: discovery → schema lookup → bounded execution → diagnostics → provenance-aware answer.

Trust & provenance

Data trust is the product. Skills surface the source provider, freshness, and degraded/cached/rate-limited runtime states in grounded answers, and avoid silently mixing provider data. Missing provider keys return a classified missing_key state rather than a wrong answer.

Supported agents

Claude Desktop, Claude Code, Cursor, Windsurf, VS Code (Copilot Chat), OpenAI Responses API, Codex CLI, Gemini CLI, and agents installable via npx skills or a .claude-plugin marketplace.

Contributing

This repository is an auto-generated mirror of the Hive monorepo. Report issues or request changes via GitHub Issues or support@hiveintelligence.xyz — upstream fixes sync back here.

Resources

License

MIT — see LICENSE. Skills are MIT licensed; the Hive MCP server itself is a hosted product.