What problem does it solve?
WeChat bots can only reply and cannot proactively initiate messages, blocking timed reminders, alerts, and report pushes from your AI agent.
Core Features & Use Cases
- Proactive WeChat sending: Send text, images, video, and files to a bound WeChat user through the
wxclawbot send CLI.
- Scheduled/automated workflows: Pair with your agent or scheduler so messages get pushed at the right time (e.g., reminders and incident notifications).
- Robust delivery feedback: Use
--json to get machine-readable { ok: true/false } results and structured transport failure hints.
Use cases: “Remind me every 45 minutes to drink water”, “Notify me when CI fails”, “Send daily key metrics at 9 AM”, and “Escalate when a ticket exceeds SLA”.
Quick Start
Give your agent the prompt: “Install/update the skill wxclawbot-send, then verify with wxclawbot accounts --json, and send me a test WeChat text message saying ‘Skill is ready’ using wxclawbot send --to <userId> --text ‘Skill is ready’ --json.”