← Back to Skills Marketplace
sunrisesillneversee

Moses Stamp

by burnmydays · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
99
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install moses-stamp
Description
MO§ES™ Governed Output — embeds a governance stamp into every document produced. Mode, posture, session ID, and cryptographic integrity hash stamped on outpu...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install moses-stamp
  3. After installation, invoke the skill by name or use /moses-stamp
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug moses-stamp
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 99 downloads so far.

How do I install Moses Stamp?

Run "/install moses-stamp" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Moses Stamp free?

Yes, Moses Stamp is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Moses Stamp support?

Moses Stamp is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Moses Stamp?

It is built and maintained by burnmydays (@sunrisesillneversee); the current version is v1.0.0.

💬 Comments