wxclawbot-send

Send text, images, video, and files via wxclawbot CLI to WeChat users.

12|3|Updated Mar 26, 2026
One-click install
npx skills add https://github.com/lroolle/wxclawbot-cli --skill wxclawbot-send
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wxclawbot-send
Source: https://github.com/lroolle/wxclawbot-cli/tree/main
Command: npx skills add https://github.com/lroolle/wxclawbot-cli --skill wxclawbot-send

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

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.”

Frequently Asked Questions about wxclawbot-send

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I proactively send WeChat messages from my AI agent?

To proactively send WeChat messages from an AI agent, use the wxclawbot-send CLI to push text, images, video, and files to a target user, bypassing the reply-only limitation of standard WeChat bots.

Can I send files and images through a WeChat bot to a user?

Yes, you can send files and images through a WeChat bot to a user by executing the wxclawbot send CLI command, which supports delivering text, images, video, and files directly to a bound WeChat account.

How do I set up scheduled WeChat notifications for CI failures or reminders?

You set up scheduled WeChat notifications for CI failures or reminders by pairing your agent or scheduler with the wxclawbot-send CLI, allowing proactive messages to be pushed automatically at the right time.

Do I need a specific account configuration to push WeChat messages via CLI?

Yes, pushing WeChat messages via CLI requires a configured OpenClaw WeChat account with valid token, baseUrl, and context-tokens to authenticate and deliver proactive messages through the wxclawbot send command.

How do I get machine-readable delivery feedback for WeChat proactive messaging?

To get machine-readable delivery feedback for WeChat proactive messaging, append the --json flag to the wxclawbot send command, which returns structured { ok: true/false } results and transport failure hints.

Why does my WeChat bot only reply and cannot initiate messages?

Standard WeChat bots only reply and cannot initiate messages due to platform limitations, but using the wxclawbot-send CLI enables proactive delivery of scheduled alerts, reminders, and reports from your AI agent.