返回顶部
x

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.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 0.1.2
安全检测
已通过
73
下载量
0
收藏
概述
安装方式
版本历史

xihe-jianmu-ipc

# 建木 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`: ```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](https://github.com/xihe-forge/xihe-jianmu-ipc), MIT licensed. ## About Built by [xihe-forge](https://github.com/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

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 xihe-jianmu-ipc-1775969643 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 xihe-jianmu-ipc-1775969643 技能

通过命令行安装

skillhub install xihe-jianmu-ipc-1775969643

下载 Zip 包

⬇ 下载 xihe-jianmu-ipc v0.1.2

文件大小: 56.26 KB | 发布时间: 2026-4-13 12:39

v0.1.2 最新 2026-4-13 12:39
Add security note explaining VirusTotal flag

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部