hive-tool-discovery
Installation
SKILL.md
hive-tool-discovery — Find The Right Hive Tool
Resolve an ambiguous request or unknown endpoint into an exact, schema-valid Hive call. Discovery is a first-class workflow, not a fallback after a failed guess — guessing tool names wastes calls and produces misleading "tool does not exist" conclusions.
Procedure
- 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.
Read references/discovery-surfaces.md for the full map of discovery
surfaces — which hive:// resource answers which question, good
search_tools query shapes, and failure-state semantics.