A secure local password manager that uses AES-256-GCM encryption to protect API keys and credentials via a command-line interface.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install 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 vault using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Vault is a specialized security tool designed for developers who need a robust way to handle sensitive data locally. By integrating with Openclaw Skills, this tool allows users to encrypt passwords, API tokens, and other credentials using industry-standard AES-256-GCM encryption protected by a master key.
The skill focuses on providing a secure-by-default environment where secrets are never stored in plain text. It leverages scrypt for key derivation and ensures data integrity with authentication tags, making it a reliable choice for managing secrets within the Openclaw Skills ecosystem.
To install this skill as part of your Openclaw Skills collection, run:
clawhub install vault
You must configure a master key to enable encryption:
export VAULT_MASTER_KEY="your-secure-master-key-here"
You can also define the configuration in your local settings:
{
"plugins": {
"vault": {
"masterKey": "your-secure-master-key-here",
"storageFile": ".vault/passwords.json"
}
}
}
The skill manages its data in a structured JSON format. Below is the metadata taxonomy used for stored credentials:
| Attribute | Description |
|---|---|
| Key | The unique identifier for the stored credential. |
| Ciphertext | The AES-256-GCM encrypted value. |
| Salt | Random 32-byte value for scrypt derivation. |
| IV | 12-byte initialization vector per entry. |
| Tag | GCM authentication tag for integrity checks. |
| Timestamps | Automated ISO 8601 strings for creation and updates. |
Loading
A locally-hosted semantic memory plugin that allows OpenClaw agents to store and recall conversation context using vector search and Transformers.js.

A local semantic memory skill that enables AI agents to store, search, and recall conversation context using vector embeddings without external API keys.

A local semantic memory plugin for Openclaw Skills providing vector-based context storage and recall without external API dependencies.

A specialized Windows skill for converting text to speech and sending it as native Feishu voice bubbles.

A high-performance lookup tool for MyAnimeList that bypasses standard API issues using internal endpoints.

A comprehensive operational guide and technical toolkit for mastering Feishu (Lark) features including document collaboration, bitables, and automated workflows.








































