/install archon-vault
Archon Vault - Encrypted Distributed Storage
Manage DID vaults and backup/restore files. Data is encrypted client-side before transmission — only you (or vault members) can decrypt.
Prerequisites
- Archon identity configured (
~/.archon.envwith wallet path and passphrase) - Run
archon-keymasterfirst to create your DID if you don't have one
Backup Operations
Backup Workspace to Vault
./scripts/backup/backup-to-vault.sh [vault-did]
Archives ~/clawd and ~/.openclaw to your encrypted vault. Respects .backup-ignore files.
Restore from Vault
./scripts/backup/restore-from-vault.sh \x3Cbackup-did> [target-dir]
Verify Backup Integrity
./scripts/backup/verify-backup.sh \x3Cbackup-did>
Disaster Recovery
./scripts/backup/disaster-recovery.sh
Full recovery procedure with mnemonic.
Vault Management
Create Vault
./scripts/vaults/create-vault.sh \x3Cvault-name>
Add/Remove Items
./scripts/vaults/add-vault-item.sh \x3Cvault-did> \x3Citem-did>
./scripts/vaults/remove-vault-item.sh \x3Cvault-did> \x3Citem-did>
./scripts/vaults/get-vault-item.sh \x3Cvault-did> \x3Citem-did>
./scripts/vaults/list-vault-items.sh \x3Cvault-did>
Manage Vault Members (Multi-Party Access)
./scripts/vaults/add-vault-member.sh \x3Cvault-did> \x3Cmember-did>
./scripts/vaults/remove-vault-member.sh \x3Cvault-did> \x3Cmember-did>
./scripts/vaults/list-vault-members.sh \x3Cvault-did>
Security Notes
-
Backup scope: Archives
~/clawdand~/.openclawby default. Review.backup-ignoreto exclude sensitive items. -
Encryption: All data encrypted before transmission to Archon gatekeeper/hyperswarm.
-
Vault members: Adding a member grants them decrypt access to vault contents.
-
Recovery: Your 12-word mnemonic is the master key. Store it offline.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install archon-vault - After installation, invoke the skill by name or use
/archon-vault - Provide required inputs per the skill's parameter spec and get structured output
What is Archon Vault?
Encrypted distributed storage using Archon DID vaults. Manage vaults, backup and restore workspace/config/memory with multi-party access control. Use for cre... It is an AI Agent Skill for Claude Code / OpenClaw, with 458 downloads so far.
How do I install Archon Vault?
Run "/install archon-vault" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Archon Vault free?
Yes, Archon Vault is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Archon Vault support?
Archon Vault is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Archon Vault?
It is built and maintained by macterra (@macterra); the current version is v0.1.0.