← 返回 Skills 市场
Agent Flight Recorder
作者
cryptowerk-main
· GitHub ↗
· v1.0.0
· MIT-0
31
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install agent-flight-recorder
功能描述
Use the Cryptowerk Verifiable Data skill to implement an "Agent Flight Recorder" that creates an immutable, cryptographically verifiable audit trail for Open...
使用说明 (SKILL.md)
Verifiable Data
Use this skill for Cryptowerk-backed proof workflows.
Supported primitives:
- obtain a fresh service credential
- register data using its SHA-256 hash and receive a retrieval id
- fetch a seal by retrieval id
- verify data against a seal
Default style:
- sidecar files for local state
- no SDK dependency
When to use
Use this skill when the user wants:
- verifiable logs
- proof of existence
- Cryptowerk sealing
- retrieval IDs and seals stored locally
- deterministic local artifacts for later audit
Workflow
- Register a file hash with
scripts/register.py - Poll for a seal with
scripts/getseal.py - Verify with
scripts/verify.py
Requirements
Required binaries:
python3
Credential handling:
- keep issued tokens out of watched or committed trees
- the skill uses service credentials only for the documented proof-APIs
Quick start
Register a file
Fetch a seal
Verify a file
Local artifacts
\x3Cfile>.cwseal
Rules
- Use SHA-256 over exact raw bytes.
- Keep issued Cryptowerk tokens outside watched trees.
- Keep the seal and metadata in a sidecar file .cwseal .
References
Read these when needed:
references/cryptowerk-api-notes.mdreferences/storage-and-state.md
Scripts
scripts/register.pyscripts/getseal.pyscripts/verify.py
能力标签
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install agent-flight-recorder - 安装完成后,直接呼叫该 Skill 的名称或使用
/agent-flight-recorder触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of agent-flight-recorder skill.
- Implements an immutable, cryptographically verifiable audit trail for OpenClaw agent executions using Cryptowerk Verifiable Data.
- Supports registering file hashes, fetching blockchain seals, and verifying proofs without requiring an SDK.
- Utilizes local sidecar files for storage of retrieval IDs and seals.
- Provides Python scripts for registration, seal retrieval, and proof verification.
- Service credentials are handled securely and used exclusively for proof-related APIs.
元数据
常见问题
Agent Flight Recorder 是什么?
Use the Cryptowerk Verifiable Data skill to implement an "Agent Flight Recorder" that creates an immutable, cryptographically verifiable audit trail for Open... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 31 次。
如何安装 Agent Flight Recorder?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install agent-flight-recorder」即可一键安装,无需额外配置。
Agent Flight Recorder 是免费的吗?
是的,Agent Flight Recorder 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Agent Flight Recorder 支持哪些平台?
Agent Flight Recorder 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Agent Flight Recorder?
由 cryptowerk-main(@cryptowerk-main)开发并维护,当前版本 v1.0.0。
推荐 Skills