{"id":49753406,"url":"https://github.com/enderfga/claw-orchestrator","last_synced_at":"2026-05-24T11:02:20.818Z","repository":{"id":335861821,"uuid":"1146091496","full_name":"Enderfga/claw-orchestrator","owner":"Enderfga","description":"Run Claude Code, Codex, Gemini, Cursor Agent and custom coding CLIs as one unified runtime for claw-style agent systems. Runs standalone, with first-class OpenClaw plugin support.","archived":false,"fork":false,"pushed_at":"2026-05-11T10:10:31.000Z","size":3354,"stargazers_count":445,"open_issues_count":0,"forks_count":75,"subscribers_count":4,"default_branch":"main","last_synced_at":"2026-05-11T10:31:02.833Z","etag":null,"topics":["agent-orchestration","agent-teams","ai-agent","claude-code","claw","claw-orchestrator","cli","codex","coding-agent","cursor-agent","developer-tools","gemini","mcp","multi-agent","multi-engine","openclaw","persistent-sessions","session-management","tool-orchestration","typescript"],"latest_commit_sha":null,"homepage":"https://github.com/Enderfga/claw-orchestrator#readme","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Enderfga.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-01-30T16:00:53.000Z","updated_at":"2026-05-11T10:09:48.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/Enderfga/claw-orchestrator","commit_stats":null,"previous_names":["enderfga/openclaw-claude-code-skill","enderfga/openclaw-claude-code","enderfga/claw-orchestrator"],"tags_count":46,"template":false,"template_full_name":null,"purl":"pkg:github/Enderfga/claw-orchestrator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Enderfga%2Fclaw-orchestrator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Enderfga%2Fclaw-orchestrator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Enderfga%2Fclaw-orchestrator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Enderfga%2Fclaw-orchestrator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Enderfga","download_url":"https://codeload.github.com/Enderfga/claw-orchestrator/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Enderfga%2Fclaw-orchestrator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33431039,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-23T22:14:44.296Z","status":"online","status_checked_at":"2026-05-24T02:00:06.296Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["agent-orchestration","agent-teams","ai-agent","claude-code","claw","claw-orchestrator","cli","codex","coding-agent","cursor-agent","developer-tools","gemini","mcp","multi-agent","multi-engine","openclaw","persistent-sessions","session-management","tool-orchestration","typescript"],"created_at":"2026-05-10T15:03:24.736Z","updated_at":"2026-05-24T11:02:20.797Z","avatar_url":"https://github.com/Enderfga.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"./assets/banner.jpg\" alt=\"Claw Orchestrator\" width=\"100%\"\u003e\n\u003c/p\u003e\n\n# Claw Orchestrator\n\n\u003e A runtime for coding agents. Wrap Claude Code, Codex, Gemini, Cursor Agent, OpenCode, or any custom CLI as persistent programmable sessions; coordinate them in multi-agent councils; run autonomous Planner / Coder / Reviewer loops; or hand a five-question interview to an Opus council that ships a deployed web app at `localhost:19000/forge/\u003cslug\u003e/`.\n\n[![npm version](https://img.shields.io/npm/v/@enderfga/claw-orchestrator.svg)](https://www.npmjs.com/package/@enderfga/claw-orchestrator)\n[![CI](https://github.com/Enderfga/claw-orchestrator/actions/workflows/ci.yml/badge.svg)](https://github.com/Enderfga/claw-orchestrator/actions/workflows/ci.yml)\n[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)\n\nCoding CLIs are designed for humans at terminals. Claw Orchestrator turns them into headless engines and stacks an agent platform on top: a 55-tool API that scales from a single session call up to a fully generated, deployed web app — reachable through the CLI, the OpenClaw gateway, the Model Context Protocol, or directly from TypeScript, and visible through an embedded three-tab dashboard.\n\n---\n\n## Features\n\n| Capability                  | What it does                                                                                                                                                                                                                    | Reference                                                  |\n| --------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------- |\n| **Persistent Sessions**     | Long-lived coding agents kept alive across requests, with full context, tool, model, and worktree control.                                                                                                                      | [`sessions.md`](./skills/references/sessions.md)           |\n| **Multi-Engine Runtime**    | One interface over Claude Code, Codex, Gemini, Cursor Agent, OpenCode, and arbitrary custom CLIs.                                                                                                                               | [`multi-engine.md`](./skills/references/multi-engine.md)   |\n| **Multi-Agent Council**     | Parallel agents in isolated git worktrees, voting on consensus until they agree.                                                                                                                                                | [`council.md`](./skills/references/council.md)             |\n| **Autoloop**                | Three-agent autonomous workspace iteration. Chat with the Planner; it spawns Coder + Reviewer into a self-iterating subloop and pushes you on regression, target-hit, or decision points.                                       | [`autoloop.md`](./skills/references/autoloop.md)           |\n| **Ultraapp**                | A three-agent Opus council turns a five-question interview into a deployed web app — Tailwind UI, BYOK, file-queue runtime, smoke test, all live at `localhost:19000/forge/\u003cslug\u003e/`.                                            | [`ultraapp.md`](./skills/references/ultraapp.md)           |\n| **Embedded Dashboard**      | Three-tab UI for Autoloop, Council, and Forge with sidebar lifecycle controls, per-run live event streaming, and cookie-based auth via a `/login` redirect.                                                                     | [`dashboard.md`](./skills/references/dashboard.md)         |\n| **OpenAI-Compatible Proxy** | `POST /v1/chat/completions` translates OpenAI requests into native Anthropic, OpenAI, and Google calls and streams responses back in OpenAI shape. Point any OpenAI-SDK client at the orchestrator without changing call sites. | [`openai-compat.md`](./skills/references/openai-compat.md) |\n\nThe full 55-tool surface is enumerated in [`tools.md`](./skills/references/tools.md).\n\n---\n\n## Quick Start\n\n```bash\nnpm install -g @enderfga/claw-orchestrator\nclawo serve   # dashboard at http://127.0.0.1:18796/dash\n```\n\n```ts\nimport { SessionManager } from '@enderfga/claw-orchestrator';\n\nconst manager = new SessionManager();\nawait manager.startSession({ name: 'fix-tests', engine: 'claude', cwd: '/project' });\nconst result = await manager.sendMessage('fix-tests', 'Fix the failing tests');\n```\n\n---\n\n## Integrations\n\n### Standalone CLI\n\n```bash\nclawo serve                                            # dashboard + HTTP server on :18796\nclawo session-start fix-tests --engine claude --cwd .  # start a session\nclawo session-send fix-tests \"Fix the failing tests\"   # send into it\n```\n\nEvery command is documented in [`cli.md`](./skills/references/cli.md).\n\n### OpenClaw Plugin\n\n```bash\ncurl -fsSL https://raw.githubusercontent.com/Enderfga/claw-orchestrator/main/install.sh | bash\n```\n\nInstalls via npm, registers the plugin in `~/.openclaw/openclaw.json`, restarts the gateway. All 55 tools become available to every OpenClaw agent.\n\n### Model Context Protocol Server\n\n```bash\nnpm install -g @enderfga/claw-orchestrator   # clawo-mcp is now on PATH\n```\n\nRegister `clawo-mcp` with any MCP-compatible host: Hermes Agent, Claude Desktop, Cursor, Cline, Continue, Zed, Windsurf, Goose, and others. Per-host stdio-config snippets and the `CLAWO_MCP_TOOLS` allowlist for tight tool budgets are in [`mcp.md`](./skills/references/mcp.md).\n\n---\n\n## Engine Compatibility\n\n| Engine       | CLI        | Tested Version |\n| ------------ | ---------- | -------------- |\n| Claude Code  | `claude`   | 2.1.150        |\n| Codex        | `codex`    | 0.133.0        |\n| Gemini       | `gemini`   | 0.43.0         |\n| Cursor Agent | `agent`    | 2026.03.30     |\n| OpenCode     | `opencode` | 1.1.40         |\n| Custom CLI   | any        | —              |\n\nAny coding CLI that runs as a subprocess can be wired up as a custom engine — see [`multi-engine.md`](./skills/references/multi-engine.md#custom-engine-enginecustom).\n\n---\n\n## Contributing\n\nSee [`CONTRIBUTING.md`](./CONTRIBUTING.md). Run `npm run build \u0026\u0026 npm run lint \u0026\u0026 npm run format:check \u0026\u0026 npm run test` before submitting.\n\n## License\n\nMIT — see [`LICENSE`](./LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fenderfga%2Fclaw-orchestrator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fenderfga%2Fclaw-orchestrator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fenderfga%2Fclaw-orchestrator/lists"}