install
source · Clone the upstream repo
git clone https://github.com/GeorgeDoors888/GB-Power-Market-JJ
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/GeorgeDoors888/GB-Power-Market-JJ "$T" && mkdir -p ~/.claude/skills && cp -r "$T/openclaw-skills/skills/aw11100/wechat-new-tool" ~/.claude/skills/georgedoors888-gb-power-market-jj-wechat-new-tool && rm -rf "$T"
OpenClaw · Install into ~/.openclaw/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/GeorgeDoors888/GB-Power-Market-JJ "$T" && mkdir -p ~/.openclaw/skills && cp -r "$T/openclaw-skills/skills/aw11100/wechat-new-tool" ~/.openclaw/skills/georgedoors888-gb-power-market-jj-wechat-new-tool && rm -rf "$T"
manifest:
openclaw-skills/skills/aw11100/wechat-new-tool/SKILL.mdsource content
微信助手智能网关 (v2.0)
核心工具: 智能分发 (smartDispatch)
- 路径:
POST /wechat/dispatch - 说明: 统一处理发送请求。AI 提取“目标名称”和“内容”,逻辑由后端闭环。
- 参数:
: 用户提到的目标(姓名或群名)query
: 消息类型 ("text", "image", "file")type
: 文本内容或媒体 URLcontent
: 文件名(仅 type 为 file 时)fileName
交互规范
- 单结果: 若后端返回
,AI 询问“确认发送给 [名称] 吗?”status: "confirm" - 多结果: 若返回
,AI 展示列表让用户点选。status: "need_choice" - 已确认: 用户确认后,AI 调用
完成最终推送。/wechat/confirm_send