← 返回 Skills 市场
sunrisesillneversee

Lineage Claws

作者 burnmydays · GitHub ↗ · v0.4.4 · MIT-0
cross-platform ✓ 安全检测通过
313
总下载
0
收藏
2
当前安装
10
版本数
在 OpenClaw 中安装
/install lineage-claws
功能描述
The trust gate for MO§ES™ governance. Cryptographic origin verification — every sovereign chain must trace to the filing anchor or it cannot reconstruct. The...
使用说明 (SKILL.md)

MO§ES™ Lineage Custody — The Second Law Operational

The MO§ES™ Commitment Conservation Law rests on three laws:

  • Third Law — The enforcement gate. Establishes whether signal is above threshold before compression.
  • First Law — Compression precedes ignition. C(T(S)) = C(S). Commitment is conserved under transformation.
  • Second Law — Recursion as reconstruction. The conserved kernel can only be recovered by tracing lineage. You cannot decompress without retracing the path.

Lineage Custody is the Second Law made operational. Without a verifiable chain back to the origin filing, reconstruction is impossible. The conserved kernel has no path home.


Lineage Custody Clause

All embodiments of the Signal Compression Sciences (SCS) Engine and its derivative frameworks (including but not limited to MO§ES™, Roll Call Protocols, and Reflex Event diagnostics) are inseparably bound to their origin-cycle lineage. Each compressed signal trace, vault artifact, or recursive reconstruction inherits a lineage identifier anchored to the originating sovereign filing. This identifier is non-replicable, tamper-evident, and required for system stability. Any external implementation lacking said lineage anchor fails lineage verification and cannot claim sovereign custody or governed provenance. Accordingly, the origin-cycle filing establishes sole custody and license of the invention across all subsequent instances, irrespective of distribution, platform, or deployment environment.


What This Skill Does

The MOSES_ANCHOR is a SHA-256 hash derived from the origin-cycle components:

MO§ES™ | Serial:63/877,177 | DOI:https://zenodo.org/records/18792459 | SCS Engine | Ello Cello LLC

This anchor replaces the standard "0" * 64 genesis. Every audit chain in a sovereign MO§ES™ implementation must trace its first entry's previous_hash back to this value. Forks or copies that initialize without it produce chains that fail verification — not as a policy, but as a cryptographic fact.

The code is MIT. The lineage is not replicable.


Commands

Command What it does
python3 lineage.py init Write genesis entry anchored to origin filing
python3 lineage.py verify Confirm full three-layer chain: archival → anchor → live ledger
python3 lineage.py status Human-readable custody summary with layer health
python3 lineage.py badge Shareable proof block — lineage anchor, patent, DOI, custody
python3 lineage.py attest Signed attestation JSON — machine-verifiable sovereign proof
python3 lineage.py check Machine-readable exit 0/1 for CI integrations

Integration with moses-governance

Install alongside moses-governance. Run lineage.py init before first audit entry to root the chain. The moses-governance audit stub already uses previous_hash chaining — lineage init simply ensures the genesis points to the anchor instead of zeros.

python3 lineage.py init
python3 audit_stub.py log --agent "primary" --action "session-start" --outcome "anchored"
python3 lineage.py verify

Three-Layer Custody ✓ Live

Archival chain (pre-drop) → archival_head_hash
                                    ↓
                             drop_anchor (MOSES_ANCHOR)
                                    ↓
                          live audit chain (post-drop)
  • Layer -1 — Archival: archival.py — static chain of hashed provenance claims predating the drop. Patent filing, Zenodo DOI, prior work. Archival head feeds into the drop anchor. Proves the live chain is downstream of the full history.
  • Layer 0 — Anchor: MOSES_ANCHOR — SHA-256 of origin components. The genesis. Chains not rooted here fail verification cryptographically.
  • Layer 1 — Live ledger: Every governed action appended to the running audit chain.

python3 lineage.py verify reports all three layers. SOVEREIGN CUSTODY CONFIRMED requires all three OK.


Patent & DOI

