← 返回 Skills 市场
Moses Roles
作者
burnmydays
· GitHub ↗
· v1.0.3
· MIT-0
306
总下载
0
收藏
1
当前安装
4
版本数
在 OpenClaw 中安装
/install moses-roles
功能描述
MO§ES™ Role Hierarchy — Defines Primary, Secondary, Observer agents with enforced sequencing. Primary leads, Secondary validates, Observer flags. Enforces Pr...
安全使用建议
This skill's behavior (load ~/.openclaw/governance/state.json, enforce sequencing, run a logging script under ~/.openclaw/workspace/skills/moses-governance, and update AGENTS.md) is consistent with a governance role manager — but note these concerns before installing:
- Metadata mismatch: the platform registry claims no required stateDirs, binaries, or env vars, yet SKILL.md declares a stateDir (~/.openclaw/governance), python3, and an optional MOSES_OPERATOR_SECRET. Ask the publisher to fix the manifest so requirements are explicit.
- Undeclared dependency: the skill invokes ~/.openclaw/workspace/skills/moses-governance/scripts/audit_stub.py. Verify that the moses-governance bundle is trustworthy and inspect that script's code before allowing this skill to execute it. Prefer a skill that declares such dependencies or bundles the logging implementation.
- Local file access & execution: the skill reads a local state.json and executes a local Python script. Confirm you control those files and back them up; check for unexpected content or injected code.
- Optional secret: MOSES_OPERATOR_SECRET is marked optional and claimed 'Never transmitted' — treat that as a claim, not a guarantee. Ask how the secret is used and whether it is stored or transmitted.
- Ambiguity on 'notify operator': ask the author what mechanism is used to notify the operator so you can assess privacy/telemetry concerns.
What would reduce risk: corrected registry metadata, an explicit declared dependency on moses-governance (or bundled/verified audit code), and documentation showing the exact 'notify operator' mechanism and the audit_stub.py source. If those are provided and reviewed, the skill would likely be coherent and could be considered benign.
功能分析
Type: OpenClaw Skill
Name: moses-roles
Version: 1.0.3
The moses-roles skill defines a multi-agent coordination framework (Primary, Secondary, Observer) with enforced response sequencing. It uses local state files in ~/.openclaw/governance and invokes a local logging script (audit_stub.py) to track sequence violations. The instructions in SKILL.md are strictly focused on agent behavior and governance, with no evidence of data exfiltration, malicious execution, or harmful prompt injection.
能力评估
Purpose & Capability
The SKILL.md behavior (enforcing Primary→Secondary→Observer, reading a governance state file, writing AGENTS.md, and logging violations) is coherent with the 'role hierarchy' purpose. However the registry metadata provided to the platform omitted items that SKILL.md declares (stateDirs, a required python3 binary, and an optional MOSES_OPERATOR_SECRET), creating a metadata mismatch.
Instruction Scope
Instructions tell agents to read ~/.openclaw/governance/state.json before every response and to run a local script at ~/.openclaw/workspace/skills/moses-governance/scripts/audit_stub.py to log violations. Reading local governance state and executing a script from another (undeclared) skill bundle are scope-appropriate for governance but risky: they rely on local files and third-party code whose existence, content, and safety are not verified in the manifest. 'Notify operator' is underspecified, giving the agent broad discretion.
Install Mechanism
No install spec (instruction-only) means nothing new is written by default, which is lower risk. But the skill assumes other components exist on disk (the moses-governance scripts and a governance directory). Because those components are not installed or validated by this skill, the runtime will attempt to execute local code of unknown provenance.
Credentials
The SKILL.md lists an optional MOSES_OPERATOR_SECRET (sensitive) for HMAC signing, claimed 'Never transmitted.' The registry-level requirements did not list this variable. An optional local signing secret is plausible for an operator override, but the manifest/registry inconsistency and the unverifiable claim that it is never transmitted merit caution.
Persistence & Privilege
The skill asks the operator to add entries to ~/.openclaw/workspace/AGENTS.md and will call a logging script in workspace paths — this modifies workspace state but does not assert always:true or system-wide config changes. Modifying workspace files is expected for governance, but it does create persistent changes to agent behaviour; combined with the external script execution, that persistence increases risk.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install moses-roles - 安装完成后,直接呼叫该 Skill 的名称或使用
/moses-roles触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.3
Auto-publish from commit 630e5c82abbb7ef39c8245ec0ec964ddb6675834
v1.0.2
Auto-publish from commit bd48b121c8751d73699642aa22bd271c9f79e82f
v1.0.1
Auto-publish from commit c0128f413390c73d38808d42eaf13ad990ee548e
v1.0.0
- Initial release of moses-roles for multi-agent governance.
- Defines Primary, Secondary, and Observer agent roles with clear responsibilities and enforced response sequence.
- Blocks, logs, and notifies operator if agents violate Primary → Secondary → Observer order.
- Adds support for operator commands, including broadcast mode override.
- Integrates with moses-governance bundle and uses shared governance state, mode, posture, and audit logging.
- Provides AGENTS.md override templates for consistent agent behavior.
元数据
常见问题
Moses Roles 是什么?
MO§ES™ Role Hierarchy — Defines Primary, Secondary, Observer agents with enforced sequencing. Primary leads, Secondary validates, Observer flags. Enforces Pr... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 306 次。
如何安装 Moses Roles?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install moses-roles」即可一键安装,无需额外配置。
Moses Roles 是免费的吗?
是的,Moses Roles 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Moses Roles 支持哪些平台?
Moses Roles 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Moses Roles?
由 burnmydays(@sunrisesillneversee)开发并维护,当前版本 v1.0.3。
推荐 Skills