← Back to Skills Marketplace
TRAE指挥官
by
Wang Weicheng
· GitHub ↗
· v1.0.0
· MIT-0
248
Downloads
1
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install trae-orchestrator
Description
Orchestrates TRAE IDE for automated software development with multi-agent collaboration. Invoke when user wants to develop software using TRAE or needs autom...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install trae-orchestrator - After installation, invoke the skill by name or use
/trae-orchestrator - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
用户可以说:帮我在D盘GAME文件夹里新建一个游戏项目。可以多人打怪。网页版。则可以调用这个skill生成指挥TRAE进行代码开发的文档,并打开TRAE,把文档喂给TRAE后自动进行跟踪开发,标记步骤,几乎不消耗Token,将重型任务转移。
Metadata
Frequently Asked Questions
What is TRAE指挥官?
Orchestrates TRAE IDE for automated software development with multi-agent collaboration. Invoke when user wants to develop software using TRAE or needs autom... It is an AI Agent Skill for Claude Code / OpenClaw, with 248 downloads so far.
How do I install TRAE指挥官?
Run "/install trae-orchestrator" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is TRAE指挥官 free?
Yes, TRAE指挥官 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does TRAE指挥官 support?
TRAE指挥官 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created TRAE指挥官?
It is built and maintained by Wang Weicheng (@vichard998); the current version is v1.0.0.
More Skills