What problem does it solve?
This Skill helps you reliably automate WeChat messaging for AI agents by turning the WeChat send/receive flow into predictable JSON outputs you can feed into your agent loop.
Core Features & Use Cases
- Poll for incoming messages (single or continuous): Retrieve completed user messages as JSON, or stream them as NDJSON in watch mode.
- Reply with context-safe sending: Automatically cache and reuse the required context token by polling before sending.
- Send rich content: Send text, media (image/video/file) with MIME routing by extension, and typing indicators to improve conversational UX.
- Multi-account support: Operate with one or many logged-in bot accounts by selecting the appropriate account ID.
Use case: build an agent that continuously listens to a customer’s chat, processes each incoming message, and replies with text and optionally an attached image/document using a single terminal-friendly interface.
Quick Start
Use the Skill to poll for messages, then send a reply text to the sender using the received context.