hive-build

Installation
SKILL.md

hive-build — Integrate Hive Into App Code

Use this skill when the user is writing code that should call Hive at runtime (a TypeScript app, Python script, Next.js API route, Rust service, LangChain agent, Go cron job...).

If the user just wants live data in this chat, route to hive-query instead. If they're adding Hive to an MCP-capable client, route to hive-mcp. This skill is for "I'm writing code."

Integration path

  • TypeScript / custom app defaulthive-mcp-client (npm install hive-mcp-client)
  • MCP transporthttps://mcp.hiveintelligence.xyz/mcp
  • REST fallback basehttps://mcp.hiveintelligence.xyz/api/v1
  • REST executePOST /execute with {"tool": "...", "args": {...}}
  • REST catalogGET /tools?search=...&limit=...
  • HealthGET https://mcp.hiveintelligence.xyz/health
Installs
2
First Seen
7 days ago
hive-build — hive-intel/hive-skills