← Back to Skills Marketplace
calvin-dean

微信Mac版消息发送

by calvin-dean · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
150
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install wechat-send-message
Description
在微信 Mac 版发送消息。当用户提到"微信发消息"、"发微信"、"给 XXX 发微信"时触发。
Usage Guidance
这项技能通过在 macOS 上模拟点击与键盘事件来发送微信消息——在概念上可行,但有几个需要注意的点: - 平台与依赖不一致:SKILL.md 使用 cliclick 和 osascript(macOS),但技能清单没有标注“仅 macOS 可用”或声明需要安装 cliclick。请确认你将把技能用于 macOS,并且在信任且来自官方来源的前提下自行安装 cliclick。 - 权限与隐私:运行将需要 macOS 的辅助功能/可访问性权限(System Events 控制 UI),并会设置/粘贴剪贴板。允许这类权限会让技能能够控制应用并替换剪贴板内容;如果你有敏感剪贴板数据或不希望自动发送消息,应谨慎。 - 操作风险:SKILL.md 使用硬编码坐标与节拍(sleep),在不同屏幕布局或缩放下可能误点或发送给错误联系人。建议在非生产环境中先手动测试并要求每次发送前有显式确认步骤。 - 可信度与改进建议:仅在你能接受本地 GUI 自动化的风险且愿意手动验证依赖/权限时安装。更安全的改动包括:在元数据中声明 macOS 限制和所需二进制,提供 cliclick 的可信安装说明,添加显式“发送前确认”步骤,并在 SKILL.md 中说明需要授予的 macOS 权限及其影响。 如果你 want,我可以帮你列出一个更安全的安装/运行检查清单或把 SKILL.md 中的隐式步骤改成带确认的流程。
Capability Analysis
Type: OpenClaw Skill Name: wechat-send-message Version: 1.0.0 The skill bundle provides instructions for an AI agent to automate sending messages via the WeChat Mac application. It uses standard macOS utilities like 'open' and 'osascript' (AppleScript) along with the 'cliclick' tool to interact with the UI. The logic in SKILL.md is transparent, aligns perfectly with the stated purpose, and shows no signs of data exfiltration, malicious execution, or prompt injection attacks.
Capability Assessment
Purpose & Capability
技能声明是在“微信 Mac 版发送消息”,SKILL.md 的步骤确实通过 GUI 自动化(open、osascript、鼠标点击、键盘事件)实现该目的,功能上相符。但是清单里没有声明这是 macOS 专用,也没有声明需要外部工具(SKILL.md 使用了 cliclick),这与技能目的不一致并且会误导安装/运行环境判断。
Instruction Scope
运行时指令会控制系统 UI(System Events)、设置与粘贴剪贴板内容、在特定屏幕坐标点击并发送消息;这超出简单 API 调用,要求系统“辅助功能/可访问性”权限。指令本身没有提示需要这些权限、没有要求用户确认发送,也未处理可能的隐私风险(如当前剪贴板内容被覆盖或误发送)。它还建议调用另一个技能(person-relation-manager),但未说明授权边界。
Install Mechanism
该技能为 instruction-only、无 install spec(本身风险较低),但依赖外部二进制 cliclick(在 SKILL.md 中直接调用)且没有在元数据或 requirements 中声明或提供安装方式。缺乏对外部二进制来源/安装步骤的说明是潜在风险。
Credentials
元数据未请求环境变量或凭据,与功能实现(本地 GUI 自动化)一致。没有要求访问 unrelated 云凭据或键名。
Persistence & Privilege
技能未设置 always:true,也未声明修改其他技能或系统配置。允许自主调用(平台默认)但这本身并未与其他高权限要求组合出现。
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install wechat-send-message
  3. After installation, invoke the skill by name or use /wechat-send-message
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
首发版本,支持搜索联系人并发送消息
Metadata
Slug wechat-send-message
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is 微信Mac版消息发送?

在微信 Mac 版发送消息。当用户提到"微信发消息"、"发微信"、"给 XXX 发微信"时触发。 It is an AI Agent Skill for Claude Code / OpenClaw, with 150 downloads so far.

How do I install 微信Mac版消息发送?

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

Is 微信Mac版消息发送 free?

Yes, 微信Mac版消息发送 is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does 微信Mac版消息发送 support?

微信Mac版消息发送 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created 微信Mac版消息发送?

It is built and maintained by calvin-dean (@calvin-dean); the current version is v1.0.0.

💬 Comments