A high-security, AES-256-GCM encrypted vault designed to manage API keys, database credentials, and sensitive tokens for developers.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install secrets-vault
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 secrets-vault using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Secrets Vault provides a robust framework for managing sensitive data with military-grade encryption. This addition to your Openclaw Skills library ensures that critical credentials like database hosts, API tokens, and certificates are stored securely using PBKDF2-HMAC-SHA256 derivation and AES-256-GCM authenticated encryption.
By centralizing secrets management, this tool prevents the dangerous practice of hardcoding credentials in source code and simplifies secure sharing across development teams. It is an essential component for any developer looking to harden their local environment or CI/CD pipelines while using Openclaw Skills.
To integrate this into your environment, follow these installation steps:
# Install required dependencies
pip install cryptography
# Initialize your new vault within your Openclaw Skills setup
python ~/.secrets-vault/scripts/secrets_manager.py init
# Optional: Set your master password for automated environments
export SECRETS_VAULT_PASSWORD="your-strong-password"
The skill organizes its data within a dedicated directory, ensuring a clean separation between configuration and encrypted content. The structure is as follows:
vault.enc: The primary AES-256-GCM encrypted storage file containing all secrets.config.json: Vault configuration and metadata.shares/: Metadata directory for tracking active, time-limited share links.| Data Component | Security Implementation | Description |
|---|---|---|
| Master Password | PBKDF2-HMAC-SHA256 | Derived into a 256-bit key with 600k iterations. |
| Secret Values | AES-256-GCM | Authenticated encryption with a random salt per entry. |
| File Access | OS-level Permissions | Restricted to owner-only access (chmod 600). |
Loading
A unified security audit toolkit for scanning vulnerabilities, detecting hardcoded secrets, and validating AI agent logic within modern codebases.

A professional configuration management tool providing backup, recovery, migration, and version control for the OpenClaw ecosystem.

An advanced AI framework designed to architect, generate, and optimize production-grade agent skills through structured interviews and rigorous evaluation.

An intelligent utility that transforms git diffs or text descriptions into standardized Conventional Commit messages in seconds.

An advanced framework for automated security scanning, scoring, and hardening of AI agent environments.

A production-ready planning agent that turns messy client briefs into structured VFX and motion design workflows.








































