hive-tool-discovery
Installation
SKILL.md
hive-tool-discovery — Find The Right Hive Tool
Use this skill before calling Hive when the user's request is ambiguous or the exact endpoint name is unknown.
Procedure
Read references/discovery-surfaces.md when the user asks what discovery
surfaces exist, how agents know available endpoints, or when to use resources
instead of tool calls.
- Read
hive://toolsetsfor task-level routing. - Call
search_toolswith the user's intent and optional provider/category. - Pick the most specific tool or task toolset.
- Call
get_api_endpoint_schemabefore execution. - Call
invoke_api_endpointwith only schema-valid arguments.