Install
openclaw skills install tooldynIntent-based tool selection. Activate when you want to know which tools are relevant for the current user message (weather→exec, document→feishu_doc, search→...
openclaw skills install tooldynWhen 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/<city>?format=3)Tool: get_recommended_tools({ user_message }) → returns recommended_tools (array of tool names) and hint (short instruction).