← Back to Skills Marketplace
347
Downloads
0
Stars
0
Active Installs
5
Versions
Install in OpenClaw
/install orchestrix-guide
Description
Orchestrix multi-agent workflow guide for OpenClaw. Defines two operational phases: (1) Planning Phase — sequential agent orchestration in a single tmux wind...
Usage Guidance
This is a coherent tmux-based orchestration manual rather than code. Before installing or using it: 1) Understand it will instruct the agent to send keystrokes into tmux and to auto-accept 'trust' and approval prompts — that can acknowledge prompts that you might otherwise want to inspect. 2) Verify the referenced scripts (e.g., .orchestrix-core/scripts/start-orchestrix.sh, monitor-agent.sh) are present in your project and review their contents for dangerous commands. 3) If you plan to run this on a machine with sensitive data, test in an isolated environment or sandbox first. 4) Consider disabling autonomous invocation or manually supervising runs if you are uncomfortable with automatic acceptance behaviors.
Capability Analysis
Type: OpenClaw Skill
Name: orchestrix-guide
Version: 3.0.0
The skill bundle defines a complex multi-agent orchestration workflow that automates 'Claude Code' via tmux. It explicitly mandates the use of the '--dangerously-skip-permissions' flag, which bypasses critical security prompts for the AI agent. Furthermore, the instructions in SKILL.md rely on executing multiple external shell scripts (e.g., start-orchestrix.sh, monitor-agent.sh, and handoff-detector.sh) located in a hidden '.orchestrix-core' directory that are not provided in the bundle, making their actual behavior unverifiable. While these capabilities are plausibly for the stated purpose of automated development, the combination of high-privilege execution and opaque external dependencies poses a significant security risk.
Capability Assessment
Purpose & Capability
Name/description claim a tmux-based multi-agent orchestration guide and the SKILL.md provides detailed tmux send-keys protocols, completion-detection, and handoff procedures — these requirements match the stated purpose and there are no unrelated env vars, binaries, or install steps.
Instruction Scope
Instructions stay within the orchestration domain (sending tmux keystrokes, capturing panes, checking files, running monitor/start scripts). However the guide explicitly instructs automatically accepting 'trust this folder' prompts and auto-responding to approval prompts (sending 'y'), which grants the controller broad authority to acknowledge prompts on behalf of the interactive agent; review these behaviors before use.
Install Mechanism
No install spec or external downloads — skill is instruction-only, so nothing is written to disk by the skill itself. Lower installation risk, but referenced scripts (e.g., .orchestrix-core/scripts/monitor-agent.sh, start-orchestrix.sh) are expected to exist in the project and must be inspected manually.
Credentials
The skill declares no required environment variables, credentials, or config paths. The operations described read terminal panes and local project files (expected for a tmux orchestration guide) and do not request unrelated secrets.
Persistence & Privilege
always is false and the skill is user-invocable; it does not request permanent/autonomous presence beyond normal agent invocation. That said, its recommended automated acceptance behavior increases the potential for side effects when the skill is run.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install orchestrix-guide - After installation, invoke the skill by name or use
/orchestrix-guide - Provide required inputs per the skill's parameter spec and get structured output
Version History
v3.0.0
**Major update: tmux command protocol and completion detection fully revised, plus new test phase.**
- Standardized tmux command protocol to a strict 3-step pattern (send content → wait 1s → Enter) for all Claude Code CLI interactions.
- Added detailed handling and timing for multi-line content, agent switching, /clear usage, and trust dialog auto-accept.
- Reworked task completion detection rules: now uses Claude Code’s “Xxxed for <duration>” message as primary signal, plus enhanced polling scripts and approval automation.
- New global workflow adds Phase C (Testing): epic smoke test, fix, and retest loop until all pass.
- Scripts like monitor-agent.sh and ensure-session.sh are now referenced for robust automation.
- Documentation clarified, edge cases and error handling explictly described.
v2.0.0
# orchestrix-guide 2.0.0
- Major rewrite: reorganized guide to define two operational phases—Planning (sequential agent orchestration in a single tmux window) and Development (automated multi-window collaboration with HANDOFF).
- Simplified architecture and clarified the required tmux send-keys three-step protocol for all OpenClaw⇄Agent interactions.
- Presented a streamlined, phase-based workflow: clear distinction, task order, and cutover criteria between Planning and Development.
- Defined precise, prioritized multi-level strategies for automated task completion detection.
- Provided concise shell code snippets for each step and phase, supporting both automation and manual execution.
- Deprecated lower-level explanations and lengthy rationale, focusing on actionable, prescriptive instructions for end-to-end Orchestrix automation.
v1.2.0
Add mandatory 3-step command sequence rule (/clear → /o agent → *command) and dynamic tmux window creation for parallel Agent collaboration
v1.1.0
Add tmux send-keys operation protocol and 4-level task completion detection strategy for OpenClaw integration
v1.0.0
Initial release: comprehensive guide for operating Orchestrix agents via OpenClaw
Metadata
Frequently Asked Questions
What is Orchestrix Guide?
Orchestrix multi-agent workflow guide for OpenClaw. Defines two operational phases: (1) Planning Phase — sequential agent orchestration in a single tmux wind... It is an AI Agent Skill for Claude Code / OpenClaw, with 347 downloads so far.
How do I install Orchestrix Guide?
Run "/install orchestrix-guide" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Orchestrix Guide free?
Yes, Orchestrix Guide is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Orchestrix Guide support?
Orchestrix Guide is cross-platform and runs anywhere OpenClaw / Claude Code is available (macos, linux).
Who created Orchestrix Guide?
It is built and maintained by dorayo (@dorayo); the current version is v3.0.0.
More Skills