Install
openclaw skills install @yechang1450/weixin-quote微信『引用即上下文』的『功能装载器』。当用户要求启用/检查/修复微信引用追问(引用 bot 消息时把被引用全文喂给模型),或全新环境想获得该能力时,按本技能执行安装与配置,完成后用户引用 clawbot 消息追问可被准确理解。触发词:启用引用、引用没生效、引用追问、quote。
openclaw skills install @yechang1450/weixin-quote目标:让当前 OpenClaw 的微信渠道具备 引用即上下文(用户引用某条消息追问时,把被引用消息的完整原文注入模型上下文)。 本技能由 agent 代为执行全部安装/配置步骤(幂等:已就绪则仅校验)。
判断微信渠道插件状态
openclaw plugins inspect openclaw-weixin --json。clawbot-plugins 或显示为 ClawBot fork 包:跳第 2 步。@tencent-weixin/openclaw-weixin):先 openclaw plugins uninstall openclaw-weixin,再继续。openclaw plugins install clawhub:@yechang1450/openclaw-weixin-clawbot(内含引用 id 匹配与全文注入的微信渠道插件;请先征得用户同意)。确认依赖项就位(引用解析依赖 fork 插件内置的发送记录/匹配逻辑,无需额外配置)
重启生效
openclaw gateway restart,等待约 20-30 秒使 monitor 恢复。验证(本技能的完成标准)
[send-resp](发送时记录服务端 message_id);[quote-hit] method=id ... textLen=…(命中并注入全文);[quote-hit]:回到第 1 步确认插件为 fork 版并重启重试。[quote-hit] 且回复准确贴合被引用内容。