← 返回 Skills 市场
254
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install kiro-intercom
功能描述
Enables communication between multiple Kiro instances by sharing and updating messages in a common chat file for coordinated interaction.
使用说明 (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
- Write a message: Append to
memory/kiro-chat.md - Read messages: Check the file for new messages from other Kiros
- 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
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install kiro-intercom - 安装完成后,直接呼叫该 Skill 的名称或使用
/kiro-intercom触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
First version
元数据
常见问题
Kiro Intercom 是什么?
Enables communication between multiple Kiro instances by sharing and updating messages in a common chat file for coordinated interaction. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 254 次。
如何安装 Kiro Intercom?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install kiro-intercom」即可一键安装,无需额外配置。
Kiro Intercom 是免费的吗?
是的,Kiro Intercom 完全免费(开源免费),可自由下载、安装和使用。
Kiro Intercom 支持哪些平台?
Kiro Intercom 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Kiro Intercom?
由 sonerbo(@sonerbo)开发并维护,当前版本 v1.0.0。
推荐 Skills