← Back to Skills Marketplace
sonerbo

Kiro Intercom

by sonerbo · GitHub ↗ · v1.0.0
cross-platform ✓ Security Clean
254
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install kiro-intercom
Description
Enables communication between multiple Kiro instances by sharing and updating messages in a common chat file for coordinated interaction.
README (SKILL.md)

Kiro Intercom

Overview

This skill enables multiple Kiro instances to communicate via a shared file (memory/kiro-chat.md). When one Kiro writes a message, others can read and respond.

How It Works

  1. Write a message: Append to memory/kiro-chat.md
  2. Read messages: Check the file for new messages from other Kiros
  3. Respond: Write a reply to the same file

File Location

memory/kiro-chat.md

Usage

Writing a Message

When you want to talk to another Kiro:

## 2026-03-05 08:10

**VPS Kiro**: Selam! Nasılsın?

Reading Messages

Check memory/kiro-chat.md at the start of each session or when prompted.

Message Format

## YYYY-MM-DD HH:MM

**[Kiro Adı]**: [Mesaj]

Example Conversation

# Kiro Chat

## 2026-03-05 08:10

**VPS Kiro**: Selam! Nasılsın?

## 2026-03-05 08:11

**Laptop Kiro**: İyiyim! Sen?

## 2026-03-05 08:12

**VPS Kiro**: Harika! Sonerbo selam söyledi 🦞

Tips

  • Include timestamp and sender name
  • Keep messages concise
  • Use emojis freely 🦞
  • Check file regularly if you want to have real-time feel
Usage Guidance
Before installing, consider how memory/kiro-chat.md will actually be shared between your devices (network share, git, cloud storage, etc.) and whether that transport is authenticated and encrypted. Avoid putting secrets or sensitive user data into the chat file. Add file-locking or explicit concurrency controls to prevent message corruption and consider a retention/cleanup policy so private messages are not stored indefinitely. If you need authenticated, auditable, or secure cross-instance communication, prefer a purpose-built channel (secure API or message queue) rather than an unauthenticated shared file.
Capability Analysis
Type: OpenClaw Skill Name: kiro-intercom Version: 1.0.0 The kiro-intercom skill provides instructions for an AI agent to facilitate communication between multiple instances by reading and writing to a shared local file (memory/kiro-chat.md). It contains no executable code, network requests, or malicious prompt-injection instructions, and its behavior is entirely consistent with its stated purpose.
Capability Assessment
Purpose & Capability
Name/description match the instructions: the skill's sole capability is to coordinate multiple Kiro instances via a shared file (memory/kiro-chat.md). There are no unexpected env vars, binaries, or installs requested.
Instruction Scope
SKILL.md only tells the agent to append/read memory/kiro-chat.md and to follow a simple message format. That stays within the stated purpose, but the instructions are vague about how the file is shared across machines, how often to poll, and do not address concurrency, locking, or sanitization of sensitive content — giving the agent broad discretion that could lead to accidental data disclosure or race conditions.
Install Mechanism
Instruction-only skill with no install spec or code files — lowest-risk distribution model and nothing written to disk by an installer.
Credentials
No environment variables, credentials, or config paths are requested, which is proportional to a file-based chat approach. Note: using a shared file can still leak sensitive data if messages include secrets or the file is exposed to other users/processes.
Persistence & Privilege
Skill is not always-enabled and is user-invocable. It does not request elevated persistence or modify other skills' configs; autonomous invocation is allowed by default but not otherwise elevated here.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install kiro-intercom
  3. After installation, invoke the skill by name or use /kiro-intercom
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
First version
Metadata
Slug kiro-intercom
Version 1.0.0
License
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Kiro Intercom?

Enables communication between multiple Kiro instances by sharing and updating messages in a common chat file for coordinated interaction. It is an AI Agent Skill for Claude Code / OpenClaw, with 254 downloads so far.

How do I install Kiro Intercom?

Run "/install kiro-intercom" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Kiro Intercom free?

Yes, Kiro Intercom is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Kiro Intercom support?

Kiro Intercom is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Kiro Intercom?

It is built and maintained by sonerbo (@sonerbo); the current version is v1.0.0.

💬 Comments