with one click
command-tools
提供独立的命令执行与 skill 脚本执行能力。
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
提供独立的命令执行与 skill 脚本执行能力。
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Build-focused skill for creating, updating, and installing standard Agent Skills.
Manage SOP templates, scheduled automation tasks, and run history through AI-callable tools.
Query chat history by keywords and date ranges.
Provides interaction capabilities with the user.
Meta skill for AI self-evolution. Invoke when recording lessons learned and improving skill guidance from execution feedback.
Execute Python code to perform tasks that are not covered by other tools.
| name | command-tools |
| description | 提供独立的命令执行与 skill 脚本执行能力。 |
| description_cn | 提供独立的命令执行与 skill 脚本执行能力。 |
| license | Apache-2.0 |
| metadata | {"author":"deepseek-cowork team","version":"1.0"} |
| security_level | high |
| allowed-tools | ["bash","glob","grep","run_node_code","run_skill_script"] |
这个 skill 负责工作区内的命令执行和已声明 skill 脚本执行。
bash
parallel_tools 执行。glob / grep
glob 用于按路径模式查找文件。grep 用于按内容正则查找文件。parallel_tools 并行执行。run_skill_script
script_entries 中声明的脚本入口。run_node_code
parallel_tools 执行。bash。run_node_code,不要为了内联 JS 套一层 shell。glob / grep,不要用 shell 包一层。glob 的递归遍历由工具本身完成;如果已知文件名片段,优先写 *文件名片段*,例如 *AI 赋能数据分析*。**/文件名*;当前匹配语义下,这种写法可能漏掉工作区根目录文件。path 限定目录,再让 pattern 专注匹配文件名或相对路径。parallel_tools,但命令执行和脚本执行必须单独调用。run_skill_script。