hive-query

Installation
SKILL.md

hive-query — Route Crypto Questions Through Hive

Route the user's crypto question to one canonical Hive task toolset, inspect the exact schema, invoke the endpoint with bounded arguments, and answer with provenance. Do not answer from model memory when the answer depends on live data.

Routing procedure

  1. Read hive://toolsets or call search_tools with the user's intent.
  2. Select one canonical task toolset.
  3. Ask for missing identifiers before execution if the toolset requires them.
  4. Call get_api_endpoint_schema for the exact tool you plan to call.
  5. Call the exact endpoint through invoke_api_endpoint.
  6. Report freshness, provider/runtime status, and any missing-data caveats.

Read references/root-mcp-workflow.md when you need the bigger picture: how the root MCP endpoint is organized, what resources exist, or how to navigate without loading the full provider catalog into context.

Installs
4
First Seen
May 31, 2026
hive-query — hive-intel/hive-skills