← 返回 Skills 市场
aw11100

wechat_messaging

作者 aw11100 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
391
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install wechatmessaging
功能描述
通过微信查询好友并确认后,向指定好友发送文本消息,支持多好友选择和发送确认流程。
安全使用建议
Do not install blindly. Verify with the author or maintainer: (1) why the registry lists no required env vars while SKILL.md uses WECHAT_APPID; ask them to declare and document required credentials rather than embedding them; (2) confirm the intended API base URL — the file currently points at 192.168.29.1 (an internal IP) which could cause the agent to talk to an untrusted local service; replace with a trusted HTTPS domain; (3) never use the skill with sensitive messages until you trust the endpoint and credential handling; (4) ask for code or an audited implementation if you need to run this in production. Because the skill will transmit message content and contact identifiers to the configured endpoint, treat the endpoint and credentials as sensitive and validate them out-of-band before use.
功能分析
Type: OpenClaw Skill Name: wechatmessaging Version: 1.0.0 The skill bundle provides a standard interface for sending WeChat messages through a local or private API endpoint (192.168.29.1:8080). The instructions in SKILL.md enforce a safe operational flow by requiring the agent to query for a friend and obtain user confirmation before sending any content. While it contains a hardcoded WECHAT_APPID, there is no evidence of malicious intent, data exfiltration, or unauthorized command execution.
能力评估
Purpose & Capability
The stated purpose (query contacts and send WeChat text messages) aligns with the described API calls (queryFriend, sendText). However the registry metadata declares no required environment variables while SKILL.md uses WECHAT_APPID (and even provides a concrete value). That mismatch is incoherent and should be resolved.
Instruction Scope
Instructions direct the agent to call an external endpoint (base URL set to https://192.168.29.1:8080) and to use an appid value embedded in the SKILL.md. The flow itself (query then confirm then send) is scoped to messaging, but the hardcoded appid and the use of an IP-address endpoint (likely an internal host) are risky: the agent will send user-supplied message content and contact identifiers to that endpoint. There are no directives to authenticate beyond the appid, and no safeguards about what data to transmit.
Install Mechanism
Instruction-only skill with no install spec or code files. This minimizes disk write/execution risk; no installers or external packages are pulled.
Credentials
The registry advertised no required env vars, yet SKILL.md references WECHAT_APPID (and populates it with a concrete value). Hardcoding what appears to be an application credential in SKILL.md is inappropriate for a public skill and suggests either sloppy packaging or unintended exposure of a secret. The endpoint also implies the skill expects a reachable service that is not declared.
Persistence & Privilege
Skill does not request always:true and is user-invocable only. It does not claim to modify other skills or system settings. Autonomous invocation is permitted (platform default) but there are no extra persistence privileges requested.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install wechatmessaging
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /wechatmessaging 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of wechat_messaging skill. - Allows sending messages to WeChat friends via API. - Workflow: search for friend → confirm recipient → send message. - Supports querying friends by name and sending text to selected contact. - Enforces confirmation step before sending messages.
元数据
Slug wechatmessaging
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

wechat_messaging 是什么?

通过微信查询好友并确认后,向指定好友发送文本消息,支持多好友选择和发送确认流程。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 391 次。

如何安装 wechat_messaging?

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

wechat_messaging 是免费的吗?

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

wechat_messaging 支持哪些平台?

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

谁开发了 wechat_messaging?

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

💬 留言讨论