← Back to Skills Marketplace
ntaffffff

WeChat Sender by dxx

by ntaffffff · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
91
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install wechat-sender-dxx
Description
通过OpenClaw微信通道主动发送文字、图片和文件消息,支持单发、定时和批量推送,需联系人已存在聊天记录。
Usage Guidance
This skill appears to do what it claims: send WeChat messages via a local OpenClaw Gateway. Before installing, confirm you trust the OpenClaw Gateway at 127.0.0.1:18789 and the environment where the agent runs. Be aware that the file-send feature will read any local file path you provide and include its base64 content in the request — which is necessary for attachments but could be used to transmit sensitive local files if misused. Keep .auth.json and .contacts.json in a safe location, ensure you grant explicit authorization for bulk or automated sends, and avoid running the skill in environments where untrusted code or users could call it to exfiltrate data.
Capability Analysis
Type: OpenClaw Skill Name: wechat-sender-dxx Version: 1.0.0 The skill is a legitimate utility designed to send WeChat messages through a local OpenClaw Gateway. It includes well-structured scripts for authorization management (auth_helper.py), contact organization (contact_manager.py), and message transmission (send_message.py). All network activity is strictly confined to the local loopback address (127.0.0.1:18789), and the code contains no evidence of data exfiltration, unauthorized command execution, or malicious prompt injection.
Capability Assessment
Purpose & Capability
Name/description describe sending messages via the OpenClaw weixin channel; the scripts implement a local HTTP client to POST to the documented local Gateway API and include contact management and authorization helpers — all coherent with the stated purpose.
Instruction Scope
SKILL.md and scripts only reference a local OpenClaw Gateway (127.0.0.1:18789) and local files. send_message.py will read any file path provided, base64-encode it, and include it in the outgoing payload — this is expected for file sending but also enables sending arbitrary local file contents to the Gateway. auth_helper enforces a local consent flow (writes .auth.json) but does not prevent programmatic use if the user or environment grants authorization.
Install Mechanism
No install spec; the skill is instruction/code-only and does not fetch remote artifacts or run installers. Files are plain Python scripts and docs. This minimizes install-time risk.
Credentials
The skill declares no environment variables or external credentials (proportionate). It does create and read local files (.auth.json and .contacts.json) in the project parent directory to track authorization and contacts — expected for this functionality but worth noting if you run the skill from a shared directory.
Persistence & Privilege
always is false and the skill does not request platform-wide privileges or modify other skills. It persists only its own local state files and does not attempt to enable itself or change system-wide settings.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install wechat-sender-dxx
  3. After installation, invoke the skill by name or use /wechat-sender-dxx
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of WeChat Sender skill. - Enables proactive sending of WeChat messages via the OpenClaw Weixin channel. - Supports multiple message types: text, image, and file. - Includes security measures: contact whitelist, rate limiting, content audit, and user authorization. - Provides sample scripts and detailed usage instructions. - Error handling and troubleshooting guide included.
Metadata
Slug wechat-sender-dxx
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is WeChat Sender by dxx?

通过OpenClaw微信通道主动发送文字、图片和文件消息,支持单发、定时和批量推送,需联系人已存在聊天记录。 It is an AI Agent Skill for Claude Code / OpenClaw, with 91 downloads so far.

How do I install WeChat Sender by dxx?

Run "/install wechat-sender-dxx" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is WeChat Sender by dxx free?

Yes, WeChat Sender by dxx is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does WeChat Sender by dxx support?

WeChat Sender by dxx is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created WeChat Sender by dxx?

It is built and maintained by ntaffffff (@ntaffffff); the current version is v1.0.0.

💬 Comments