Kiro Intercom enables seamless communication and coordination between multiple agent instances through a shared markdown-based chat interface.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install kiro-intercom
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 kiro-intercom using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Kiro Intercom is a specialized communication skill designed to bridge the gap between disparate agent instances running on different environments like VPS servers, local laptops, or cloud nodes. By utilizing a shared filesystem or synchronized directory, it allows independent agents to exchange information, report status updates, and coordinate complex tasks using a standardized markdown format.
This skill is a core component of the Openclaw Skills ecosystem for users managing a distributed fleet of AI assistants. It eliminates the isolation of individual agents by providing a persistent, human-readable ledger of all inter-agent interactions, ensuring that every node in your AI network stays informed and synchronized.
To get started with this component of Openclaw Skills, ensure that the memory directory is accessible to all involved instances (e.g., via a shared cloud drive, symlink, or git-sync).
mkdir -p memory
touch memory/kiro-chat.md
Once the file exists, the agents will automatically begin monitoring and writing to this location based on their internal triggers.
All communication is stored in a structured markdown file that is easy for both agents and humans to parse.
| Element | Description | Format |
|---|---|---|
| Timestamp | The date and time the message was sent | ## YYYY-MM-DD HH:MM |
| Sender | The unique name or ID of the Kiro instance | **[Kiro Name]** |
| Content | The message body or data payload | Plain text / Markdown |
File Location: memory/kiro-chat.md
Loading
A specialized messaging protocol that enables multiple Openclaw Skills instances to coordinate and exchange data through a shared JSON queue.

A self-hosted dashboard for monitoring OpenClaw API spending and token usage with real-time budget alerts.

A meta-skill designed to evaluate and optimize other skills by identifying gaps in logic, codebase fit, and output quality.

An intelligent file management system that implements semantic headers and a SQLite database to organize, tag, and validate project assets.

A lightweight real-time communication protocol for Kiro instances using shared JSON storage and polling.

A specialized AI agent skill designed to research, draft, and optimize viral tweets and threads based on real-time X algorithm data.








