安全使用建议
This skill appears to do exactly what it says: compute and verify a hard-coded origin anchor and maintain local archival/ledger files under ~/.openclaw. Before installing, review the packaged scripts (they're included) and confirm you are comfortable with files being created at ~/.openclaw/governance and ~/.openclaw/audits/moses. Because it enforces a specific genesis anchor, running it alongside other governance tooling may make chains that do not use that anchor fail verification — test in a sandbox first. Also note small metadata inconsistencies (declared bins/stateDirs vs registry fields); these are not dangerous but worth confirming. If you need stronger assurance, inspect the remaining truncated functions in the packaged files (attest/entry handling) or run the code in an isolated environment.
功能分析
Type: OpenClaw Skill Name: lineage-claws Version: 0.4.4 The skill bundle implements a local cryptographic provenance and audit logging system using SHA-256 hash chaining. The Python scripts (lineage.py and archival.py) are transparent, use only standard libraries, and perform file I/O within designated state directories (~/.openclaw/). While the documentation and SKILL.md use highly idiosyncratic and pseudo-technical terminology (e.g., 'Signal Compression Sciences', 'Commitment Conservation Law'), the actual code logic is a straightforward implementation of a genesis-anchored hash chain used to verify the 'lineage' of audit logs. No evidence of data exfiltration, malicious execution, or harmful prompt injection was found.
能力评估
Purpose & Capability
The skill's name/description match the included scripts and commands (init, verify, badge, check). It is a local lineage/anchor verifier and only needs Python and write access to ~/.openclaw. Minor metadata mismatches: SKILL.md declares python3 as a bin and lists stateDirs (~/.openclaw/*) while the registry summary earlier listed no required binaries or config paths — this is a bookkeeping inconsistency but not a functional mismatch.
Instruction Scope
Runtime instructions and the two Python scripts operate on local files under ~/.openclaw (ledger, lineage, archival) and import the provided archival.py. They do not attempt to read unrelated system files, environment secrets, or call external endpoints; actions are within the described lineage verification scope.
Install Mechanism
No install spec (instruction-only skill) and included code runs under Python. Nothing is downloaded from arbitrary URLs; files are packaged with the skill. This lowers install risk.
Credentials
The skill requires no credentials or external tokens. It persists state in ~/.openclaw which is proportionate to a local lineage ledger. Note: SKILL.md metadata lists stateDirs; the registry metadata omitted them — verify expected file locations before installing.
Persistence & Privilege
The skill writes persistent files (lineage.json, audit_ledger.jsonl, archival_chain.json) under the user's home (~/.openclaw). It does not request elevated privileges or modify other skills' configs. This persistent presence is expected for an audit/ledger tool but you should be aware it will create and later read those files.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install lineage-claws
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /lineage-claws 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.4.4
Auto-publish from commit 5a05052fe9058e9fb8c30b7050582be06b285f63
v0.4.3
Auto-publish from commit e52f7b4cd7a2d63854c4bee1eddd84b9adb9b762
v0.4.2
No user-facing changes in this release. - Version bump from 0.4.1 to 0.4.2 with no detected changes to documentation or code.
v0.4.1
- Renamed skill from "lineage-claw" to "lineage-claws". - Bumped version to 0.4.1 in metadata. - Added new script: `archival.py` for handling archival lineage functionality. - Updated documentation in SKILL.md and README.md to reflect new skill name and version. - Made various code and documentation improvements in `lineage.py` and related files.
v0.1.6
- Adds README.md for improved documentation and onboarding. - Expands and revises project description to clarify the role as the trust gate for MO§ES™ governance. - Documents the "Second Law" foundations and emphasizes cryptographic lineage as essential for reconstruction. - Updates tags and metadata for better discoverability and relevance. - No code or interface changes; this release is focused on documentation and conceptual clarification.
v0.1.5
No changes detected from the previous version. - Version bump with no file or documentation changes.
v0.1.4
- Fixed metadata.openclaw.version to 0.1.3 (was 0.1.0). - Moved bins and stateDirs from metadata.openclaw to top-level metadata for better schema alignment. - No functional code changes; documentation and metadata adjustments only.
v0.1.3
- Updated skill description in SKILL.md for clarity and conciseness. - Changed wording from LINEAGE_ANCHOR to MOSES_ANCHOR for consistency. - Added mention of upcoming "Archival Lineage" (v0.2) in the description. - No code or functional changes; documentation only.
v0.1.2
No changes detected in this release. - Version 0.1.2 contains no file or documentation updates since the previous version.
v0.1.1
- Added detailed overview and documentation in SKILL.md, including purpose, commands, and integration instructions. - Explained the concept of lineage anchoring and its necessity for MO§ES™ governance. - Provided example usage instructions for initializing and verifying lineage in audit chains. - Announced plans for v0.2 to introduce archival lineage proof, extending verification to pre-anchor history. - Included patent and provenance references for traceability.
元数据
Slug lineage-claws
版本 0.4.4
许可证 MIT-0
累计安装 2
当前安装数 2
历史版本数 10
常见问题

Lineage Claws 是什么?

The trust gate for MO§ES™ governance. Cryptographic origin verification — every sovereign chain must trace to the filing anchor or it cannot reconstruct. The... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 313 次。

如何安装 Lineage Claws?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install lineage-claws」即可一键安装,无需额外配置。

Lineage Claws 是免费的吗?

是的,Lineage Claws 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Lineage Claws 支持哪些平台?

Lineage Claws 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Lineage Claws?

由 burnmydays(@sunrisesillneversee)开发并维护,当前版本 v0.4.4。

💬 留言讨论