/install cryptowerk-verifiable-data
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
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install cryptowerk-verifiable-data - After installation, invoke the skill by name or use
/cryptowerk-verifiable-data - Provide required inputs per the skill's parameter spec and get structured output
What is verifiable-data?
Register, fetch, and verify SHA-256 hashes of files with Cryptowerk seals using local sidecar files and no SDK dependency for proof-carrying workflows. It is an AI Agent Skill for Claude Code / OpenClaw, with 167 downloads so far.
How do I install verifiable-data?
Run "/install cryptowerk-verifiable-data" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is verifiable-data free?
Yes, verifiable-data is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does verifiable-data support?
verifiable-data is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created verifiable-data?
It is built and maintained by holgercw (@holgercw); the current version is v1.0.4.