← Back to Skills Marketplace
141
Downloads
5
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install weixin-multi-agent-router
Description
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...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install weixin-multi-agent-router - After installation, invoke the skill by name or use
/weixin-multi-agent-router - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 141 downloads so far.
How do I install Weixin Multi-Agent Router|微信多 Agent 路由?
Run "/install weixin-multi-agent-router" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Weixin Multi-Agent Router|微信多 Agent 路由 free?
Yes, Weixin Multi-Agent Router|微信多 Agent 路由 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Weixin Multi-Agent Router|微信多 Agent 路由 support?
Weixin Multi-Agent Router|微信多 Agent 路由 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Weixin Multi-Agent Router|微信多 Agent 路由?
It is built and maintained by zeqiulee (@zeqiulee); the current version is v1.0.0.
More Skills