@genortg

Genor's Orchestrator

Genor's Orchestrator — OpenClaw Plugin

Current version
v0.4.3
code-pluginCommunitysource-linked

Genor's Orchestrator — OpenClaw Plugin

ClawHub License: MIT-0 GitHub Release

⚠️ Alpha Software — This plugin is actively vibing its way to full functionality. It works, it's stable, and we use it daily, but edges are still being kissed. Expect steady improvements, not chaos.

12 tools + 8 lifecycle hooks for AI project orchestration in OpenClaw. Model routing, automated session logging, project context injection, real-time live agent tracking, ADR tracking, and background maintenance — all inside OpenClaw with no separate process.


Installation for AI Agents

Copy-paste to any AI agent: "Install Genor's Orchestrator from https://github.com/GenorTG/genor-orchestrator-plugin.git"

The agent should:

  1. git clone --recurse-submodules the repo
  2. Read SETUP.md
  3. Execute the 7-step procedure

That's it. The plugin auto-creates data dirs, schedules nightly model sync, and runs maintenance on a timer. The PM2 dashboard starts separately.

Via ClawHub

clawhub package install genor-orchestrator-plugin

What you get

12 toolsset_context, clear_context, get_status, get_config, get_models, check_models, auto_populate, log_session, log_decision, get_logs, sync_project, get_project_docs

8 hookssession_start, session_end, subagent_spawned, subagent_ended, before_model_resolve, before_prompt_build, agent_end, gateway_stop

Live agent tracking — Real-time agent state written to live-agents.json on every hook event, consumed by dashboard SSE for live monitoring

Dashboard — PM2 sidecar on port 8766: model CRUD, routing config, session viewer, live agent tree

Auto-maintenance — nightly model sync, log rotation, recovery doc generation, session normalization

Data survives wipes — all on filesystem at orchestrator-data/


Quick reference

orchestrator_set_context(project="my-project", task="fix-bug")   // start a session
orchestrator_log_decision(project, title, context, decision)    // log an ADR
orchestrator_get_status()                                        // overview
orchestrator_check_models(project="my-project")                  // check routing

Dashboard: http://localhost:8766


Alpha Details

This is v0.4.3 — we're iterating fast:

VersionHighlights
v0.4.3ToolPluginMetadata compat (OpenClaw 2026.6.6), live agent tracking, function name cleanup, double-cron fix, dead code removal
v0.4.2SessionTracker with live agents file, error logging to /tmp/live-agents-errors.log
v0.4.112 tools verified working, plugins.load.paths fix, gateway restart, dashboard v4 SSE
v0.4.0Phase 1 complete: tool audit, 9 bugs fixed
v0.3.xInitial dashboard, server refactors

Current state: All 12 tools operational. Hooks running. Live agent SSE streaming. Dashboard with 7 tabs. Production-safe for daily use.


Companion

Genor's Orchestration Skill — dashboard web UI, coding workflow docs, and operational scripts. Installed via:

clawhub install genor-orchestrator

License

MIT-0 — Free to use, modify, redistribute. No attribution required.

Source and release

Source repository

GenorTG/genor-orchestrator-plugin

Open repo

Source commit

fdd131c64eefd4f0fe06ec8e17f73b3ef2f5f83d

View commit

Install command

openclaw plugins install clawhub:genor-orchestrator-plugin

Metadata

  • Package: genor-orchestrator-plugin
  • Created: 2026/06/12
  • Updated: 2026/06/13
  • Executes code: No
  • Source tag: v0.4.3

Compatibility

  • Built with OpenClaw: >=2026.5.17
  • Plugin API range: 0.1.0
  • Tags: latest, model-routing, orchestration, plugin, project-management
  • Files: 13