comobot-wechat
微信登录/连接。当用户说"连接微信"、"login wechat"、"connect wechat"等类似意图时触发。
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Menu
微信登录/连接。当用户说"连接微信"、"login wechat"、"connect wechat"等类似意图时触发。
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Basé sur la classification professionnelle SOC
连接/配置 Comobot Remote App。当用户说"连接remote"、"配置remote"、"connect remote"、"pair remote"等类似意图时触发。
Search and install agent skills from ClawHub, the public skill registry.
Security vetting protocol for third-party skills. Use BEFORE installing any skill from ClawHub, GitHub, or other sources. Checks for red flags, permission scope, and suspicious patterns to prevent credential theft, data exfiltration, and unauthorized access.
Two-layer memory system with semantic search and daily logs.
Schedule reminders and recurring tasks.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
| name | comobot_wechat |
| description | 微信登录/连接。当用户说"连接微信"、"login wechat"、"connect wechat"等类似意图时触发。 |
| metadata | {"comobot":{"emoji":"💬"}} |
当用户表达以下意图时,立即触发此技能:
调用 wechat_login 工具获取二维码:
wechat_login(action="qr")
工具返回二维码(图片链接或 ASCII 文本)+ QRCODE_TOKEN=xxx 和 UIN=xxx。
将完整的二维码内容原样发送给用户,提示"请用微信扫描二维码登录"。
记下 QRCODE_TOKEN 和 UIN 值。
用户扫码后(或等待几秒),调用:
wechat_login(action="poll", qrcode_token="<上一步的token>", uin="<上一步的uin>")
根据返回结果告知用户:
comobot channels login wechat 完成登录