claw-orchestrator

Featured

Manage persistent coding sessions across Claude Code, Codex, Antigravity (agy), 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 conte

AI & Automation 550 stars 90 forks Updated yesterday MIT

Install

View on GitHub

Quality Score: 94/100

Stars 20%
91
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
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, Antigravity, 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 | | `agy` | `agy -p` | Per-message spawn | Google Antigravity; plain-text, auto conversation resume | | `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: "agy-task", cwd: "/path/to/project", engine: "agy" }) 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: "my...

Details

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

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category