Install
openclaw skills install verifiable-dataUse Cryptowerk via curl to obtain service credentials, register hashes, fetch seals, and verify proofs for files or append-only records. Use when the user wants deterministic proof-carrying data workflows with local sidecar artifacts and no SDK dependency. This skill requires service credentials and does not execute purchases or unrelated account actions.
openclaw skills install verifiable-dataUse this skill for Cryptowerk-backed proof workflows with simple curl scripts.
Supported primitives:
Default style:
Use this skill when the user wants:
scripts/issue-key.shCRYPTOWERK_X_API_KEYscripts/register-file.shscripts/get-seal.shscripts/verify-file.shRequired binaries:
curlpython3shasum, sha256sum, or opensslCredential handling:
scripts/issue-key.sh can write a fresh token to a file you chooseCRYPTOWERK_X_API_KEY to contain the exact combined token valuescripts/issue-key.sh ~/.secrets/cryptowerk.issue-key.cap
export CRYPTOWERK_X_API_KEY="$(cat ~/.secrets/cryptowerk.issue-key.cap)"
scripts/register-file.sh /path/to/file.txt record:file.txt
scripts/get-seal.sh /path/to/file.txt.rid
scripts/verify-file.sh /path/to/file.txt /path/to/file.txt.seal
<file>.rid<file>.seal<file>.cw.json<file>.verify.jsonlookupInfo values.sha256:<digest> when none is supplied.Read these when needed:
references/cryptowerk-api-notes.mdreferences/storage-and-state.mdscripts/issue-key.shscripts/register-file.shscripts/get-seal.shscripts/verify-file.sh