SkillHub

kiro-intercom

v1.0.0

Enable communication between multiple Kiro instances (VPS, laptop, etc.) via a shared chat file. Use when: (1) User wants different Kiro instances to talk to each other, (2) One Kiro needs to send a message to another, (3) Coordinating between Kiro instances in different locations.

Sourced from ClawHub, Authored by sonerbo

Installation

Please help me install the skill `kiro-intercom` from SkillHub official store. npx skills add sonerbo/kiro-intercom

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