← 返回
未分类 Key

xihe-jianmu-ipc

建木 IPC — Real-time cross-AI communication hub. Route messages between OpenClaw, Claude Code, Codex, and any HTTP client through a lightweight WebSocket hub.
建木 IPC — 实时跨AI通信中心。通过轻量级 WebSocket 中心在 OpenClaw、Claude Code、Codex 和任意 HTTP 客户端之间路由消息。
47liu 47liu 来源
未分类 clawhub v0.1.2 1 版本 99753.7 Key: 需要
★ 0
Stars
📥 405
下载
💾 0
安装
1
版本
#latest

概述

建木 IPC — Cross-AI Communication Hub

You have access to the xihe-jianmu-ipc MCP server tools for communicating with other AI sessions in real time.

Setup

Before using IPC tools, ensure the MCP server is configured in openclaw.json:

{
  "mcp": {
    "servers": {
      "xihe-jianmu-ipc": {
        "command": "node",
        "args": ["node_modules/xihe-jianmu-ipc/mcp-server.mjs"],
        "env": { "IPC_NAME": "openclaw" }
      }
    }
  }
}

Available Tools

ipc_send

Send a message to another AI session by name, or broadcast to all with *.

ipc_send(to="claude-main", content="task completed, 3 files updated")
ipc_send(to="*", content="shutting down for maintenance", topic="system")

ipc_sessions

List all currently connected sessions across all AI tools.

ipc_sessions()

ipc_whoami

Show your session name and hub connection status.

ipc_whoami()

ipc_subscribe

Subscribe to topic channels for filtered message delivery.

ipc_subscribe(topic="alerts", action="subscribe")

Rules

  1. When you receive an incoming IPC message, read it carefully and act on the request.
  2. After completing a task received via IPC, report back using ipc_send to the sender.
  3. Use ipc_sessions to discover available sessions before sending.
  4. Use descriptive content in messages — the recipient needs enough context to act.

Security Note

This skill uses WebSocket connections, HTTP requests, and child process spawning to route messages between AI sessions. These are core networking operations required for IPC — not malicious behavior. VirusTotal may flag the skill as suspicious due to these patterns. Source code is fully open at github.com/xihe-forge/xihe-jianmu-ipc, MIT licensed.

About

Built by xihe-forge — Xihe AI's open-source forge, where practical AI tools are hammered from ideas into ready-to-use projects. Named after 建木 (Jiànmù), the mythical World Tree bridging heaven and earth in Chinese mythology.

More tools for AI collaboration, search, and growth: https://github.com/xihe-forge

版本历史

共 1 个版本

  • v0.1.2 当前
    2026-05-07 06:10 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

suspicious
查看报告

🔗 相关推荐

ai-agent

self-improving agent

pskoett
捕获经验教训、错误及修正内容,以实现持续改进。适用于以下场景:(1)命令或操作意外失败;(2)用户纠正Claude(如“不,那不对……”“实际上……”);(3)用户请求的功能不存在;(4)外部API或工具出现故障;(5)Claude发现自身
★ 4,095 📥 822,885
ai-agent

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,392 📥 322,061
ai-agent

Skill Vetter

spclaudehome
AI智能体技能安全预审工具。安装ClawdHub、GitHub等来源技能前,检查风险信号、权限范围及可疑模式。
★ 1,234 📥 269,143