← Back to Skills Marketplace
ravikadam

Intercom GenAIgrp

by Ravindra Kadam · GitHub ↗ · v1.0.0
cross-platform ✓ Security Clean
283
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install intercom-genaigrp
Description
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...
README (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

  1. Parse the first token beginning with ! as the target session key.
  2. Treat the rest of the text as message content.
  3. Send via sessions_send(sessionKey=\x3Ctarget>, message="FROM \x3Csender>: \x3Ccontent>").
  4. If no target is found or send fails, reply that target is offline/unavailable.
  5. Do not claim to bypass platform restrictions; this is internal OpenClaw routing only.
  6. 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.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install intercom-genaigrp
  3. After installation, invoke the skill by name or use /intercom-genaigrp
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial opt-in inter-agent routing skill
Metadata
Slug intercom-genaigrp
Version 1.0.0
License
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 283 downloads so far.

How do I install Intercom GenAIgrp?

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

Is Intercom GenAIgrp free?

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

Which platforms does Intercom GenAIgrp support?

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

Who created Intercom GenAIgrp?

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

💬 Comments