comobot-wechat
微信登录/连接。当用户说"连接微信"、"login wechat"、"connect wechat"等类似意图时触发。
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
微信登录/连接。当用户说"连接微信"、"login wechat"、"connect wechat"等类似意图时触发。
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
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 完成登录