hive-query

Installation
SKILL.md

hive-query — Route Crypto Questions Through Hive

Use this skill when Hive MCP is connected and the user asks a crypto question. Do not answer from model memory when the answer depends on live data.

Routing rule

Read references/root-mcp-workflow.md when the user asks how Hive MCP is organized, what tools are available, or how an agent should navigate the root endpoint without loading the full provider catalog into context.

  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.

Canonical task toolsets

Installs
2
First Seen
7 days ago
hive-query — hive-intel/hive-skills