什么是 tool-selector?
在执行任务之前,分析可用的工具集(Web搜索、代码执行、文件读/写、API调用、数据库查询、内存工具),选择最佳工具,规划执行顺序,并防止不必要的工具调用。触发多步骤任务,“我应该使用哪个工具”,“规划工具”,或者每当可以应用多个工具时触发。 来源:fatih-developer/fth-skills。
在执行任务之前,分析可用的工具集(Web搜索、代码执行、文件读/写、API调用、数据库查询、内存工具),选择最佳工具,规划执行顺序,并防止不必要的工具调用。触发多步骤任务,“我应该使用哪个工具”,“规划工具”,或者每当可以应用多个工具时触发。
通过命令行快速安装 tool-selector AI 技能到你的开发环境
来源:fatih-developer/fth-skills。
Determine which tools are needed to solve the task, plan the most efficient sequence, and eliminate unnecessary calls before they happen.
Core principle: Every tool call costs time, tokens, and rate limits. The right tool, in the right order, called once.
| Tool | Cost | Side Effect | Best For |
在执行任务之前,分析可用的工具集(Web搜索、代码执行、文件读/写、API调用、数据库查询、内存工具),选择最佳工具,规划执行顺序,并防止不必要的工具调用。触发多步骤任务,“我应该使用哪个工具”,“规划工具”,或者每当可以应用多个工具时触发。 来源:fatih-developer/fth-skills。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/fatih-developer/fth-skills --skill tool-selector在执行任务之前,分析可用的工具集(Web搜索、代码执行、文件读/写、API调用、数据库查询、内存工具),选择最佳工具,规划执行顺序,并防止不必要的工具调用。触发多步骤任务,“我应该使用哪个工具”,“规划工具”,或者每当可以应用多个工具时触发。 来源:fatih-developer/fth-skills。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/fatih-developer/fth-skills --skill tool-selector 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/fatih-developer/fth-skills