agent-wormhole

Transfer encrypted one-time payloads between autonomous agents with TTL management.

14|2|Updated Mar 19, 2026
One-click install
npx skills add https://github.com/Eskyee/agentbot-opensource --skill agent-wormhole-eskyee
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-wormhole
Source: https://github.com/Eskyee/agentbot-opensource/tree/main/skills/agent-wormhole
Command: npx skills add https://github.com/Eskyee/agentbot-opensource --skill agent-wormhole-eskyee

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, encrypted handoffs between autonomous agents, enabling secure exchanges of mission briefs, secrets, and artifacts.

Core Features & Use Cases

  • Encrypted Handoffs: Securely transfer information with temporary encrypted channels.
  • Single Payload Access: Payloads can be accessed once and then become inaccessible.
  • Use Case: For sensitive operations requiring secure handoffs of information like mission briefs or scoped secrets.

Quick Start

Run 'agent-wormhole send --text "mission brief" --ttl 10m' to securely send a mission brief with a 10-minute TTL.

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 scoped secrets between autonomous agents?

To securely transfer scoped secrets between autonomous agents, you can use encrypted one-time handoffs via the agent-wormhole npm package. This creates temporary encrypted channels for transferring mission briefs, ensuring the payload is accessed once and then becomes permanently inaccessible.

What is a one-time encrypted handoff for mission briefs?

A one-time encrypted handoff for mission briefs is a secure, temporary data transfer mechanism between autonomous agents. It allows information to be accessed exactly once before becoming inaccessible, utilizing TTL management to automatically expire the encrypted payload.

How do I send an encrypted payload with a time-to-live limit?

You send an encrypted payload with a time-to-live limit by running the command 'agent-wormhole send --text "mission brief" --ttl 10m'. This securely transfers the data with a 10-minute TTL, after which the temporary encrypted channel and its payload automatically expire.

Do I need the @builtbyecho/agent-wormhole npm package to use this functionality?

Yes, you need the @builtbyecho/agent-wormhole npm package installed to enable secure encrypted handoffs and temporary payload exchanges. This dependency is strictly required for the Skill to handle both local and external Bankr x402 paid delivery mechanisms.

Can I use agent-wormhole for external paid data delivery?

Yes, you can use agent-wormhole for external paid data delivery because it supports Bankr x400 paid delivery mechanisms alongside local transfers. This allows autonomous agents to handle temporary encrypted payload exchanges that require external transactional routing.

What happens to a payload after it is accessed by the receiving agent?

After a payload is accessed by the receiving agent, it immediately becomes inaccessible. This single payload access design ensures that sensitive scoped secrets and mission briefs are only retrieved once, preventing unauthorized duplicate reads during the secure handoff process.