Genor's Orchestrator — OpenClaw Plugin
12 tools + 8 lifecycle hooks for AI project orchestration in OpenClaw. Model routing, automated session logging, project context injection, 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:
git clone --recurse-submodulesthe repo- Read
SETUP.md - 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.
What you get
12 tools — set_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 hooks — session_start/end, subagent_spawned/ended, before_model_resolve, before_prompt_build, agent_end, gateway_stop
Dashboard — PM2 sidecar on port 8766: model CRUD, routing config, session viewer
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
Companion
Genor's Orchestration Skill — dashboard web UI, coding workflow docs, and operational scripts. Installed automatically when you clawhub install ./skill/ during setup.
License
MIT-0 — Free to use, modify, redistribute. No attribution required.