🦀 ClawHub
TRAE指挥官
by @vichard998
Orchestrates TRAE IDE for automated software development with multi-agent collaboration. Invoke when user wants to develop software using TRAE or needs autom...
📋 Tips & Best Practices
TRAE Not Found
from automation_helper import TRAEControllercontroller = TRAEController()
controller.setup('E:\\software\\Trae CN\\Trae CN.exe') # 手动设置路径
Permission Denied
Run Python as Administrator or check TRAE path permissions.Prompt Not Sent
Install pyautogui:pip install pyautogui pyperclip
Or manually copy from .trae-docs/prompt_to_trape.md and paste into TRAE.
Core Principle: Event-driven orchestration. TRAE signals completion, openclaw responds. User controls via signal files. Zero polling, zero wasted tokens.
New in this version: Practical Python automation module (automation_helper.py) for one-line project launch and easy control.
TERMINAL
clawhub install trae-orchestrator