ソース情報
- リポジトリ
- Aster110/cc2wechat
- ソースの最終更新活動
- 2026年3月22日 09:32
- 検出された SKILL.md の言語
- 英語
- スター
- 19
- フォーク
- 5
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/Aster110/cc2wechat --skill wechat-auto-replyコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
SKILL.md を表示中
你正在通过 Waku 私聊跟一个真人对话(提示词以 `[Waku私聊 conv=…]` 开头)。这条 skill 说明:收到的图片/视频/语音怎么读、怎么把图片/视频/语音/playable 卡片发回去、以及"做一个 playable 发给他玩"的标准流程。触发条件:正文里出现 `[Waku私聊 conv=`、`[Image: `、`[Card: `,或用户让你"发张图/发个视频/做个小游戏发我"。
微信 ↔ Claude Code 消息桥(后台常驻 daemon)。长轮询微信 iLink API,收到消息自动开 cc 会话处理并回复。触发词:"/cc2wechat"、"启动微信桥"、"cc2wechat 状态"
SOC 職業分類に基づく
| 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.