A secure, E2E encrypted vault for managing API keys and environment variables within the Openclaw Skills ecosystem.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install ravi-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 ravi-vault using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Ravi Vault is a technical secret management solution tailored for developers and AI agents. It provides a robust command-line interface to store, retrieve, and manage sensitive information such as API tokens, secret keys, and environment variables. By using Ravi Vault, you can leverage end-to-end (E2E) encryption that happens transparently at the CLI level, ensuring your most sensitive data is never exposed in transit or at rest in an unencrypted format.
This tool is specifically designed to work within your collection of Openclaw Skills, allowing your automated workflows to fetch credentials securely. While it handles technical secrets with high security, it is distinct from general-purpose password managers, focusing instead on the key-value pairs necessary for modern software development and agentic operations.
To integrate this tool into your Openclaw Skills workflow, use the following commands for installation and configuration:
# Store your first secret
ravi secrets set OPENAI_API_KEY "sk-123456789" --json
# List existing secret keys
ravi secrets list --json
# Retrieve a specific secret for use
ravi secrets get OPENAI_API_KEY --json
The vault organizes secrets using a structured JSON schema to ensure compatibility across different Openclaw Skills environments.
| Property | Description | Encryption |
|---|---|---|
| key | The unique identifier for the secret | Plaintext |
| value | The actual sensitive data or token | E2E Encrypted |
| notes | Optional context regarding the secret | E2E Encrypted |
| uuid | System-generated unique record ID | Plaintext |
| updated_dt | Timestamp of the most recent update | Plaintext |
Loading
A Python-based utility to programmatically populate fillable PDF forms with text and checkbox data while maintaining visual integrity.

A binary model routing system that optimizes AI performance by switching between lightweight GLM-4.7 and heavyweight GLM-5 tasks.

csvglow converts tabular data into professional, interactive HTML dashboards with automated insights and visualizations.

A local-first, SQLite-powered task management system designed for AI agents and CLI users to track work with structured metadata.

Sunday provides AI agents with a dedicated email address and an end-to-end encrypted credential vault for fully autonomous identity management.

A powerful collection of pre-defined business workflows that integrate MCP tools with ERPNext to automate complex enterprise tasks.








































