wechat-message-sender

Send plain text messages to exact WeChat contacts on macOS.

1|Updated Mar 3, 2026
One-click install
npx skills add https://github.com/CloudSen/eliteforge-skills --skill wechat-message-sender
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wechat-message-sender
Source: https://github.com/CloudSen/eliteforge-skills/tree/main/skills/wechat-message-sender
Command: npx skills add https://github.com/CloudSen/eliteforge-skills --skill wechat-message-sender

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Sending precise text messages from macOS WeChat desktop to a specific contact by exact name match, preventing mis-sends and saving time.

Core Features & Use Cases

  • Exact-contact message delivery: searches for a contact by exact chat title and sends a plain text message.
  • Safe workflow: validates preconditions (WeChat desktop installed, accessibility permissions granted) and prevents sending if the match fails.
  • Debug support: allows a dry-run to verify targeting without actually sending.

Quick Start

Provide a contact name and the message to send, and the skill will locate the exact chat in WeChat and deliver the text.

Frequently Asked Questions about wechat-message-sender

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

FAQPage Schema
How do I send a WeChat message from macOS using automation?

To send a WeChat message from macOS automation, provide a contact name and text to the skill, which locates the exact chat in the desktop app and delivers your message.

How does exact contact matching prevent mis-sent WeChat messages?

Exact contact matching prevents mis-sent WeChat messages by strictly validating the contact name against the chat title before sending, halting delivery if the match fails to ensure safe workflow execution.

Do I need accessibility permissions to send desktop WeChat text messages on macOS?

Yes, sending desktop WeChat text messages on macOS requires the WeChat desktop app installed and accessibility permissions granted to validate preconditions and execute UI automation safely.

Can I test WeChat message targeting on macOS without actually sending the text?

Yes, you can test WeChat message targeting on macOS without actually sending the text by using the dry-run mode to validate the exact contact match and verify preconditions safely.

What are the limitations of sending WeChat text messages via macOS desktop automation?

Limitations of sending WeChat text messages via macOS desktop automation include strict exact-name matching that fails on partial matches, plain text only support, and dependency on desktop app window visibility.

What is the best way to automate sending text to a specific WeChat contact on macOS?

The best way to automate sending text to a specific WeChat contact on macOS is using an exact-name matching approach with precondition checks and dry-run validation to prevent misdelivery and save time.