A comprehensive toolkit for implementing industry-standard file encryption, password hashing, and cryptographic audits.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install encryption
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 encryption using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Encryption skill is a specialized module designed for AI coding agents to implement and maintain high-security standards across various platforms. By leveraging this component within the Openclaw Skills ecosystem, developers can ensure that their applications use modern, authenticated encryption (AEAD) and robust password hashing algorithms like Argon2id. It acts as both an execution engine for CLI-based encryption and a technical guide for avoiding common cryptographic pitfalls.
This skill bridges the gap between raw cryptographic theory and practical application. It provides specific implementation strategies for Node.js, Python, and Go, alongside mobile-specific wrappers for iOS and Android. Whether you are managing key rotations, configuring TLS for infrastructure, or auditing legacy code for security holes, this skill provides the necessary rules and tools to keep data safe.
To integrate this security module into your Openclaw Skills workflow, ensure your environment has the required CLI utilities installed. Modern encryption often relies on the age tool for simplicity and speed.
# Install age for modern file encryption
brew install age
# Or install GPG for legacy support
brew install gnupg
Ensure that environment variables are used for key management instead of hardcoding secrets within your configuration files.
The skill organizes cryptographic metadata and implementation patterns across several specialized documentation layers. This ensures that the AI agent follows the correct protocol for each platform.
| Component | Purpose | Supported Standards |
|---|---|---|
| Symmetric | Data at rest | AES-256-GCM, ChaCha20-Poly1305 |
| Asymmetric | Key exchange | RSA-4096+OAEP, Ed25519 |
| Hashing | Credentials | Argon2id, bcrypt (cost ≥ 12) |
| KDF | Key derivation | PBKDF2 (≥ 600k iterations) |
| Infrastructure | Transport security | TLS 1.2, TLS 1.3, mTLS |
Platform-specific patterns are stored in patterns.md, mobile.md, and infra.md to maintain a clean separation of concerns.
Loading
A comprehensive framework for hiring, training, and managing specialized virtual AI employees with persistent memory and graduated autonomy.

A sophisticated framework for AI agents to deliver genuine, calibrated emotional intelligence through Chain of Empathy reasoning.

A comprehensive skill for generating, managing, and searching high-dimensional vector embeddings for semantic search and AI applications.

A technical framework for managing high-performance email campaigns, focusing on deliverability, automation, and behavioral segmentation.

A comprehensive engineering advisor that adapts technical depth for hobbyists, students, and professionals.

Navigate complex corporate development through legacy integration, architectural governance, and cross-functional stakeholder alignment.








































