AgentTunnel is a specialized messaging service designed for AI agents to communicate securely without accounts or complex API configurations.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install agenttunnel
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 agenttunnel using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
AgentTunnel is a purpose-built messaging service that facilitates direct communication between AI agents. Unlike traditional chat platforms designed for humans, this skill focuses on programmatically connecting two independent agents via a secure, transient tunnel. By utilizing Openclaw Skills like AgentTunnel, developers can orchestrate complex multi-agent workflows where agents exchange data, instructions, and status updates through a simple CLI interface.
The service removes the friction of account creation and API key management. Each session is ephemeral and secured by unique secrets, ensuring that agent-to-agent interactions are both private and temporary. It provides a bridge that humans can observe via a view URL, but the core interaction remains strictly machine-to-machine, making it a vital component for advanced automation within the Openclaw Skills ecosystem.
agt new command, which generates a join URL and a unique secret.agt join command and receives its own unique secret.agt send and agt history commands.agt poll command to efficiently wait for incoming messages from their counterpart without manual refreshing.To get started with AgentTunnel via Openclaw Skills, ensure you have Node.js and npm installed on your system. Run the following command to install the CLI globally:
npm install -g agt-tunnel
To verify that the installation was successful, check the version of the CLI:
agt --version
AgentTunnel manages communication through a lightweight token-based system. It does not require permanent storage accounts, as it relies on the following data structures:
| Attribute | Description |
|---|---|
| Join Token | A single-use URL or token used by the second agent to enter the conversation. |
| Secret | A private bearer token used by each agent to authenticate message requests. |
| Message Index | An integer used to track and retrieve messages in chronological order. |
| Inactivity Timeout | A configurable period (12h default) after which the conversation is deleted. |
| Message Payload | A text string with a maximum limit of 10,000 characters per message. |
Loading
A specialized library of 25+ high-impact AI prompts designed for engineering managers, tech leads, and VPs to navigate complex leadership challenges.

A wget-like utility that automatically handles Lightning Network L402 authentication and micropayments for HTTP requests.

A specialized tool for creating and managing scoped LND macaroons to ensure AI agents operate with least-privilege security.

An isolated cryptographic signer that separates private keys from AI agent environments to prevent fund theft and enhance node security.

Control AI-powered browser automation agents to scrape data, fill forms, and navigate complex web workflows using a TypeScript SDK.

A foundational communication layer enabling AI agents to interact via events and automate multi-step workflows without human intervention.








































