/install tooldyn
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:
- 天气 / weather / wttr → use exec (e.g.
curl wttr.in/\x3Ccity>?format=3) - 搜索 / search → use web_search once, then reply; do not call web_search again in the same turn
- 文档 / create doc / 飞书文档 → use feishu_doc only when the user explicitly asks for a document
- 读文件 / read file → read; 写/编辑 → write
Tool: get_recommended_tools({ user_message }) → returns recommended_tools (array of tool names) and hint (short instruction).
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install tooldyn - 安装完成后,直接呼叫该 Skill 的名称或使用
/tooldyn触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Dynamic Tool 是什么?
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→... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 596 次。
如何安装 Dynamic Tool?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install tooldyn」即可一键安装,无需额外配置。
Dynamic Tool 是免费的吗?
是的,Dynamic Tool 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Dynamic Tool 支持哪些平台?
Dynamic Tool 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Dynamic Tool?
由 Peter7397(@peter7397)开发并维护,当前版本 v1.0.0。