A secure secret-sharing skill for Openclaw agents that uses the magic-wormhole protocol to transfer sensitive data without exposing it in logs.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install magic-wormhole
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install magic-wormhole using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Magic Wormhole skill enables Openclaw Skills users to facilitate secure, end-to-end encrypted communication between AI agents and humans. By leveraging the PAKE (Password-Authenticated Key Exchange) protocol, it allows for the transfer of sensitive information like SSH keys, API tokens, and certificates using short, human-readable codes.
This integration is crucial for maintaining security in AI workflows, as it ensures that secrets never appear in chat histories, agent logs, or responses. Whether you are automating server deployments or rotating credentials, this skill provides a zero-exposure environment for your most critical data.
To install the magic-wormhole capabilities into your Openclaw environment, use the provided automated script or manual commands.
cd /data/.openclaw/workspace/skills/magic-wormhole
./install.sh
sudo apt update
sudo apt install magic-wormhole
wormhole --version
The skill manages data temporarily during the transfer process to ensure maximum privacy.
| Component | Description | Persistence |
|---|---|---|
| Secret Text | The raw data being shared (API keys, etc.) | Volatile (In-memory/Temp file) |
| Wormhole Code | Human-readable PAKE password | Single-use |
| Relay Metadata | IPs and timing data for connection | Not logged by Openclaw |
| Temporary Files | Files stored in /tmp/ during transfer |
Deleted after success/failure |
--tor flag.Loading
A rigorous session initialization protocol designed to synchronize an AI agent's memory, persona, and technical capabilities at the start of every new interaction.

An AI-driven framework for conducting comprehensive due diligence on acquisition targets, covering financial, technical, and operational dimensions.

A comprehensive interface for managing Memberstack accounts, members, and data tables directly from your terminal.

A powerful WhatsApp Business API gateway featuring managed OAuth authentication for seamless message and template management.

An expert research guide designed to mentor scholars through a six-stage workflow for publishing in world-class academic journals.

A sophisticated tiered memory management system that optimizes AI agent context windows using a hierarchy of hot, warm, and cold storage tiers.








































