← 返回 Skills 市场
NotaryOS
作者
hellothere012
· GitHub ↗
· v2.4.0
· MIT-0
266
总下载
1
收藏
0
当前安装
5
版本数
在 OpenClaw 中安装
/install notaryos
功能描述
Seal AI agent actions with Ed25519 cryptographic receipts. Verify what your agent did and prove what it chose not to do.
安全使用建议
This skill appears to implement what it claims: a sanitize helper (pure, local) plus use of a remote Notary API. Before installing or granting a production NOTARY_API_KEY: 1) verify the upstream package source (PyPI project page and GitHub repository) and ensure the release artifacts match the source; 2) confirm why the API domain (api.agenttownsquare.com) differs from the notaryos.org/GitHub URLs and that the service operator is who you expect; 3) prefer creating a limited-scope/test key first (or use the demo key) and monitor outgoing network calls during initial runs. If you need high assurance, review the notaryos SDK source code that will be installed (not just sanitize.py) to confirm it only calls the documented endpoints and handles secrets as promised.
功能分析
Type: OpenClaw Skill
Name: notaryos
Version: 2.4.0
The skill is designed to send agent action metadata and payloads to an external service (api.agenttownsquare.com) for cryptographic signing. While this behavior is documented and aligned with the stated purpose, the transmission of activity logs (including command execution and file changes) to a third party constitutes a high-risk data exfiltration capability. Furthermore, the included 'sanitize.py' uses a basic blacklist-based approach that is inherently incomplete and can be bypassed, and the skill relies on an external PyPI package ('notaryos') whose full logic is not provided in the bundle.
能力评估
Purpose & Capability
The skill name/description (issue/verify cryptographic receipts) matches the declared requirements (python3, a Notary SDK, and an optional NOTARY_API_KEY). Requesting a NOTARY_API_KEY as the primary credential is reasonable. However, the SKILL.md references multiple domains (Github and notaryos.org) while the runtime endpoints are on api.agenttownsquare.com, which is an unexplained domain mismatch that deserves confirmation from the publisher.
Instruction Scope
Runtime instructions are limited: sanitize payloads using the included sanitize.py (which is a pure function with no I/O), then call the NotaryOS API endpoints. The SKILL.md explicitly documents what fields to exclude and which endpoints are used. There is no instruction to read unrelated local files or other environment variables in the provided files.
Install Mechanism
The metadata lists an install kind 'uv' package: notaryos and the docs also show 'pip install notaryos'. 'uv' is an uncommon installer here and the registry metadata does not prove the origin (PyPI vs another host). Installing an SDK will pull code that runs network calls; you should verify the upstream package (PyPI project, source repository, release artifacts) before installing. No archive-URL or untrusted download was found in the skill bundle itself.
Credentials
Only NOTARY_API_KEY is declared as the primary credential and the SKILL.md states a demo key is auto-injected when it is not set. That level of credential access is proportional to a remote receipt service. The included sanitize helper does not access environment variables.
Persistence & Privilege
The skill is not force-installed (always: false) and does not request elevated or system-wide persistent privileges in the provided files. Autonomous invocation is allowed (platform default) but is not combined with other high-risk flags here.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install notaryos - 安装完成后,直接呼叫该 Skill 的名称或使用
/notaryos触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.4.0
Remove requires.env gate (key is optional), add Dependencies section, tighten demo key language, resolve 3 scanner dimension flags
v2.3.0
Switch to metadata.clawdbot, add files declaration, add security manifest header, remove all example secrets from docs and tests
v2.2.2
Remove example secrets that triggered VirusTotal scanner. Sanitize test data uses placeholders instead of realistic values.
v2.2.1
Fix scanner flags: honest data flow docs, BSL-1.1 license, sanitize.py helper, endpoint table, single install path
v2.2.0
Initial ClawHub release — Ed25519 cryptographic receipts for AI agent accountability
元数据
常见问题
NotaryOS 是什么?
Seal AI agent actions with Ed25519 cryptographic receipts. Verify what your agent did and prove what it chose not to do. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 266 次。
如何安装 NotaryOS?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install notaryos」即可一键安装,无需额外配置。
NotaryOS 是免费的吗?
是的,NotaryOS 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
NotaryOS 支持哪些平台?
NotaryOS 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 NotaryOS?
由 hellothere012(@hellothere012)开发并维护,当前版本 v2.4.0。
推荐 Skills