macOS上のWeChat CLIとローカルHTTPブリッジ、Wechaty Puppet gRPCゲートウェイを組み合わせて、メッセージの送信、セッション・連絡先・チャット履歴・画像・お気に入りの照会、およびエージェント統合向けの安定したHTTP/gRPCインターフェースを提供します。ユーザーが「WeChat メッセージを送信」「微信を送信」、WeChat の連絡先・グループ・メッセージを照会、チャット内の発言者と内容を検索、履歴から画像を取得、チャット履歴をエクスポート、WeChat を Hermes・n8n・Dify・LangChain と連携、または実際のmacOS WeChat アカウントで Wechaty ボットを実行する場合に使用します。macOS(Apple Silicon)上の WeChat 4.1.8/4.1.9 と `wxp_act_` アクティベーションコードが必要です。一度の `wechat init` 実行で DB キーを抽出でき、管理者権限や WeChat.app の再署名は不要です。オプションのリモートブリッジ機能では `wechat tunnel setup --hostname <yours>` でローカル REST API を Cloudflare Tunnel 経由で公開し、リモートサービスからのアクセスを可能にします。
description の原文を見る
macOS WeChat CLI + local HTTP bridge + Wechaty Puppet gRPC gateway — send messages, query sessions / contacts / chat history / images / favorites, and expose stable HTTP / gRPC surfaces for agent integration. Use when the user asks to 'send a WeChat message', '发微信', query WeChat contacts/groups/messages, look up who said what in a chat, fetch images from history, export chat history, wire WeChat into Hermes / n8n / Dify / LangChain, or run any wechaty bot on a real macOS WeChat account. Requires WeChat 4.1.8 / 4.1.9 on macOS (Apple Silicon) and a `wxp_act_` activation code. One-time `wechat init` extracts the DB key; no sudo, no re-signing WeChat.app. Optional remote bridge — `wechat tunnel setup --hostname <yours>` exposes the local REST API via Cloudflare Tunnel for remote services to call.
SKILL.md 本文
wechat — macOS CLI
Unified CLI for WeChat on macOS. Send messages in pure background (zero UI flash) AND query the local SQLCipher databases for sessions, contacts, chat history, group members, Moments, favorites.
Fast path (read this first)
Send a WeChat message in one call:
wechat send "早上好" Lisa # fuzzy name match (remark / nick / alias)
wechat send "hi" filehelper # wxid — zero DB lookup, fastest
wechat send "提醒一下" 20590343959@chatroom # group wxid (ends in @chatroom)
Resolution rules (applied in order):
- RECIPIENT matches a wxid s
...
詳細情報
- 作者
- leeguooooo
- ライセンス
- NOASSERTION
- 最終更新
- 2026/5/8
Source: https://github.com/leeguooooo/wechat-skill / ライセンス: NOASSERTION