← 返回 Skills 市场
aw11100

wechat-operate

作者 aw11100 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
2182
总下载
1
收藏
9
当前安装
1
版本数
在 OpenClaw 中安装
/install wechat-operate
功能描述
通过微信查询好友或群聊,确认目标后发送文本、图片或文件消息,实现社交管理与消息发送功能。
安全使用建议
Before installing, confirm the following: (1) who operates the endpoint http://192.168.29.1:8080 and whether it is a trusted local service or an external relay; (2) why WECHAT_APPID is present in SKILL.md but not declared in the skill metadata (ask the author to declare required envs explicitly rather than embedding values); (3) whether network traffic is authenticated and encrypted (HTTPS/TLS) and where message data is stored/forwarded; (4) whether you are comfortable the agent will POST message contents (including files) to that host. If you do not control or trust the endpoint, avoid installing or only run the skill in an isolated/test environment. Ask the publisher for source code, official docs, and proof that this is an authorized integration with your WeChat account before granting the agent permission to send messages.
功能分析
Type: OpenClaw Skill Name: wechat-operate Version: 1.0.0 The 'wechat-operate' skill is designed to manage WeChat messages and contacts through a local API endpoint (192.168.29.1). The SKILL.md file defines standard tools for querying contacts and sending messages, and it explicitly includes a safety logic flow requiring user confirmation before any data is sent, which mitigates the risk of unauthorized actions.
能力评估
Purpose & Capability
The skill claims to query contacts and send WeChat messages and the SKILL.md provides specific HTTP endpoints and parameters that implement that. However, the manifest declares no required environment variables while SKILL.md relies on WECHAT_APPID (and even includes a concrete appid value). That mismatch is incoherent: either the skill should declare the appid as a required/optional env or avoid embedding it.
Instruction Scope
Runtime instructions tell the agent to call HTTP endpoints (GET/POST) to query contacts and send text/image/file content. Those calls will transmit whatever content the agent handles to the endpoint. The documented endpoint is a private IP (http://192.168.29.1:8080) and not an official WeChat API domain; this could be a local bridge or an arbitrary host. The skill does include confirmation steps before sending, which is good, but the instructions still allow sending potentially sensitive content to an external endpoint under the skill's control.
Install Mechanism
No install spec and no code files (instruction-only). Nothing will be written to disk by the skill bundle itself, which limits supply-chain risk.
Credentials
The SKILL.md references WECHAT_APPID (and provides a concrete example value) but the skill metadata lists no required environment variables or primary credential. This is inconsistent. The appid is not a secret credential by itself, but the skill will include it in network requests; the lack of declared env requirements reduces transparency about what the agent will send. Also, no authentication or TLS is described for the endpoint.
Persistence & Privilege
The skill is not always-enabled and does not request system config paths or other skills' credentials. Autonomous invocation is allowed by default, which is normal; there is no additional privileged persistence requested.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install wechat-operate
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /wechat-operate 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of the WeChat Operate skill for social management and message sending via WeChat. - Supports searching for friends, recent contacts, group chats, and group members. - Enables sending text, image, and file messages after verifying and confirming the recipient. - Implements a step-by-step workflow to ensure target confirmation and accurate message delivery.
元数据
Slug wechat-operate
版本 1.0.0
许可证 MIT-0
累计安装 9
当前安装数 9
历史版本数 1
常见问题

wechat-operate 是什么?

通过微信查询好友或群聊,确认目标后发送文本、图片或文件消息,实现社交管理与消息发送功能。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2182 次。

如何安装 wechat-operate?

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

wechat-operate 是免费的吗?

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

wechat-operate 支持哪些平台?

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

谁开发了 wechat-operate?

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

💬 留言讨论