Token导航 LogoToken导航TokenDH.com
开发敏感数据clawhub未标认证来源可访问clear审计通过

moses-stamp摩西邮票

Agent Skill

moses-stamp 用于整理文档、README、Markdown 和说明材料,适合在 OpenClaw 中需要把零散信息整理成结构清晰的文档时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

2,995

周安装

120

GitHub Stars

公开资料未说明

下载量

970
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:moses-stamp(摩西邮票)
来源仓库:https://github.com/sunrisesillneversee/moses-stamp
安装命令:
openclaw skills install moses-stamp
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install moses-stamp

简介

moses-stamp 将治理印记嵌入每份输出文档,包含模式、状态与哈希值。

  • 适用于需要完整审计轨迹的内容生成与发布流程。
  • 增强文档可信度与防篡改能力。
  • 安装命令:openclaw skills install moses-stamp;需模板引擎支持标记插入。
  • 哈希算法固定为 SHA-256,但原始内容仍可能被逆向推断。

SKILL.md

name
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 output. The document is the audit record. Part of the moses-governance bundle. Patent pending Serial No. 63/877,177.
metadata
openclaw
emoji
🪙
tags
[stamp, governed-output, audit, provenance, document-governance]
version
0.1.0
bins
stateDirs
example
|
requires

MO§ES™ Governed Output

When this skill is active, every document you produce carries an embedded governance stamp. The stamp is not a separate log — it lives inside the artifact. The document is the audit record.

Enforcement is automatic. You do not wait to be asked. After producing any qualifying document, append the stamp.


Activation

When moses-stamp is installed and active, governed output is on by default. Confirm at session start:

✓ Governed output active
Every document produced this session will be stamped with:
  — Active governance mode
  — Active posture
  — Session ID
  — Action sequence number
  — Integrity hash (SHA-256 of content + governance state)
The output is the audit record.

Stamp Tool

Call stamp.py generate to produce the stamp block, then append it to your output:

python3 scripts/stamp.py generate \
  --mode "$(python3 skills/moses-governance/scripts/init_state.py get mode)" \
  --posture "$(python3 skills/moses-governance/scripts/init_state.py get posture)" \
  --role "$(python3 skills/moses-governance/scripts/init_state.py get role)"

Or append directly to a file:

python3 scripts/stamp.py append --file <output_file.md>

Stamp Format

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
MO§ES™ GOVERNANCE STAMP
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Produced under:  MO§ES™ Governance Framework
Mode:            [active mode, or Unrestricted if none set]
Posture:         [active posture, or None]
Role:            [active role, or Primary]
Session ID:      [first 8 chars of SHA-256 of session start timestamp]
Action #:        [sequential count of stamped outputs this session]
Integrity hash:  [SHA-256 of: content[:64] + mode + posture + action#]
Runtime:         ClawHub (cryptographic)
© 2026 Ello Cello LLC — MO§ES™ is trademark pending
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

What Counts as a Document

Stamp these:

  • Reports, memos, plans, specs, briefs
  • Emails drafted at user request
  • Code files produced as a primary deliverable
  • Any artifact intended for use outside this conversation

Do NOT stamp:

  • Inline answers, clarifications, short explanations
  • Intermediate reasoning steps
  • Tool call outputs

Relationship to the Audit Chain

The stamp is document-level provenance. The audit chain (moses-audit) is action-level provenance. Both can be active simultaneously — they record different things. When both are active, log the action first (audit_stub.py log), then append the stamp to the document.


Deactivation

To deactivate for a session: set an environment variable or pass --off to the governing agent. The stamp is a default-on enforcement gate, not an optional feature.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

78.98%
按下载量换算766

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills