← 返回 Skills 市场
vichard998

TRAE指挥官

作者 Wang Weicheng · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
248
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install trae-orchestrator
功能描述
Orchestrates TRAE IDE for automated software development with multi-agent collaboration. Invoke when user wants to develop software using TRAE or needs autom...
安全使用建议
This skill appears to do what it says: automate a locally-installed TRAE IDE by creating project files, monitoring .trae-docs, launching TRAE, and using GUI automation to paste/send prompts. Before installing/using: 1) Review and approve any prompts that will be sent to TRAE (the default prompts ask TRAE to work autonomously). 2) Run it on a non-production/sandbox project first — it will write files wherever you point project_dir. 3) Be aware that pyautogui simulates keystrokes and uses the clipboard; avoid running while other sensitive work is open. 4) Confirm the TRAE executable you provide is trusted. If you want stricter controls, require manual confirmation before the skill sends prompts or restrict the project directory to a sandbox.
功能分析
Type: OpenClaw Skill Name: trae-orchestrator Version: 1.0.0 The skill bundle provides a legitimate automation framework for orchestrating the TRAE IDE. It uses the `pyautogui` and `pyperclip` libraries in `automation_helper.py` to automate UI interactions (pasting prompts) and `subprocess.Popen` to launch the IDE, which are high-risk but necessary capabilities for its stated purpose. The code logic in `control_panel.py` and the instructions in `SKILL.md` are consistent, focusing on project management and token optimization without any evidence of malicious intent, data exfiltration, or unauthorized access.
能力评估
Purpose & Capability
Name/description match the implementation: the package provides helpers to create project files, monitor progress via signal files, launch the TRAE executable, and send prompts via GUI automation. No unrelated credentials, binaries, or external services are requested.
Instruction Scope
Runtime instructions and code operate on user-provided project directories and .trae-docs files (creating requirements.md, prompt files, progress.md, signal files). They also instruct TRAE to run autonomously (SOLO mode, no user confirmation). The skill uses pyautogui/pyperclip to paste/send prompts (i.e., it simulates keystrokes and clipboard actions). This is coherent with its purpose but means it will interact with the active desktop and can write files anywhere the user supplies; users should expect autonomous actions and review generated prompts before use.
Install Mechanism
Instruction-only skill with bundled Python source files; there is no install/download step, no external URL fetches, and only optional Python dependencies (pyautogui, pyperclip) that are signaled at runtime if missing.
Credentials
No credentials or privileged environment variables are requested. The code reads the USERNAME/USER env var only to help auto-detect common TRAE install paths — this is proportionate to the purpose.
Persistence & Privilege
The skill does not request always:true and does not modify other skills. It persists a config.json next to the code (expected) and writes files to user-specified project directories. It can launch local executables and simulate keyboard input, which are normal for a desktop automation tool.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install trae-orchestrator
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /trae-orchestrator 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
用户可以说:帮我在D盘GAME文件夹里新建一个游戏项目。可以多人打怪。网页版。则可以调用这个skill生成指挥TRAE进行代码开发的文档,并打开TRAE,把文档喂给TRAE后自动进行跟踪开发,标记步骤,几乎不消耗Token,将重型任务转移。
元数据
Slug trae-orchestrator
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

TRAE指挥官 是什么?

Orchestrates TRAE IDE for automated software development with multi-agent collaboration. Invoke when user wants to develop software using TRAE or needs autom... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 248 次。

如何安装 TRAE指挥官?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install trae-orchestrator」即可一键安装,无需额外配置。

TRAE指挥官 是免费的吗?

是的,TRAE指挥官 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

TRAE指挥官 支持哪些平台?

TRAE指挥官 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 TRAE指挥官?

由 Wang Weicheng(@vichard998)开发并维护,当前版本 v1.0.0。

💬 留言讨论