skills$openclaw/legacy-testimony
bachirdiop-bidew4.5k★

by bachirdiop-bidew

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.

4.5k stars4.3k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026security

Skill Snapshot

namelegacy-testimony
descriptionAdvanced 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.
ownerbachirdiop-bidew
repositorybachirdiop-bidew/legacy-testimony-skill
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @bachirdiop-bidew/legacy-testimony-skill
last updatedFeb 7, 2026

Maintainer

bachirdiop-bidew

bachirdiop-bidew

Maintains legacy-testimony in the OpenClaw Skills directory.

View GitHub profile
File Explorer
4 files
.
scripts
legacy.ts
8.2 KB
_meta.json
300 B
SKILL.md
3.3 KB
SKILL.md

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

  1. Master Key: A random 32-byte key is generated on first run (~/.legacy/master.key).
  2. Encryption: Uses aes-256-cbc with a unique IV for every package.
  3. Audit Log: All actions (add, check-in, trigger) are logged to audit.log.
  4. Local Execution: Runs entirely on your agent's infrastructure. No third-party servers hold your unencrypted data.

đŸ•šī¸ Commands

CommandDescription
legacy check-inReset the timer. "I'm alive."
legacy statusShow time remaining until trigger.
legacy triggerDANGER: Manually execute the protocol immediately.
legacy add-recipientAdd a contact.
legacy add-packageEncrypt and store a new item.
legacy notarizePublish testimony hash to blockchain.
legacy enable-omegaEnable self-destruct after delivery.
legacy enable-ghostEnable Ghost Agent mode.
legacy set-blastSet 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.
README.md

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.