cifer-sdk
> **Skill for AI Agents** | Enable quantum-resistant encryption in blockchain applications using the CIFER SDK.
Setup & Installation
Install command
clawhub install mohsinriaz17/cifer-sdkIf the CLI is not installed:
Install command
npx clawhub@latest install mohsinriaz17/cifer-sdkOr install with OpenClaw CLI:
Install command
openclaw skills install mohsinriaz17/cifer-sdkor paste the repo link into your assistant's chat
Install command
https://github.com/openclaw/skills/tree/main/skills/mohsinriaz17/cifer-sdkWhat This Skill Does
CIFER SDK (Cryptographic Infrastructure for Encrypted Records) adds quantum-resistant encryption to blockchain applications using ML-KEM-768, a NIST-standardized post-quantum algorithm. It covers payload encryption, large file encryption via async jobs, secret key management with owner/delegate authorization, and on-chain encrypted data commitments.
Uses ML-KEM-768 instead of classical asymmetric algorithms, so encrypted data stays protected even if quantum computers break RSA or ECC in the future.
When to Use It
- Encrypting patient health records before writing them to a blockchain
- Protecting private configuration secrets in a server-side Node.js service
- Encrypting large media files with progress tracking before decentralized storage
- Granting a third-party delegate address read-only decryption access to a secret
- Anchoring encrypted message hashes on-chain for tamper-evident audit trails
Example Workflow
Here's how your AI assistant might use this skill in practice.
User asks: Encrypting patient health records before writing them to a blockchain
- 1Encrypting patient health records before writing them to a blockchain
- 2Protecting private configuration secrets in a server-side Node.js service
- 3Encrypting large media files with progress tracking before decentralized storage
- 4Granting a third-party delegate address read-only decryption access to a secret
- 5Anchoring encrypted message hashes on-chain for tamper-evident audit trails
> **Skill for AI Agents** | Enable quantum-resistant encryption in blockchain applications using the CIFER SDK.
Security Audits
These signals reflect official OpenClaw status values. A Suspicious status means the skill should be used with extra caution.