← 返回 Skills 市场
Wechat Look
作者
2720480371
· GitHub ↗
· v1.0.1
· MIT-0
138
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install wechat-look
功能描述
读取微信公众号文章的专用工具,支持OCR文字识别。自动规范化URL并提取文章内容,识别图片中的中英文文字。
安全使用建议
This skill appears coherent for reading WeChat articles and performing OCR, but before installing consider: (1) It will fetch article HTML and download every image referenced in the page — those image URLs are external and may reveal that you requested that page (privacy/fingerprinting). (2) The Node layer requires running 'npm install' which will install tesseract.js and other npm packages; npm packages can execute install scripts, so inspect package.json/package-lock and prefer installing in an isolated environment (container or sandbox) if you are cautious. (3) tesseract.js may attempt to fetch language model / WASM assets at runtime depending on configuration; this implies additional network access beyond image downloads. (4) The skill spawns local Node processes (subprocess) to perform OCR; confirm your environment policy allows executing the bundled scripts. If these behaviors are acceptable, the skill's footprint is proportionate to its purpose. If you need to limit exposure, run it in an isolated runtime, review the node modules, or modify the OCR scripts to use pre-downloaded language models.
功能分析
Type: OpenClaw Skill
Name: wechat-look
Version: 1.0.1
The skill bundle provides a legitimate utility for reading WeChat articles and performing OCR on embedded images using a Python and Node.js hybrid architecture. It uses subprocess.run safely to invoke Node.js scripts (ocr_chinese.js, ocr.js) and utilizes standard libraries like tesseract.js and requests for its core functionality. While the tool fetches external content and processes image URLs from the web, its behavior is consistent with the stated purpose, and no evidence of malicious intent, data exfiltration, or prompt injection was found.
能力评估
Purpose & Capability
Name/description (WeChat article extraction + OCR) match the provided Python and Node.js code: URL normalization, HTML extraction, downloading images, and invoking local Tesseract.js-based OCR. No unrelated credentials, binaries, or config paths are requested.
Instruction Scope
Runtime instructions and SKILL.md are focused on fetching WeChat article HTML, extracting image URLs, and running local Node.js OCR subprocesses — all within the stated purpose. Note: the runtime will perform network requests (fetch article HTML and download any images referenced in the page), and will spawn Node processes. Those are expected for this skill but are relevant privacy/security considerations (see guidance).
Install Mechanism
There is no platform install spec, but SKILL.md directs the user to run 'cd ocr_node && npm install'. The package.json/package-lock pull tesseract.js and node-fetch from the npm registry. This is a standard approach (moderate risk): npm packages can run install scripts and bring transitive dependencies, so verify packages before installing. No arbitrary URL downloads or unknown hosts are used in install steps.
Credentials
The skill requests no environment variables or credentials and the code does not read any secrets. The network access it needs (HTTP requests to WeChat pages and to image URLs) is proportional to OCR/extraction functionality.
Persistence & Privilege
Skill flags are default (not always:true). It does not request persistent system-level privileges or attempt to change other skills' configs. It spawns subprocesses and installs node modules in its own directory (normal for this architecture).
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install wechat-look - 安装完成后,直接呼叫该 Skill 的名称或使用
/wechat-look触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- Added detailed installation and system requirements, including Python and Node.js setup instructions.
- Documented explicit Python and Node.js dependencies and install steps for OCR components.
- Described the hybrid Python + Node.js architecture and runtime behavior.
- Expanded technical implementation details, including inter-process communication and OCR workflow.
- No changes to user-facing features or API.
v1.0.0
wechat-look-ocr 1.0.0 初始版本
- 自动规范化微信文章URL并添加/更新 `scene=1` 参数以绕过验证码
- 提取微信公众号文章纯文本内容
- 对文章中的图片进行中英文OCR识别,智能切换中英文模式
- 结构化返回内容,包括标题、作者、正文、图片数量、OCR结果等
- 错误处理和回退机制,符合OpenClaw安全规范
- 明确标记外部内容为未信任源
元数据
常见问题
Wechat Look 是什么?
读取微信公众号文章的专用工具,支持OCR文字识别。自动规范化URL并提取文章内容,识别图片中的中英文文字。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 138 次。
如何安装 Wechat Look?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install wechat-look」即可一键安装,无需额外配置。
Wechat Look 是免费的吗?
是的,Wechat Look 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Wechat Look 支持哪些平台?
Wechat Look 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Wechat Look?
由 2720480371(@2720480371)开发并维护,当前版本 v1.0.1。
推荐 Skills