{
  "name": "hive-agent-skills",
  "version": "0.2.0",
  "description": "Hive Intelligence skills for Claude Code, Cursor, Codex, and other agents. Covers OAuth-first Hive MCP setup, tool discovery, evidence-backed crypto workflows, CLI flows, and runtime receipts. Install via `npx -y -p hive-intelligence@latest hive init --all` or copy the packs into the target agent skills directory.",
  "author": {
    "name": "Hive Intelligence",
    "url": "https://www.hiveintelligence.xyz",
    "email": "support@hiveintelligence.xyz"
  },
  "homepage": "https://www.hiveintelligence.xyz",
  "repository": "https://github.com/hive-intel/hive-skills",
  "license": "MIT",
  "mcpServers": "./.mcp.json",
  "skills": [
    {
      "name": "hive-cli",
      "path": "../packs/hive-cli/SKILL.md",
      "description": "Use the `hive` CLI inline from a chat — query prices, scan wallets, check token security, automate briefings."
    },
    {
      "name": "hive-mcp",
      "path": "../packs/hive-mcp/SKILL.md",
      "description": "Add Hive's MCP server to Claude Code, Cursor, VS Code, Windsurf, Claude Desktop, ChatGPT, or Gemini CLI. Per-client instructions."
    },
    {
      "name": "hive-build-onboarding",
      "path": "../packs/hive-build-onboarding/SKILL.md",
      "description": "Walk the user through browser-based sign-in. Use when the user has no API key or cannot find theirs."
    },
    {
      "name": "hive-build",
      "path": "../packs/hive-build/SKILL.md",
      "description": "Integrate Hive into app code via REST or MCP SDK. Python, TypeScript, Go, Java, Rust patterns with retry / async / typed responses."
    },
    {
      "name": "hive-query",
      "path": "../packs/hive-query/SKILL.md",
      "description": "Route crypto questions through canonical task toolsets, schema lookup, and exact tool invocation."
    },
    {
      "name": "hive-tool-discovery",
      "path": "../packs/hive-tool-discovery/SKILL.md",
      "description": "Find the right Hive tool, task toolset, schema, or endpoint before execution."
    },
    {
      "name": "hive-market-research",
      "path": "../packs/hive-market-research/SKILL.md",
      "description": "Research live prices, liquidity, exchanges, OHLC, order books, funding rates, and derivatives."
    },
    {
      "name": "hive-token-diligence",
      "path": "../packs/hive-token-diligence/SKILL.md",
      "description": "Investigate token metadata, market context, liquidity, holders, enrichment, and risk."
    },
    {
      "name": "hive-wallet-investigation",
      "path": "../packs/hive-wallet-investigation/SKILL.md",
      "description": "Inspect wallet balances, transfers, NFTs, PnL, DeFi positions, and notable activity."
    },
    {
      "name": "hive-security-risk",
      "path": "../packs/hive-security-risk/SKILL.md",
      "description": "Check token, approval, address, dApp, phishing, contract, and simulation risk."
    },
    {
      "name": "hive-dex-pool-analysis",
      "path": "../packs/hive-dex-pool-analysis/SKILL.md",
      "description": "Analyze pools, pairs, liquidity, trades, OHLCV, and DEX flow."
    },
    {
      "name": "hive-defi-research",
      "path": "../packs/hive-defi-research/SKILL.md",
      "description": "Analyze DeFi protocols, TVL, fees, revenue, stablecoins, bridges, and yields."
    },
    {
      "name": "hive-nft-research",
      "path": "../packs/hive-nft-research/SKILL.md",
      "description": "Research NFT collections, ownership, metadata, floors, sales, rarity, and spam checks."
    },
    {
      "name": "hive-solana-analysis",
      "path": "../packs/hive-solana-analysis/SKILL.md",
      "description": "Analyze Solana wallets, SPL accounts, DAS assets, parsed transactions, and priority fees."
    },
    {
      "name": "hive-network-infrastructure",
      "path": "../packs/hive-network-infrastructure/SKILL.md",
      "description": "Read chain state, gas, blocks, receipts, logs, transaction status, and RPC diagnostics."
    },
    {
      "name": "hive-prediction-markets",
      "path": "../packs/hive-prediction-markets/SKILL.md",
      "description": "Research prediction markets, events, outcomes, market stats, traders, holders, and trades."
    },
    {
      "name": "hive-stateful-monitoring",
      "path": "../packs/hive-stateful-monitoring/SKILL.md",
      "description": "Create, list, update, and archive durable crypto monitors, alerts, scheduled reports, and agent memory."
    }
  ],
  "tags": [
    "crypto",
    "mcp",
    "api",
    "agent-skill",
    "defi",
    "wallet-analytics",
    "token-security",
    "solana"
  ]
}
