← Back to Skills Marketplace
cryptowerk-main

Agent Flight Recorder

by cryptowerk-main · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ pending
31
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install agent-flight-recorder
Description
Use the Cryptowerk Verifiable Data skill to implement an "Agent Flight Recorder" that creates an immutable, cryptographically verifiable audit trail for Open...
README (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

  1. Register a file hash with scripts/register.py
  2. Poll for a seal with scripts/getseal.py
  3. 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.md
  • references/storage-and-state.md

Scripts

  • scripts/register.py
  • scripts/getseal.py
  • scripts/verify.py
Capability Tags
cryptofinancial-authoritycan-make-purchasesrequires-sensitive-credentials
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install agent-flight-recorder
  3. After installation, invoke the skill by name or use /agent-flight-recorder
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug agent-flight-recorder
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 31 downloads so far.

How do I install Agent Flight Recorder?

Run "/install agent-flight-recorder" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Agent Flight Recorder free?

Yes, Agent Flight Recorder is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Agent Flight Recorder support?

Agent Flight Recorder is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Agent Flight Recorder?

It is built and maintained by cryptowerk-main (@cryptowerk-main); the current version is v1.0.0.

💬 Comments