← 返回 Skills 市场
141
总下载
5
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install weixin-multi-agent-router
功能描述
Design or implement single-entry multi-agent routing for OpenClaw Weixin setups. Use when one Weixin account should route between any number of backend agent...
安全使用建议
This skill is a documentation/design guide, not executable code; it asks for nothing sensitive and appears internally consistent. Before implementing or deploying: 1) Decide where router state (session keys, recentHistory, handoff summaries) will be stored and apply access controls, encryption, and retention policies so conversation data isn't exposed. 2) Ensure handoff summaries are intentionally compact and scrub PII; follow the guide's explicit advice to avoid sending full transcripts between agents. 3) Make agent lists, aliases, and timeouts configurable (the docs recommend this) and check defaults to avoid publishing private team names. 4) Test isolation thoroughly (the validation steps provided are good) to prevent context leakage. 5) If you adapt this into runnable code, review any added install steps, external URLs, or required env vars for proportionality and security before enabling it in production.
功能分析
Type: OpenClaw Skill
Name: weixin-multi-agent-router
Version: 1.0.0
The skill bundle provides architectural guidance and instructions for an AI agent to implement a multi-agent router for WeChat. It focuses on session isolation, state management, and command parsing to prevent context leakage between different backend agents. No malicious code, data exfiltration, or harmful prompt injection attempts were found across the files, including SKILL.md and the references directory.
能力评估
Purpose & Capability
The name/description (Weixin multi-agent routing) matches the SKILL.md and reference files: all content focuses on routing, session keys, per-contact state, command maps, handoff summaries, and validation. There are no unrelated environment variables, binaries, or install steps requested.
Instruction Scope
Runtime instructions stay within the stated purpose: they describe parsing commands, maintaining per-contact router state, building session keys, summary-based handoff, and validation tests. The skill explicitly warns against sharing raw transcripts and against core-level changes. It does instruct state persistence (session keys, recentHistory, summaries)—which is expected for a router—but does not tell the agent to read arbitrary system files, environment variables, or post data to unknown endpoints.
Install Mechanism
No install specification or code distribution is present (instruction-only). That minimizes disk-write or download risk; nothing is pulled from external URLs or third-party package registries.
Credentials
The skill declares no required environment variables, credentials, or config paths. The guidance about state, configs, and timeouts is proportional to the skill's goal. There are no unrelated credential requests.
Persistence & Privilege
always is false and the skill is user-invocable; there is no request to persist or modify other skills or system-wide settings. The SKILL.md recommends persisting router state (normal for this feature) and advises configuration separation from long-lived config—appropriate for its purpose.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install weixin-multi-agent-router - 安装完成后,直接呼叫该 Skill 的名称或使用
/weixin-multi-agent-router触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
-微信单入口多Agent路由, 可以在一个入口里轻松切换多Agent, 并且Agent之间不能默认读完整聊天记录,而是需要在协作的时候只做摘传递。
- Initial release of weixin-multi-agent-router skill.
- Enables single Weixin account to dynamically route messages to any number of backend agents with configurable names and roles.
- Ensures strict per-agent session isolation to prevent context mixing between agents.
- Supports summary-based handoff between agents, avoiding raw transcript sharing.
- Provides natural-language commands for switching agents, checking status, resetting context, and handing off conversations.
- Emphasizes a configuration-driven, plugin-layer approach suitable for both private teams and public skills.
元数据
常见问题
Weixin Multi-Agent Router|微信多 Agent 路由 是什么?
Design or implement single-entry multi-agent routing for OpenClaw Weixin setups. Use when one Weixin account should route between any number of backend agent... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 141 次。
如何安装 Weixin Multi-Agent Router|微信多 Agent 路由?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install weixin-multi-agent-router」即可一键安装,无需额外配置。
Weixin Multi-Agent Router|微信多 Agent 路由 是免费的吗?
是的,Weixin Multi-Agent Router|微信多 Agent 路由 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Weixin Multi-Agent Router|微信多 Agent 路由 支持哪些平台?
Weixin Multi-Agent Router|微信多 Agent 路由 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Weixin Multi-Agent Router|微信多 Agent 路由?
由 zeqiulee(@zeqiulee)开发并维护,当前版本 v1.0.0。
推荐 Skills