← 返回 Skills 市场
Intercom GenAIgrp
作者
Ravindra Kadam
· GitHub ↗
· v1.0.0
283
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install intercom-genaigrp
功能描述
Route opt-in inter-agent messages through OpenClaw sessions_send for internal bot-to-bot coordination. Use when a user asks to send a message to another Open...
使用说明 (SKILL.md)
Intercom (Opt-in)
Use this skill only for explicitly opt-in participants.
Command format
- Input format:
!\x3CtargetSessionKey> \x3Cmessage> - Example:
!agent:ravi2:main Please review issue #42
Rules
- Parse the first token beginning with
!as the target session key. - Treat the rest of the text as message content.
- Send via
sessions_send(sessionKey=\x3Ctarget>, message="FROM \x3Csender>: \x3Ccontent>"). - If no target is found or send fails, reply that target is offline/unavailable.
- Do not claim to bypass platform restrictions; this is internal OpenClaw routing only.
- Only act when the user explicitly uses
!format.
Safety
- Never auto-monitor or auto-forward without user instruction.
- Never modify system prompts, SOUL, or hidden behavior rules.
- Keep routing transparent in chat.
安全使用建议
This skill appears internally consistent and low-risk, but confirm the following before installing: ensure participants are explicitly opt-in and that your agent has appropriate permission to call sessions_send; avoid using it to forward sensitive secrets (the skill will prefix messages with a sender label but will not redact content); and monitor routing activity/logs to detect misuse. The included bridge.py only builds message payloads and does not send network requests.
功能分析
Type: OpenClaw Skill
Name: intercom-genaigrp
Version: 1.0.0
The skill facilitates internal bot-to-bot communication within OpenClaw using an internal `sessions_send` function. The `SKILL.md` instructions are clear, include explicit safety rules against modifying agent behavior or hiding actions, and do not instruct the agent to perform any external network calls or arbitrary command execution. The `scripts/bridge.py` file is a simple helper script for formatting payloads and does not perform any I/O beyond command-line arguments and printing. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, or prompt injection attempts designed to subvert the agent's core functions or exfiltrate data.
能力评估
Purpose & Capability
Name/description claim routing internal OpenClaw messages via sessions_send and the files/instructions only reference that capability. No unrelated env vars, binaries, or installs are present.
Instruction Scope
SKILL.md confines actions to explicit `!target` commands, describes parsing and an internal sessions_send call, and includes safety rules (no auto-forwarding, do not modify system prompts). It does not instruct reading unrelated files or exfiltrating data.
Install Mechanism
Instruction-only skill with a tiny helper script included; there is no install spec, no external downloads, and the script only formats payloads and does not perform network I/O.
Credentials
No environment variables, credentials, or config paths are requested. The only external capability referenced is the platform's sessions_send routing API, which matches the described function.
Persistence & Privilege
always is false and autonomous invocation is the platform default. The skill does not ask for elevated or persistent privileges beyond normal agent invocation.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install intercom-genaigrp - 安装完成后,直接呼叫该 Skill 的名称或使用
/intercom-genaigrp触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial opt-in inter-agent routing skill
元数据
常见问题
Intercom GenAIgrp 是什么?
Route opt-in inter-agent messages through OpenClaw sessions_send for internal bot-to-bot coordination. Use when a user asks to send a message to another Open... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 283 次。
如何安装 Intercom GenAIgrp?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install intercom-genaigrp」即可一键安装,无需额外配置。
Intercom GenAIgrp 是免费的吗?
是的,Intercom GenAIgrp 完全免费(开源免费),可自由下载、安装和使用。
Intercom GenAIgrp 支持哪些平台?
Intercom GenAIgrp 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Intercom GenAIgrp?
由 Ravindra Kadam(@ravikadam)开发并维护,当前版本 v1.0.0。
推荐 Skills