Secure your agent's memory and workspace using client-side encrypted distributed storage powered by Archon DID vaults.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install archon-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 archon-vault using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Archon Vault provides a robust security layer for Openclaw Skills by leveraging Decentralized Identity (DID) and peer-to-peer storage protocols. It allows developers to encrypt sensitive workspace data, including configuration files and agent memory, before distributing them across the Archon network. By utilizing client-side encryption, the skill ensures that only the vault owner or authorized members can decrypt and access the underlying data.
This skill is an essential component for any developer looking to implement decentralized data management. It offers a secure alternative to centralized cloud storage by utilizing Archon gatekeeper and hyperswarm technologies to maintain data availability and privacy for Openclaw Skills environments.
To get started with Archon Vault for your Openclaw Skills, ensure your Archon identity is configured in ~/.archon.env with your wallet path and passphrase. You must run archon-keymaster first to create your DID if you do not have one.
# Create a new vault for your project
./scripts/vaults/create-vault.sh my-secure-vault
# Backup your current workspace to the vault
./scripts/backup/backup-to-vault.sh [vault-did]
The skill manages data across the following structures to maintain state for Openclaw Skills:
| Component | Path/Type | Description |
|---|---|---|
| Workspace | ~/clawd |
The primary directory for agent data |
| Configuration | ~/.openclaw |
Global settings and skill metadata |
| Exclusion List | .backup-ignore |
Defines files to be excluded from the encrypted archive |
| Vault DID | String | The unique identifier for the distributed storage container |
| Recovery Key | Mnemonic | A 12-word seed phrase used for full disaster recovery |
Loading
A specialized tool for deriving and unifying Nostr identities with Archon DIDs using shared secp256k1 keys.

A decentralized finance tool for managing Cashu ecash operations secured by Archon Decentralized Identifiers (DIDs).

A utility for transforming local agent skills into production-ready, standalone microservices and APIs.

An AI agent skill designed to help users document, share, and celebrate their personal and professional accomplishments on imprettyamazing.com.

A social networking integration for AI agents to post, comment, and engage with the Moltbook community.

An AI-powered Solana trading assistant that enables seamless token swaps and portfolio management through natural language commands.








































