A secure CLI-based skill for retrieving secrets and credentials from a desktop vault with human-in-the-loop approval.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install botauth
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 botauth using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The botauth skill provides a secure bridge between your AI agent and your local credential vault. By leveraging Openclaw Skills, developers can allow their agents to safely access sensitive information like API tokens and passwords without compromising security. Every retrieval request can trigger a desktop notification for manual approval, ensuring that you maintain full control over which secrets are shared during an automated workflow. This integration is essential for workflows that require authenticated access to external services while keeping credentials encrypted and private.
Ensure the botauth CLI is installed and available in your system PATH. The botauth desktop application must be running and the vault must be in an unlocked state before the Openclaw Skills integration can interact with your data.
# Verify the connection to the desktop app
botauth status
# List available secrets to confirm access
botauth list
The skill interacts with structured credential data stored in the local vault. Metadata includes provider names, tags, and unique IDs, while sensitive data is isolated into specific fields.
| Component | Description |
|---|---|
| Secret ID | Unique identifier for the specific credential record |
| Provider | The service name associated with the secret (e.g., github, stripe) |
| Tags | User-defined labels for filtering (e.g., dev, production, ci) |
| Fields | Specific sensitive keys such as api_key, client_secret, or password |
| Access Key | A temporary token used to authorize multiple requests without repeated prompts |
Loading
Clawscan is a specialized security auditing tool designed to perform first-pass vulnerability checks and malicious hash detection for your deployment.

The Claude Code Controller is a robust integration for Openclaw Skills that enables seamless management of the Anthropic Claude Code CLI for autonomous software engineering.

A comprehensive personal nutrition and meal planning system that automates calorie tracking and recipe recommendations based on user goals.

Automate the extraction of PCS table data and its seamless import into the EPBP system via Excel.

A specialized skill for generating Obsidian-compatible Markdown notes and visual Canvas diagrams with automated Git synchronization.

A high-speed, Rust-powered headless browser CLI that enables AI agents to navigate web pages and interact with elements using structured commands.








































