Archon Vault for Openclaw

Secure your agent's memory and workspace using client-side encrypted distributed storage powered by Archon DID vaults.

macterra
v0.1.0
Feb 26, 2026
0
1.1k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install archon-vault

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

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).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Archon Vault?

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.

Archon Vault Use Cases

  • Backing up local agent workspaces and configurations to a decentralized network.
  • Restoring environment state across different machines or after hardware failure.
  • Collaborating on sensitive projects by granting multi-party access to specific DID vaults.
  • Implementing long-term archival of agent memory with cryptographically enforced privacy.
  • Ensuring disaster recovery of AI data using 12-word recovery mnemonics.

How Archon Vault Works

  1. The user initializes an Archon identity, generating a unique Decentralized Identifier (DID) and a 12-word recovery mnemonic.
  2. Local workspace files, specifically the clawd and .openclaw directories, are bundled into an archive.
  3. Data is encrypted client-side using the user's DID credentials, ensuring no plain-text data leaves the local environment.
  4. The encrypted payload is transmitted to the Archon network and stored within a distributed vault.
  5. Access is managed through cryptographic signatures, where the vault owner can add or remove other DIDs as members to grant or revoke decryption permissions.

Archon Vault Setup

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]

Archon Vault Data Schema & Taxonomy

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

Archon Vault Advanced Features

  • Multi-party access control allowing granular permission management for vault members.
  • Automated integrity verification to ensure distributed backups have not been corrupted.
  • Full disaster recovery workflow that can reconstruct an entire workspace from a mnemonic seed.
  • Seamless integration with hyperswarm for peer-to-peer data distribution without central servers.
  • Support for multiple vaults, allowing for logical separation of data across different Openclaw Skills projects.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*