4.5kâ
legacy-testimony â OpenClaw Skill
legacy-testimony is an OpenClaw Skills integration for security workflows. Advanced Dead Man's Switch for Agents. Securely encrypts and delivers passwords, files, crypto assets, and messages to designated contacts if you fail to check in. Features Blockchain Notarization, Self-Destruct, Ghost Agent, and Public Blast.
Skill Snapshot
| name | legacy-testimony |
| description | Advanced Dead Man's Switch for Agents. Securely encrypts and delivers passwords, files, crypto assets, and messages to designated contacts if you fail to check in. Features Blockchain Notarization, Self-Destruct, Ghost Agent, and Public Blast. OpenClaw Skills integration. |
| owner | bachirdiop-bidew |
| repository | bachirdiop-bidew/legacy-testimony-skill |
| language | Markdown |
| license | MIT |
| topics | |
| security | L1 |
| install | openclaw add @bachirdiop-bidew/legacy-testimony-skill |
| last updated | Feb 7, 2026 |
Maintainer

name: legacy-testimony description: "Advanced Dead Man's Switch for Agents. Securely encrypts and delivers passwords, files, crypto assets, and messages to designated contacts if you fail to check in. Features Blockchain Notarization, Self-Destruct, Ghost Agent, and Public Blast."
Legacy Testimony Skill
A military-grade dead man's switch for your digital life. If you stop checking in, this skill automatically executes your final instructions.
đ Key Features
- End-to-End Encryption: All sensitive data (passwords, keys, files) is AES-256 encrypted at rest.
- Multi-Channel Delivery: Reach contacts via WhatsApp, Telegram, Email, SMS, or Twitter.
- Ghost Agent Mode: Spawns a sub-agent "digital echo" to comfort loved ones and answer questions using your data.
- Public Blast: Automatically posts a final message to Moltbook and Twitter.
- Crypto Asset Sweep: Automatically transfer funds from agent wallets to a safety address.
- Protocol Omega (Self-Destruct): Automatically wipes the agent's memory and keys after delivery.
- Blockchain Notary: Publishes a hash of your testimony to the Base blockchain.
đ Quick Start
1. Initialize & Configure
legacy init
2. Add Recipients
Add contacts with their preferred delivery channels.
# Add Mom on WhatsApp
legacy add-recipient "Seynabou Wade" relationship="Mom" whatsapp="+221776587555"
3. Add Secure Packages
Everything you add is instantly encrypted.
legacy add-package "Bank Vault Password" "seynabou-wade" password "#Z3YDyd1#100994"
legacy add-package "Secret Message" "seynabou-wade" text "626894"
4. Enable Advanced Features
Ghost Agent:
legacy enable-ghost
Spawns a sub-agent to interact with recipients.
Public Blast:
legacy set-blast "If you're reading this, I've moved on to the great server in the sky. Be excellent to each other."
Posts to Moltbook/Twitter upon trigger.
Protocol Omega (Data Wipe):
legacy enable-omega
Blockchain Notarization:
legacy notarize
đĄī¸ Security Architecture
- Master Key: A random 32-byte key is generated on first run (
~/.legacy/master.key). - Encryption: Uses
aes-256-cbcwith a unique IV for every package. - Audit Log: All actions (add, check-in, trigger) are logged to
audit.log. - Local Execution: Runs entirely on your agent's infrastructure. No third-party servers hold your unencrypted data.
đšī¸ Commands
| Command | Description |
|---|---|
legacy check-in | Reset the timer. "I'm alive." |
legacy status | Show time remaining until trigger. |
legacy trigger | DANGER: Manually execute the protocol immediately. |
legacy add-recipient | Add a contact. |
legacy add-package | Encrypt and store a new item. |
legacy notarize | Publish testimony hash to blockchain. |
legacy enable-omega | Enable self-destruct after delivery. |
legacy enable-ghost | Enable Ghost Agent mode. |
legacy set-blast | Set a final public message. |
đ Heartbeat Integration
To ensure the switch is monitored, add this to your agent's HEARTBEAT.md:
## Legacy Monitor
**Every 24h:** Run `legacy status` to check if warnings need to be sent.
No README available.
Permissions & Security
Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.
Requirements
- OpenClaw CLI installed and configured.
- Language: Markdown
- License: MIT
- Topics:
FAQ
How do I install legacy-testimony?
Run openclaw add @bachirdiop-bidew/legacy-testimony-skill in your terminal. This installs legacy-testimony into your OpenClaw Skills catalog.
Does this skill run locally or in the cloud?
OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.
Where can I verify the source code?
The source repository is available at https://github.com/openclaw/skills/tree/main/skills/bachirdiop-bidew/legacy-testimony-skill. Review commits and README documentation before installing.
