A comprehensive cryptographic toolkit providing industry-standard encryption, hashing, and advanced privacy-preserving protocols.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install cryptography
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install cryptography using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Cryptography Engine is a sophisticated technical module designed to integrate advanced security primitives into modern applications. It provides a structured approach to security, moving from core concepts and mathematical principles to concrete code implementations and real-world applications. By utilizing these Openclaw Skills, developers can implement everything from standard AES symmetric encryption to cutting-edge Zero-Knowledge Proofs (ZKP) and Secure Multi-Party Computation (MPC).
This skill ensures that data integrity, confidentiality, and authenticity are maintained across diverse environments, including cloud infrastructure and decentralized blockchain networks. It prioritizes modern, secure defaults such as AES-GCM, Ed25519 signatures, and Argon2 password hashing, while also providing support for specialized standards like SM-series national algorithms.
To begin using these cryptographic capabilities, ensure your environment has the necessary libraries installed.
pip install cryptography
For advanced blockchain or Zero-Knowledge Proof applications, additional specialized toolkits for zk-SNARKs or MPC may be required depending on your specific implementation of Openclaw Skills.
The Cryptography Engine organizes data based on the specific security primitive used. Key structures include:
| Data Type | Primary Algorithms | Common Metadata |
|---|---|---|
| Symmetric | AES-256, ChaCha20 | Nonce/IV, Auth Tag, Key Size |
| Asymmetric | RSA-4096, Ed25519 | Public/Private Key PEM, OAEP Labels |
| Hashing | SHA-256, Argon2id | Salt, Iteration Count, Memory Cost |
| Protocols | TLS 1.3, JWT | Certificates, Header Claims, Signature |
| Privacy | ZK-SNARK, MPC | Proofs, Witnesses, Commitments |
Loading
A sophisticated discovery engine that helps users find, compare, and install relevant AI agent capabilities through a multi-pass search system.

A professional writing framework that converts complex academic or technical topics into fluent, story-driven narratives that ensure deep reader understanding.

A comprehensive market intelligence skill for AI agents to conduct evidence-based sizing, competitor mapping, and demand validation.

Access machine-readable, paid BTC directional signals through a secure Tempo MPP-enabled workflow.

A professional-grade toolkit for developing ARM Cortex-M and RISC-V embedded systems using Rust, FreeRTOS, and advanced debugging workflows.

A comprehensive technical reference covering the complete hierarchy of communication protocols from physical layers to advanced wireless IoT standards.








































