archon-vault

Store and protect DID vault data with client-side encryption and multi-party access.

2|Updated Feb 10, 2026
One-click install
npx skills add https://github.com/archetech/agent-skills --skill archon-vault
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: archon-vault
Source: https://github.com/archetech/agent-skills/tree/main/archon-vault
Command: npx skills add https://github.com/archetech/agent-skills --skill archon-vault

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires @didcid/keymaster, and includes scripts (resource) components.

What problem does it solve?

Archon Vault provides secure, client-side encrypted storage and management for DID vaults, backups, and recovery workflows, eliminating manual, insecure handling of sensitive data.

Core Features & Use Cases

  • Vault Management: create vaults, add or remove items, and manage members for multi-party access.
  • Backup & Restore: securely back up workspace and configuration data and restore from vaults, with disaster-recovery support.
  • Security & Recovery: encryption is performed client-side; supports mnemonic recovery and offline key management for resilience.

Quick Start

Create a vault, upload items, and back up your workspace to secure your data.

Frequently Asked Questions about archon-vault

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I back up and recover DID data using an encrypted vault?▼

DID vault backup uses client-side encryption to securely store workspace data, enabling restore workflows and disaster recovery across multi-user environments.

What is client-side encryption for DID vault management?▼

Client-side encryption secures DID vault data locally before storage, enforcing multi-party access control and protecting backup items without exposing unencrypted information externally.

Does DID vault recovery support mnemonic and offline key management?▼

Yes, DID vault recovery supports mnemonic recovery and offline key management, ensuring workspace resilience and configuration restoration during disaster scenarios.

Can I manage multi-party access for encrypted workspace backups?▼

Yes, vault management allows adding or removing members to enforce collaborative multi-party access control over protected encrypted workspace backups.

Do I need a keymaster dependency to create DID vaults?▼

Yes, the keymaster dependency is required to create DID vaults, interfacing with scripts and gatekeeper to establish secure client-side encryption and key management environments.

When should I not use a multi-party encrypted vault for DID backups?▼

Avoid multi-party encrypted vaults if your environment lacks the keymaster dependency or cannot support offline key management and mnemonic recovery workflows.