← 返回 Skills 市场
jinhuadeng

WeChat Group Operator

作者 Koi · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ⚠ suspicious
120
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install wechat-group-operator
功能描述
WeChat group operations automation for Windows desktop WeChat. Use when the user wants to run recurring group engagement workflows such as morning questions,...
安全使用建议
This package mostly does what it says, but check two things before using or scheduling it: - Sender script dependency: The code calls a hard-coded local sender script at C:\Users\Lenovo\.openclaw\workspace\skills\wechat-desktop-sender\scripts\wechat_send.py. Make sure that file exists and is from a trusted source. Because the skill runs that script with Python, that script can execute arbitrary code on your machine — review its contents before running. - Missing history file: The code expects assets/post_history.json but that file is not present in the package manifest. Create an initial assets/post_history.json (e.g., {"posts": []}) or add handling for a missing history file to avoid runtime errors. - Operational safety: Always run --dry-run first and inspect the produced message text. Only attach to cron after you confirm sends are correct and the sender script is trusted. Consider modifying the skill to make the sender path configurable (env var or config) instead of hard-coding a user-specific path, and to fail clearly if the sender script is missing. If you cannot inspect or verify the sender script, treat this skill as risky because it executes another local program with full code-execution ability. If you can verify and/or change the hard-coded path to a known-good sender, the skill is reasonable for its intended purpose.
功能分析
Type: OpenClaw Skill Name: wechat-group-operator Version: 0.1.0 The skill is a legitimate automation tool for managing WeChat group engagement, providing scheduled posting of questions and cases. The core logic in `scripts/wechat_group_operator.py` selects content from local JSON files and uses `subprocess.run` to call a secondary sender script. While the script contains a hardcoded absolute path to a specific user's directory (`C:\Users\Lenovo`) for the sender dependency, which is a non-portable coding practice, there is no evidence of malicious intent, data exfiltration, or unauthorized execution. The behavior is strictly aligned with the documented purpose of scheduled group operations.
能力评估
Purpose & Capability
The skill implements scheduled posting from local content pools to WeChat groups, which aligns with its description. However the code hard-codes a sender script path (C:\Users\Lenovo\.openclaw\workspace\skills\wechat-desktop-sender\scripts\wechat_send.py) that is not declared in the metadata or SKILL.md as a dependency. That missing dependency is disproportionate to the stated functionality and should be documented or made configurable.
Instruction Scope
SKILL.md stays within the stated domain (editing group whitelist, content pools, dry-run/real send, cron). The runtime instructions rely on an external desktop sender capability but do not instruct the user how to obtain/install it or verify it. The code reads/writes only local asset files and does not access environment variables or network endpoints directly, which is appropriate — but it will execute the external sender script, giving that script full ability to run arbitrary code.
Install Mechanism
No install spec (instruction-only plus bundled script/assets). No remote downloads or package installs are performed by the skill itself.
Credentials
The skill requests no environment variables or external credentials. It only reads and writes local asset files. This is proportionate. Note: it references a path in the user's .openclaw workspace which may contain other tool artifacts — the path dependency should be explicit.
Persistence & Privilege
The skill is not always-enabled and does not request elevated privileges. It writes its own post_history file (a reasonable local persistence). It does not modify other skills' configs, but it does invoke another skill's sender script by path.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install wechat-group-operator
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /wechat-group-operator 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial release: WeChat group operations MVP with morning questions, afternoon followups, evening case posts, content pools, posting history, and OpenClaw cron compatibility.
元数据
Slug wechat-group-operator
版本 0.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

WeChat Group Operator 是什么?

WeChat group operations automation for Windows desktop WeChat. Use when the user wants to run recurring group engagement workflows such as morning questions,... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 120 次。

如何安装 WeChat Group Operator?

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

WeChat Group Operator 是免费的吗?

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

WeChat Group Operator 支持哪些平台?

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

谁开发了 WeChat Group Operator?

由 Koi(@jinhuadeng)开发并维护,当前版本 v0.1.0。

💬 留言讨论