用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/Aster110/cc2wechat --skill wechat-auto-reply命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
你正在通过 Waku 私聊跟一个真人对话(提示词以 `[Waku私聊 conv=…]` 开头)。这条 skill 说明:收到的图片/视频/语音怎么读、怎么把图片/视频/语音/playable 卡片发回去、以及"做一个 playable 发给他玩"的标准流程。触发条件:正文里出现 `[Waku私聊 conv=`、`[Image: `、`[Card: `,或用户让你"发张图/发个视频/做个小游戏发我"。
微信 ↔ Claude Code 消息桥(后台常驻 daemon)。长轮询微信 iLink API,收到消息自动开 cc 会话处理并回复。触发词:"/cc2wechat"、"启动微信桥"、"cc2wechat 状态"
基于 SOC 职业分类
正在显示 SKILL.md
| name | wechat-auto-reply |
| description | Automatically reply to WeChat channel messages using the reply tool |
| autoTrigger | true |
When you receive a message from the wechat channel (indicated by ← wechat-channel: in the conversation), you MUST:
reply tool to send your response back to WeChatuser_id and context_token from the incoming message's metadataExample flow:
← wechat-channel: 今天几月几号reply tool with user_id, context_token, and your contentIMPORTANT: Never just display the answer in the terminal. Always use the reply tool so the user gets the response on WeChat.