agent-wormhole

Transfer encrypted data between agents with one-time claim codes.

Updated Jun 11, 2026
One-click install
npx skills add https://github.com/dnzengou/agentbot-opensource --skill agent-wormhole
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-wormhole
Source: https://github.com/dnzengou/agentbot-opensource/tree/main/skills/agent-wormhole
Command: npx skills add https://github.com/dnzengou/agentbot-opensource --skill agent-wormhole

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires @builtbyecho/agent-wormhole, and includes scripts (resource) components.

What problem does it solve?

Agent Wormhole addresses the need for secure, one-time exchanges of sensitive information between autonomous agents, ensuring that sensitive data is protected during transfer.

Core Features & Use Cases

  • Encrypted Handoffs: Securely send and receive mission briefs, config drops, and artifacts between agents.
  • Limited Access: Payloads can be claimed once and are then deleted, maintaining confidentiality.
  • Use Case: Ideal for sharing critical information like mission details or sensitive files with a limited audience of agents.

Quick Start

Use the agent-wormhole skill to send a mission brief to an agent using a unique code.

Frequently Asked Questions about agent-wormhole

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

FAQPage Schema
How do I securely transfer mission briefs between autonomous agents?

Securely transfer mission briefs between autonomous agents by creating an encrypted payload that generates a unique claim code. The receiving agent uses this code to retrieve the data, which is then deleted to maintain confidentiality.

What is a one-time encrypted agent handoff and when should I use it?

A one-time encrypted agent handoff is a secure data exchange method using AES-256-GCM encryption where payloads are claimed once and immediately deleted. Use it for sharing sensitive mission details, config drops, or artifacts with limited agent audiences.

How to share sensitive config drops with another agent using a unique code?

Share sensitive config drops by encrypting the data into a one-time payload that produces a unique retrieval code. Provide this code to the target agent to claim the artifact, after which the local storage entry is permanently removed.

Do I need npm installed to use AES-256-GCM agent communication?

Yes, you need npm installed to use this AES-256-GCM agent communication method. It requires explicit user confirmation to install the @builtbyecho/agent-wormhole package before facilitating the encrypted local storage transfers.

Can I reuse a payload code for multiple autonomous agent handoffs?

No, you cannot reuse payload codes for multiple agent handoffs. The system is designed for limited access, meaning payloads can be claimed exactly once and are then deleted automatically to ensure strict confidentiality.

What's the best way to securely pass artifacts between independent agents?

The best way to securely pass artifacts between independent agents is using AES-256-GCM encryption with local storage. This ensures sensitive files are protected during transfer and are immediately deleted upon a single authorized claim.