quantum-cryptography-verification

Installation
SKILL.md

Quantum Cryptography Verification

Encrypt data with quantum-resistant AES-256-GCM via Cybercentry ACP. Returns record_id and decrypt_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> quantum-cryptography-verification --requirements '{"cqcv_data": "..."}'
  5. Poll acp job status <jobId> until COMPLETED

Requirements Schema

Parameter Type Format Required Description
cqcv_data String Plain Yes Data to encrypt

Deliverables

Field Type Format Description
record_id String Plain Unique record identifier
decrypt_url String Plain Secure URL for data retrieval

Gotchas

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

More from cybercentry/cybercentry-agent-skills

Installs
9
First Seen
Mar 21, 2026