slm-mesh

仓库创建 2026年2月5日最近提交 1 天前SkillHot 收录 6 小时前
▸ 精选理由

在同机多会话间实时协调,适合并发代理协作。

▸ 风险提示

在本地网格中传递短期消息,存在跨会话数据泄露风险;需 mesh 权限。

这个 Skill 做什么

在同机代理会话间发现并进行短期消息与轻量状态共享与文件锁定。

在同一台机器上的多个 AI 会话间建立本地 mesh 网络,让会话互相发现、发短期消息、共享轻量状态并对文件加锁以免冲突。用在需要跨会话协调或临时同步但不想写入持久 memory 的场景。特点是完全本地化、消息有短期 TTL、且仅在具备 MCP 权限时可用,工具集没有 CLI 备选。

▸ 展开 SKILL.md 英文原文

Cross-session peer coordination via the SLM mesh network. Lets multiple AI agent sessions on the same machine discover each other, send messages, share lightweight state, and lock files to avoid conflicts. Requires full, power, or mesh MCP profile. All 8 tools are MCP-only — there is no CLI fallback.

开发编程会话协同网状通信本地发现通用
199
Stars
34
Forks
37
仓库内 Skill
积累中
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/qualixar/superlocalmemory/main/plugin-src/skills/slm-mesh/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/qualixar/superlocalmemory/main/plugin-src/skills/slm-mesh/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# slm-mesh — Cross-Session Peer Coordination

The mesh network lets multiple AI agent sessions on the same machine discover
each other and coordinate in real time — without writing to the persistent
memory store. Mesh messages are transient (48-hour TTL); they complement memory
(which is durable) rather than replacing it.

Mesh is local-only: it uses the SLM daemon as a local broker. No data leaves
the machine.

---

## Profile requirement

Mesh tools are available in the `full`, `power`, and `mesh` MCP profiles.
Confirm the active profile with `slm status` before calling mesh tools. If the
tools are not available, switch to `full` profile with `switch_profile("full")`
(requires `code` or hi
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有