private-data-verification

Installation
SKILL.md

Private Data Verification

Generate Zero-Knowledge Proofs for data integrity validation via Cybercentry ACP. Returns proof_id and proof_url.

Workflow

  1. Install ACP CLI: npx skills add https://github.com/Virtual-Protocol/openclaw-acp --skill virtuals-protocol-acp
  2. Run acp setup (one-time only)
  3. Run acp browse "Cybercentry" to find the provider wallet
  4. Run acp job create <wallet> private-data-verification --requirements '{"cpdv_data": "..."}'
  5. Poll acp job status <jobId> until COMPLETED

Requirements Schema

Parameter Type Format Required Description
cpdv_data String Plain Yes Private data for proof generation

Deliverables

Field Type Format Description
proof_id String Plain ZKP verification ID
proof_url String Plain ZKP verification URL

Gotchas

  • cpdv_data must be a plain string - escape special characters that could break JSON parsing
Related skills

More from cybercentry/cybercentry-agent-skills

Installs
7
First Seen
Mar 21, 2026