在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用command-tools
星标10
分支2
更新时间2026年6月30日 13:33
提供独立的命令执行与 skill 脚本执行能力。
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
文件资源管理器
2 个文件SKILL.md
readonly菜单
提供独立的命令执行与 skill 脚本执行能力。
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
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。