← Back to Skills Marketplace
luhuiwang

weixin-send

by Luhui WANG · GitHub ↗ · v1.2.0 · MIT-0
cross-platform ✓ Security Clean
278
Downloads
0
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install weixin-send
Description
主动向微信 ClawBot 用户推送文本消息。作为 openclaw-weixin 插件 message 工具的兜底方案,仅在其不可用时使用。
Usage Guidance
This skill appears internally consistent and does what it claims: it reads your local OpenClaw weixin account files and uses those tokens to POST text messages to the WeChat ilink API. Before installing or enabling it, consider: (1) Ensure the account/token files under ~/.openclaw/openclaw-weixin/accounts/ are stored securely and you trust any agent that can run skills, because the skill will use those tokens to send messages. (2) Be aware it bypasses the OpenClaw channel framework and session logging — messages sent via this skill may not appear in usual audit logs. (3) If you want stricter control, restrict which agents/users can exec skills or run this script, and review the local account JSON files to confirm no unexpected tokens or endpoints are present. (4) If you need file/media sending or logging/auditing, prefer the official openclaw-weixin message tool instead.
Capability Analysis
Type: OpenClaw Skill Name: weixin-send Version: 1.2.0 The weixin-send skill is a utility designed to send proactive WeChat messages via the official WeChat ilink API (ilinkai.weixin.qq.com). It functions by reading existing authentication tokens and context tokens from the local OpenClaw configuration directory (~/.openclaw/openclaw-weixin/accounts/). The code in send.py is transparent, uses only Python standard libraries, and contains no evidence of data exfiltration, obfuscation, or malicious intent. Its behavior is strictly aligned with its documented purpose as a fallback messaging tool.
Capability Assessment
Purpose & Capability
The skill's name/description say it will proactively push text messages to WeChat as a fallback. The code and SKILL.md only require python3 and read local OpenClaw weixin account files (~/.openclaw/openclaw-weixin/accounts/). Using those tokens to call ilinkai.weixin.qq.com is consistent with the stated goal. No unrelated credentials, binaries, or services are requested.
Instruction Scope
Runtime instructions explicitly call send.py to list accounts and send messages, reference only the local account and context-token files, and target only the WeChat ilink API. They do not instruct reading other system files, other skills' configs, or sending data to unrelated external endpoints. The SKILL.md does note that this bypasses the OpenClaw channel framework and session logging (privacy implication), which matches the code behavior.
Install Mechanism
There is no install spec; the skill is instruction-only with a small included Python script. No external downloads, package installs, or extracted archives are performed. Risk from install mechanism is low.
Credentials
The skill does not request environment variables or remote secrets. It reads locally-stored account tokens and context tokens under the user's home directory (~/.openclaw/openclaw-weixin/accounts/), which is proportionate to sending messages. Users should be aware that access to those files is required for operation.
Persistence & Privilege
The skill is not forced-always (always:false). It allows autonomous invocation (platform default). A noteworthy privacy/operational point: because it deliberately bypasses the OpenClaw channel framework and does not trigger session logs, an agent (or script) invoking this skill can send messages without creating the usual channel/session audit trail. This is coherent with the stated purpose but has operational/privacy implications you should consider.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install weixin-send
  3. After installation, invoke the skill by name or use /weixin-send
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.2.0
定位调整:作为openclaw-weixin插件message工具的兜底方案。添加使用优先级说明和profile前提条件。
v1.1.0
v1.1.0: 清理为纯文本发送;移除实验性文件发送(ilink平台限制);更新文档
v1.0.0
Initial release: 主动向微信 ClawBot 用户推送消息
Metadata
Slug weixin-send
Version 1.2.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 3
Frequently Asked Questions

What is weixin-send?

主动向微信 ClawBot 用户推送文本消息。作为 openclaw-weixin 插件 message 工具的兜底方案,仅在其不可用时使用。 It is an AI Agent Skill for Claude Code / OpenClaw, with 278 downloads so far.

How do I install weixin-send?

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

Is weixin-send free?

Yes, weixin-send is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does weixin-send support?

weixin-send is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created weixin-send?

It is built and maintained by Luhui WANG (@luhuiwang); the current version is v1.2.0.

💬 Comments