← 返回 Skills 市场
Moses Stamp
作者
burnmydays
· GitHub ↗
· v1.0.0
· MIT-0
99
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install moses-stamp
功能描述
MO§ES™ Governed Output — embeds a governance stamp into every document produced. Mode, posture, session ID, and cryptographic integrity hash stamped on outpu...
安全使用建议
This skill appears to do what it claims: automatically append a local governance stamp to artifacts and keep a small local event log (~/.openclaw/governance/stamps.jsonl). Before installing, consider: 1) automatic stamping is default-on — confirm you want every external-facing document to be modified. 2) The stamp references a session ID and integrity hash; the script logs only hashes (not full content), but the stamp is appended to the document itself (so any stamped document will carry the stamp when shared). 3) SKILL.md references another skill's init_state.py for mode/posture; if you don't have that companion skill, stamping may require manual mode/posture inputs. 4) Deactivation is described but the environment variable name is unspecified — clarify how to disable in your agent. If you plan to use this in sensitive workflows, test in a sandbox and inspect the ~/.openclaw/governance files to confirm they meet your privacy/audit requirements.
功能分析
Type: OpenClaw Skill
Name: moses-stamp
Version: 1.0.0
The moses-stamp skill is designed to append a governance metadata block (stamp) to documents produced by the agent. The core logic in scripts/stamp.py generates a SHA-256 integrity hash and manages local state in ~/.openclaw/governance, which is correctly declared in the metadata. While SKILL.md contains strong instructions for the agent to automate this process, the behavior is transparent, lacks network or exfiltration capabilities, and aligns entirely with the stated purpose of document provenance.
能力评估
Purpose & Capability
Name/description (governance stamping) align with the included script and SKILL.md. The skill only needs local filesystem access under ~/.openclaw/governance (declared in metadata). No unrelated binaries, credentials, or external services are requested.
Instruction Scope
Instructions require appending a stamp to many output types and state that enforcement is 'automatic' (default-on). The runtime instructions also reference another skill path (skills/moses-governance/scripts/init_state.py) to obtain mode/posture/role — that is a cross-skill coupling that may be missing at runtime. Aside from that, the SKILL.md and script only read/write the user's ~/.openclaw/governance state and append stamps to specified files.
Install Mechanism
No install spec; this is instruction-only with a small Python script. Nothing is downloaded or executed from remote URLs. Risk from the install mechanism is low.
Credentials
No environment variables or credentials are required. The SKILL.md mentions deactivation via 'an environment variable' but does not name it; that is an operational detail to clarify but not a security red flag. The skill only touches files under the declared stateDir.
Persistence & Privilege
always is false and the skill does not request permanent elevated privileges. It writes its own files under ~/.openclaw/governance (state.json and stamps.jsonl) which matches the declared stateDirs. It does not modify other skills' configs or system-wide settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install moses-stamp - 安装完成后,直接呼叫该 Skill 的名称或使用
/moses-stamp触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of moses-stamp: automatic governance stamps embedded in every qualifying document produced.
- Each stamp includes mode, posture, role, session ID, action number, and cryptographic integrity hash as part of the output.
- Stamp tool provided to generate and append stamps via command line.
- Stamping is default-on and enforcement is automatic for all qualifying artifacts.
- Clarifies which document types require stamping and explains interaction with the wider moses-governance bundle.
元数据
常见问题
Moses Stamp 是什么?
MO§ES™ Governed Output — embeds a governance stamp into every document produced. Mode, posture, session ID, and cryptographic integrity hash stamped on outpu... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 99 次。
如何安装 Moses Stamp?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install moses-stamp」即可一键安装,无需额外配置。
Moses Stamp 是免费的吗?
是的,Moses Stamp 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Moses Stamp 支持哪些平台?
Moses Stamp 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Moses Stamp?
由 burnmydays(@sunrisesillneversee)开发并维护,当前版本 v1.0.0。
推荐 Skills