@dai_ming/plugin-wechat-manager
v1.0.5
Published
OpenClaw WeChat binding native plugin - return plain official bind links without MCP or QR images
Readme
@dai_ming/plugin-wechat-manager
OpenClaw native plugin for WeChat binding through the existing openclaw-weixin channel plugin.
This package is not an MCP server. It registers one native tool:
wechat-manager__get_wechat_statusThe tool returns plain bind-link fields:
{
"status": "pending",
"bind_url": "https://liteapp.weixin.qq.com/q/...",
"wechat_bind_url": "https://liteapp.weixin.qq.com/q/...",
"reply_text": "请点击链接完成微信绑定:\nhttps://liteapp.weixin.qq.com/q/..."
}It intentionally does not return qrcode_url, qrcode_base64, or Markdown image syntax. For pending bind links, use reply_text exactly as provided so the bind link is delivered as text instead of a file attachment.
