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.

  1. Read hive://toolsets for task-level routing.
  2. Call search_tools with the user's intent and optional provider/category.
  3. Pick the most specific tool or task toolset.
  4. Call get_api_endpoint_schema before execution.
  5. Call invoke_api_endpoint with only schema-valid arguments.

Example

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