Install
openclaw skills install @voronindenis5/digital-legacyPlan what happens to your digital life if you die or become incapacitated. Inventory accounts, subscriptions, crypto wallets, important files, social media legacy contacts, and generate a sealed instruction document for trusted family. Includes encrypted digital will template and printable emergency access guide.
openclaw skills install @voronindenis5/digital-legacyYour digital life outlives you. Plan for it.
Digital Legacy is a skill that helps you create a complete digital
inheritance plan. It inventories your accounts, subscriptions, crypto wallets,
and important files; configures social media legacy contacts; and generates a
sealed, encrypted instruction document that trusted family members can access
in an emergency.
Activate this skill when:
The skill generates three deliverables:
accounts.json)A structured inventory of all digital accounts:
digital_will.enc)A sealed instruction document containing:
Encrypted with AES-256 using a passphrase you choose. Only someone with the passphrase can open it.
emergency_guide.html)A printable one-page guide for your trusted person:
| Need | Command |
|---|---|
| Initialize a new legacy plan | python3 scripts/digital_legacy.py init |
| Add an account | python3 scripts/digital_legacy.py add-account |
| Add a subscription | python3 scripts/digital_legacy.py add-subscription |
| Add a crypto wallet | python3 scripts/digital_legacy.py add-wallet |
| List all inventory | python3 scripts/digital_legacy.py list |
| Generate encrypted will | python3 scripts/digital_legacy.py generate-will |
| Generate emergency guide | python3 scripts/digital_legacy.py emergency-guide |
| Full plan (interactive) | python3 scripts/digital_legacy.py setup |
| Decrypt and read the will | python3 scripts/digital_legacy.py read-will digital_will.enc |
This skill uses a passphrase-based encryption model:
Important: If you lose the passphrase, the encrypted will cannot be recovered. Store the passphrase securely (password manager + physical copy in a safe deposit box). See
references/security-best-practices.md.
setup or individual add-* commands)For each account, specify what should happen:
generate-will to create the encrypted instruction documentemergency-guide to create the printable HTML guideSee references/workflow-guide.md for a detailed step-by-step process.
references/security-best-practices.md — encryption, passphrase, storagereferences/account-checklist.md — comprehensive list of account typesreferences/platform-policies.md — Google, Apple, Facebook, etc. legacy policiesreferences/workflow-guide.md — full step-by-step setup processscripts/digital_legacy.py — the main inventory and encryption toolscripts/templates/template_will.md — plaintext will templatescripts/templates/template_guide.html — emergency guide HTML templateStoring the passphrase with the encrypted file. The passphrase must be stored separately. If someone finds both, the encryption is useless.
Forgetting to update. Your digital life changes constantly. Re-run the inventory at least annually, or after major life events (new accounts, marriages, deaths).
Not testing decryption. After generating the will, test that you can decrypt it with your passphrase. A typo in the passphrase is a common, catastrophic error.
Crypto wallet seed phrases. Never store seed phrases in a plain text file. The encrypted will is acceptable, but also store a physical copy in a secure location (safe deposit box).
Assuming family knows your accounts. Most people have accounts their family doesn't know about (old email addresses, dormant exchanges, digital purchases). Be thorough in the inventory.
Legal validity. This tool creates an informational document, not a
legally binding will. For legal estate planning, consult a lawyer.
See references/workflow-guide.md.
MIT © Denis Voronin