返回顶部
🇺🇸 English
🇨🇳 简体中文
🇨🇳 繁體中文
🇺🇸 English
🇯🇵 日本語
🇰🇷 한국어
🇫🇷 Français
🇩🇪 Deutsch
🇪🇸 Español
🇷🇺 Русский
o

openclaw-signet

# OpenClaw Signet

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.2
安全检测
已通过
1,444
下载量
0
收藏
概述
安装方式
版本历史

openclaw-signet

# OpenClaw Signet Cryptographic verification for installed skills. Sign skills at install time, verify they haven't been tampered with later. ## The Problem 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. ## Commands ### Sign Skills Generate SHA-256 content hashes for all installed skills and store in trust manifest. ```bash python3 {baseDir}/scripts/signet.py sign --workspace /path/to/workspace ``` ### Sign Single Skill ```bash python3 {baseDir}/scripts/signet.py sign openclaw-warden --workspace /path/to/workspace ``` ### Verify Skills Compare current skill state against trusted signatures. ```bash python3 {baseDir}/scripts/signet.py verify --workspace /path/to/workspace ``` ### List Signed Skills ```bash python3 {baseDir}/scripts/signet.py list --workspace /path/to/workspace ``` ### Quick Status ```bash python3 {baseDir}/scripts/signet.py status --workspace /path/to/workspace ``` ## How It Works 1. `sign` computes SHA-256 hashes of every file in each skill directory 2. A composite hash represents the entire skill state 3. `verify` recomputes hashes and compares against the manifest 4. If any file is modified, added, or removed — the composite hash changes 5. Reports exactly which files changed within each tampered skill ## Exit Codes - `0` — All skills verified - `1` — Unsigned skills detected - `2` — Tampered skills detected ## No External Dependencies Python standard library only. No pip install. No network calls. Everything runs locally. ## Cross-Platform Works with OpenClaw, Claude Code, Cursor, and any tool using the Agent Skills specification.

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 openclaw-signet-1776360340 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 openclaw-signet-1776360340 技能

通过命令行安装

skillhub install openclaw-signet-1776360340

下载 Zip 包

⬇ 下载 openclaw-signet v1.0.2

文件大小: 8.34 KB | 发布时间: 2026-4-17 14:36

v1.0.2 最新 2026-4-17 14:36
openclaw-signet v1.0.2

- Removed mention and description of "openclaw-signet-pro" from documentation.
- Updated SKILL.md to focus solely on the core functionality, with simplified wording.
- No changes to core commands or logic; this is a documentation update only.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部