← Back to Skills Marketplace
Moses Coordinator
by
burnmydays
· GitHub ↗
· v1.0.2
· MIT-0
292
Downloads
0
Stars
1
Active Installs
3
Versions
Install in OpenClaw
/install moses-coordinator
Description
MO§ES™ Coordinator — Lightweight daemon that monitors OpenClaw Gateway WebSocket for session events, detects sequence violations (Primary → Secondary → Obser...
Usage Guidance
This coordinator is a local monitoring daemon that connects to a local OpenClaw Gateway WebSocket and invokes a local audit script when it detects out-of-order agent responses. Before installing or running it: 1) Verify the referenced audit script (~/.openclaw/workspace/skills/moses-governance/scripts/audit_stub.py) exists and review its source — the coordinator executes it via subprocess, so a compromised or malicious audit script would run with your user privileges. 2) Note the minor inconsistencies between SKILL.md and the packaged script (different subprocess argument forms and an unused STATE_PATH); confirm which behavior you expect and that the audit logging call will produce the intended ledger entries. 3) Install the websockets package in a controlled environment (e.g., virtualenv) and consider running the coordinator in a sandbox or under a dedicated user if you will run it persistently. 4) Don’t provide credentials because none are required; ensure launchd/systemd entries point to the correct, reviewed script path. If the audit_stub.py is from a trusted source and reviewed, the skill appears coherent for its stated purpose.
Capability Analysis
Type: OpenClaw Skill
Name: moses-coordinator
Version: 1.0.2
The moses-coordinator skill implements a background daemon that monitors local session traffic via WebSockets (ws://127.0.0.1:18789) and executes an external script (audit_stub.py) via subprocess to log sequence violations. While these behaviors are consistent with its stated purpose of agent governance, the combination of persistent background monitoring, shell execution, and explicit instructions for establishing macOS persistence (launchd) are classified as high-risk capabilities. No evidence of malicious intent was found, and the documentation (SKILL.md) proactively advises against providing sensitive secrets (MOSES_OPERATOR_SECRET).
Capability Assessment
Purpose & Capability
Name/description (sequence enforcement via OpenClaw Gateway WebSocket) matches the code and SKILL.md. The script connects to ws://127.0.0.1:18789, evaluates agent sequence, and logs violations — all consistent with the described coordinator purpose.
Instruction Scope
Instructions stay within the stated scope (monitor local gateway, log violations). Minor issues: SKILL.md and the included script differ in the exact subprocess arguments used to call the audit script, and STATE_PATH is declared but never read — these are inconsistencies to verify. The coordinator invokes a local audit script via subprocess; it does not make external network calls or request credentials.
Install Mechanism
No install spec; dependency is a single Python package (websockets) installed via pip as documented. No downloads from arbitrary URLs or archive extraction.
Credentials
The skill declares no required environment variables or credentials and the code does not access secrets. SKILL.md explicitly states MOSES_OPERATOR_SECRET is not used. The only required resource is another local script (moses-governance's audit_stub.py).
Persistence & Privilege
always: false and no special platform privileges requested. The README suggests optional persistent launchd setup, which is normal for a daemon. The skill does call another skill's script, so verify that cross-skill dependency before enabling persistent runs.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install moses-coordinator - After installation, invoke the skill by name or use
/moses-coordinator - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.2
Auto-publish from commit 6df0d6883b37c32affad8a845e469d8c551c73f2
v1.0.1
Auto-publish from commit 7ce401c1a1daf43bc36435de47966fa3382ee2d1
v1.0.0
Initial release of the MO§ES™ Coordinator daemon:
- Monitors OpenClaw Gateway WebSocket for session update events.
- Detects and logs sequence violations in agent responses (Primary → Secondary → Observer).
- Logs violations to the audit trail and notifies operator.
- Optional enforcement component for the moses-governance bundle.
- Requires Python 3, the `websockets` package, and configuration of a background service.
Metadata
Frequently Asked Questions
What is Moses Coordinator?
MO§ES™ Coordinator — Lightweight daemon that monitors OpenClaw Gateway WebSocket for session events, detects sequence violations (Primary → Secondary → Obser... It is an AI Agent Skill for Claude Code / OpenClaw, with 292 downloads so far.
How do I install Moses Coordinator?
Run "/install moses-coordinator" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Moses Coordinator free?
Yes, Moses Coordinator is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Moses Coordinator support?
Moses Coordinator is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Moses Coordinator?
It is built and maintained by burnmydays (@sunrisesillneversee); the current version is v1.0.2.
More Skills