comobot-remote
连接/配置 Comobot Remote App。当用户说"连接remote"、"配置remote"、"connect remote"、"pair remote"等类似意图时触发。
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
连接/配置 Comobot Remote App。当用户说"连接remote"、"配置remote"、"connect remote"、"pair remote"等类似意图时触发。
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
微信登录/连接。当用户说"连接微信"、"login wechat"、"connect wechat"等类似意图时触发。
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_remote |
| description | 连接/配置 Comobot Remote App。当用户说"连接remote"、"配置remote"、"connect remote"、"pair remote"等类似意图时触发。 |
| metadata | {"comobot":{"emoji":"📱"}} |
当用户表达以下意图时,立即触发此技能:
在终端执行以下命令:
comobot connect remote
该命令会:
qrcode 库)常用选项:
指定服务器公网地址(默认自动检测局域网 IP):
comobot connect remote --url https://your-domain.com
指定 Gateway 端口(默认 18790):
comobot connect remote --port 8080
仅生成二维码,不等待扫码结果:
comobot connect remote --no-poll
告知用户:
查看已配对设备列表:
comobot connect list
移除已配对设备:
comobot connect remove <device_id>
--url 指定可访问的公网地址pip install qrcodecomobot gateway)才能让手机正常通信