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
- Read
hive://toolsetsor callsearch_toolswith the user's intent. - Select one canonical task toolset.
- Ask for missing identifiers before execution if the toolset requires them.
- Call
get_api_endpoint_schemafor the exact tool you plan to call. - Call the exact endpoint through
invoke_api_endpoint. - 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.