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 default —
hive-mcp-client(npm install hive-mcp-client) - MCP transport —
https://mcp.hiveintelligence.xyz/mcp - REST fallback base —
https://mcp.hiveintelligence.xyz/api/v1 - REST execute —
POST /executewith{"tool": "...", "args": {...}} - REST catalog —
GET /tools?search=...&limit=... - Health —
GET https://mcp.hiveintelligence.xyz/health