🦀 ClawHub
Dynamic Tool
by @peter7397
Intent-based tool selection. Activate when you want to know which tools are relevant for the current user message (weather→exec, document→feishu_doc, search→...
TERMINAL
clawhub install tooldyn📖 About This Skill
name: dynamic-tool-policy description: | Intent-based tool selection. Activate when you want to know which tools are relevant for the current user message (weather→exec, document→feishu_doc, search→web_search). Reduces context and avoids tool loops.
Dynamic Tool Policy
When to use: Before calling many tools, or when the user message is about weather, search, documents, or Feishu — call get_recommended_tools with the latest user message to get a short list of recommended tools and a hint.
Intent mapping:
curl wttr.in/?format=3 )Tool: get_recommended_tools({ user_message }) → returns recommended_tools (array of tool names) and hint (short instruction).