← 返回 Skills 市场
chuntong007

WeChat Read CN

作者 Lnation · GitHub ↗ · v2.2.0 · MIT-0
darwin ⚠ suspicious
168
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install wechat-read-cn
功能描述
Read chat history from a WeChat contact or group via macOS desktop client screenshot + agent OCR. Use when the user asks to read, view, check, or retrieve We...
安全使用建议
This skill legitimately automates the WeChat desktop app and OCRs screenshots. Before installing: (1) Confirm you want to grant Accessibility and Screen Recording to the agent/terminal (these permissions let it control apps and capture your screen). (2) Be aware the scripts paste the contact name into the clipboard and write screenshots and a temporary clipboard file under /tmp — those may contain sensitive chat data; clear the clipboard/temporary files afterward if desired. (3) There are no network exfiltration indicators in the code, but review the scripts yourself if you have additional privacy concerns and test with a non-sensitive account first. (4) If you no longer need it, revoke Accessibility/Screen Recording and uninstall cliclick.
功能分析
Type: OpenClaw Skill Name: wechat-read-cn Version: 2.2.0 The skill bundle utilizes high-privilege macOS utilities including 'osascript' for UI automation, 'screencapture' for screen recording, and 'cliclick' for mouse simulation to extract WeChat chat history. While these capabilities are aligned with the stated purpose, they represent a high-risk behavior profile requiring broad Accessibility and Screen Recording permissions. Additionally, the scripts (wechat_read.sh and its variants) lack input sanitization when passing the contact name to AppleScript blocks, which could lead to local code execution via AppleScript injection. No evidence of intentional data exfiltration or malicious intent was found.
能力评估
Purpose & Capability
Name/description match the implementation: macOS-only UI automation + screenshots + Vision OCR. Required binary (cliclick) and macOS-specific tooling (osascript, screencapture, swift/ Vision) are appropriate and proportional for this function.
Instruction Scope
Runtime instructions and scripts perform UI automation (activate/resizes WeChat, paste search text, press keys), take screenshots, run local OCR via Swift Vision, and write/read files under /tmp (e.g., /tmp/wechat_read_search.png, /tmp/wechat_read_p*.png, /tmp/wechat_read_clip.txt). These actions are expected for the stated goal but require Accessibility and Screen Recording permissions and will touch the clipboard and temporary files (sensitive user data). There are no instructions to send data to external network endpoints.
Install Mechanism
Install spec is a single brew formula (cliclick). No downloads from arbitrary URLs, no npm/go artifacts, and the skill ships its scripts as plain shell files. Install mechanism is standard and proportionate.
Credentials
No environment variables or credentials are requested. The scripts require macOS permissions (Accessibility, Screen Recording) which are necessary for UI automation and screenshot capture; this is proportional to the feature.
Persistence & Privilege
always is false and the skill does not request to persist or modify other skills or system-wide settings. It runs ad-hoc UI automation and writes temporary files only; autonomous invocation is allowed by default but not exceptional here.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install wechat-read-cn
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /wechat-read-cn 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.2.0
v2.2: scroll_to_bottom 改用 End 键(key code 119)直达底部;上下翻页改用 PgUp(key code 116)/ PgDown(key code 121),替代原方向键重复方案
v2.0.1
wechat-read-cn 2.0.1 - Added _meta.json for metadata support. - Introduced automatic contact location and verification mode: the script now tries fast locate + OCR verify first, falls back to Agent-assisted coordinate selection only if verification fails. - Significantly improved speed and reliability for chat reading (≈6s typical, <1% fallback rate). - Old two-stage flow (--enter & --capture) retained for backward compatibility. - Exit code conventions documented for clear Agent/script handoff.
v1.1.0
基于 wechat-read 开发,SKILL.md 全面中文化,截图OCR逻辑与参数完全保留
元数据
Slug wechat-read-cn
版本 2.2.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 3
常见问题

WeChat Read CN 是什么?

Read chat history from a WeChat contact or group via macOS desktop client screenshot + agent OCR. Use when the user asks to read, view, check, or retrieve We... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 168 次。

如何安装 WeChat Read CN?

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

WeChat Read CN 是免费的吗?

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

WeChat Read CN 支持哪些平台?

WeChat Read CN 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(darwin)。

谁开发了 WeChat Read CN?

由 Lnation(@chuntong007)开发并维护,当前版本 v2.2.0。

💬 留言讨论