A lightweight Hashicorp Vault client that enables AI agents to manage secrets securely without external dependencies or hardcoded credentials.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install vault-client
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-client using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The vault-client is a robust integration designed for Openclaw Skills that facilitates secure communication with Hashicorp Vault servers. It eliminates the need for risky practices such as hardcoding tokens in transcripts or using complex curl commands. By providing a clean, cached interface, it allows agents to interact with secrets like API keys and database credentials through a standardized workflow.
This skill is built for developers who require a production-grade secret management solution within their AI-driven environments. It focuses on security, ease of use, and performance by leveraging a local cache to minimize API calls while ensuring tokens remain valid and secrets are updated correctly without overwriting existing data structures.
To get started with this vault integration for Openclaw Skills, run the setup script to configure your environment:
node ~/.openclaw/workspace/skills/vault-client/scripts/vault.js setup
This will prompt you for your Vault address, token, and mount point. Once configured, you can verify your connection and token status at any time using:
node ~/.openclaw/workspace/skills/vault-client/scripts/vault.js check
The skill organizes its configuration and temporary data within the ~/.openclaw/ directory using two primary JSON files:
| File | Description |
|---|---|
vault.json |
Contains the primary configuration: server address, mount path, authentication methods, and TLS settings. |
vault-cache.json |
Stores cached secrets to reduce API load, respecting the cache_ttl_seconds configuration. |
secret).Loading
A proactive financial monitoring skill that tracks credit card spending against budgets using Plaid and pace-based alerting.

A comprehensive AI agent skill for Openclaw Skills that handles lottery result queries, ticket OCR, and automated win verification via MCP.

A professional AI-powered lottery assistant for real-time result tracking, ticket OCR recognition, and automated win verification via the MCP protocol.

An AI-powered translation API providing multi-language localization and tone-aware content adaptation for developers.

A specialized skill designed to automate the process of updating OpenClaw to the latest version via npm and restarting the gateway.

A specialized tool for searching, analyzing, and summarizing peer-reviewed academic papers from open-access repositories with automated credibility scoring.








































