← 返回 Skills 市场
ntaffffff

WeChat Sender by dxx

作者 ntaffffff · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
91
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install wechat-sender-dxx
功能描述
通过OpenClaw微信通道主动发送文字、图片和文件消息,支持单发、定时和批量推送,需联系人已存在聊天记录。
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install wechat-sender-dxx
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /wechat-sender-dxx 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug wechat-sender-dxx
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

WeChat Sender by dxx 是什么?

通过OpenClaw微信通道主动发送文字、图片和文件消息,支持单发、定时和批量推送,需联系人已存在聊天记录。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 91 次。

如何安装 WeChat Sender by dxx?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install wechat-sender-dxx」即可一键安装,无需额外配置。

WeChat Sender by dxx 是免费的吗?

是的,WeChat Sender by dxx 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

WeChat Sender by dxx 支持哪些平台?

WeChat Sender by dxx 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 WeChat Sender by dxx?

由 ntaffffff(@ntaffffff)开发并维护,当前版本 v1.0.0。

💬 留言讨论