A secure bridge allowing remote AI agents to read, search, and append to Markdown notes on your local computer via an SSH tunnel.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install headless-vault-cli
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 headless-vault-cli using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Headless Vault CLI is a powerful integration designed for Openclaw Skills that enables a remote AI agent to interact with your personal knowledge base stored on a local macOS or Linux machine. By utilizing a reverse SSH tunnel and a dedicated local utility called vaultctl, this skill allows the agent to navigate your directory structure, retrieve note content, and create or append to files without ever needing a direct interactive shell.
This architecture is built for users who prioritize data sovereignty but want the convenience of AI-driven automation. It allows you to keep your primary notes local while granting a VPS-hosted bot restricted, safe access to specific folders. This is a core component of building a private, multi-device workflow within the Openclaw Skills framework.
To use this with your Openclaw Skills configuration, follow these steps:
~/.ssh/authorized_keys with the forced-command restriction:command="/usr/local/bin/vaultctl-wrapper",no-port-forwarding,no-X11-forwarding,no-agent-forwarding ssh-ed25519 YOUR_VPS_PUBLIC_KEY
ssh -R 2222:localhost:22 user@your-vps-ip
export VAULT_SSH_USER="your_local_username"
The skill interacts with Markdown files and returns structured JSON metadata. Use the following schema for understanding the output:
| Attribute | Type | Description |
|---|---|---|
| tree | Array | A list of files and directories with their relative paths. |
| content | String | The raw Markdown text of a specific file. |
| metadata | Object | Includes file size (bytes), line count, sha256 hash, and mtime. |
| status | String | Execution result, typically 'ok' or an error message. |
Loading
A scientific framework for evaluating longevity interventions, supplements, and lifestyle protocols based on rigorous evidence tiers.

An AI-driven research assistant that extracts, analyzes, and synchronizes deep academic paper summaries directly into Notion.

A specialized Mandarin Chinese learning engine for reviewing vocabulary and auditing speech within an agentic workflow.

A gRPC-powered interface for discovering services and managing smart home devices like Roborock and Tado.

A local UI automation skill for macOS that controls the Find My app to locate people, devices, and AirTags.

A CLI-first workflow for deploying, updating, and verifying web applications hosted on Puter.








































