claw-orchestrator

Solid

Manage persistent coding sessions across Claude Code, Codex, Gemini, Cursor, and OpenCode engines. Use when orchestrating multi-engine coding agents, starting/sending/stopping sessions, running multi-agent council collaborations, cross-session messaging, ultraplan deep planning, ultrareview parallel code review, autoloop autonomous workspace iteration, ultraapp building deployable web apps from a structured Q&A interview, switching models/tools at runtime, or exposing the orchestrator's 65 tools as an MCP server to Hermes Agent / Claude Desktop / Cursor / Cline / Continue / Zed / Windsurf / Goose. Triggers on "start a session", "send to session", "run council", "ultraplan", "ultrareview", "autoloop", "ultraapp", "Forge tab", "build a web app", "one-click app", "AppSpec", "autonomous iteration", "iterate until goal", "deep paper review", "auto research", "switch model", "multi-agent", "coding session", "session inbox", "cursor agent", "opencode", "mcp server", "clawo-mcp", "hermes mcp", "model context protocol

AI & Automation 508 stars 79 forks Updated today MIT

Install

View on GitHub

Quality Score: 93/100

Stars 20%
90
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Claw Orchestrator Skill Claw Orchestrator — persistent multi-engine coding session manager for claw-style agent systems. Runs as a standalone CLI/server, with first-class OpenClaw plugin support. Wraps Claude Code, Codex, Gemini, Cursor Agent, OpenCode, and custom CLIs into headless agentic engines with 65 tools. ## Engine Quick Reference | Engine | CLI | Session Type | Best For | |--------|-----|-------------|----------| | `claude` | `claude` | Persistent subprocess | Multi-turn, complex tasks | | `codex` | `codex exec` | Per-message spawn | One-shot execution | | `gemini` | `gemini -p` | Per-message spawn | One-shot execution | | `cursor` | `agent -p` | Per-message spawn | One-shot execution | | `opencode` | `opencode run` | Per-message spawn | Provider-agnostic (`provider/model`) | ## Core Workflow ```javascript // 1. Start session (any engine) session_start({ name: "myproject", cwd: "/path/to/project", engine: "claude" }) session_start({ name: "codex-task", cwd: "/path/to/project", engine: "codex" }) session_start({ name: "gemini-task", cwd: "/path/to/project", engine: "gemini" }) session_start({ name: "cursor-task", cwd: "/path/to/project", engine: "cursor" }) session_start({ name: "opencode-task", cwd: "/path/to/project", engine: "opencode", model: "anthropic/claude-sonnet-4" }) // 2. Send messages session_send({ name: "myproject", message: "Fix the auth bug" }) // 3. Check status / search history coding_session_status({ name: "myproject" }) session_grep({ name...

Details

Author
Enderfga
Repository
Enderfga/claw-orchestrator
Created
4 months ago
Last Updated
today
Language
TypeScript
License
MIT

Integrates with

Related Skills