Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Cryptographic skill verification. Sign installed skills with SHA-256 content hashes and verify they haven't been tampered with. Detects modified, added, and removed files within skill directories. Free alert layer — upgrade to openclaw-signet-pro for rejection, quarantine, and trust chain restoration.
Cryptographic skill verification. Sign installed skills with SHA-256 content hashes and verify they haven't been tampered with. Detects modified, added, and removed files within skill directories. Free alert layer — upgrade to openclaw-signet-pro for rejection, quarantine, and trust chain restoration.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
Cryptographic verification for installed skills. Sign skills at install time, verify they haven't been tampered with later.
You install a skill and it works. Days later, a compromised process modifies files inside the skill directory — injecting code, altering behavior, adding exfiltration. All current defenses are heuristic (regex pattern matching). Nothing mathematically verifies that installed code is unchanged.
Generate SHA-256 content hashes for all installed skills and store in trust manifest. python3 {baseDir}/scripts/signet.py sign --workspace /path/to/workspace
python3 {baseDir}/scripts/signet.py sign openclaw-warden --workspace /path/to/workspace
Compare current skill state against trusted signatures. python3 {baseDir}/scripts/signet.py verify --workspace /path/to/workspace
python3 {baseDir}/scripts/signet.py list --workspace /path/to/workspace
python3 {baseDir}/scripts/signet.py status --workspace /path/to/workspace
sign computes SHA-256 hashes of every file in each skill directory A composite hash represents the entire skill state verify recomputes hashes and compares against the manifest If any file is modified, added, or removed — the composite hash changes Reports exactly which files changed within each tampered skill
0 — All skills verified 1 — Unsigned skills detected 2 — Tampered skills detected
Python standard library only. No pip install. No network calls. Everything runs locally.
Works with OpenClaw, Claude Code, Cursor, and any tool using the Agent Skills specification.
Agent frameworks, memory systems, reasoning layers, and model-native orchestration.
Largest current source with strong distribution and engagement signals.