← 返回 Skills 市场
wechat-pack
作者
rockbotclub
· GitHub ↗
· v1.0.0
440
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install wechat-pack
功能描述
Convert local .docx or Markdown files into WeChat-ready HTML and generate a publish folder (source/assets/cover/wechat). Use when packaging documents for WeC...
安全使用建议
This skill appears to do what it says, but review and be mindful of a few practical points before running: (1) The script will fetch external image URLs over the network — remote image hosts could record requests or attempt to track you, so only run on documents whose image sources you trust. (2) Converting .docx requires pandoc on PATH; installing pandoc is separate and you should obtain it from the official source. (3) Pillow and a Python markdown package are optional for extra features; install only from trusted package indexes. (4) The script writes files into a new output folder (source/, assets/, cover/, wechat/) — check the output and the script source if you want to confirm there is no undesired behavior. Overall the footprint is local and coherent with the stated purpose; no credentials or hidden endpoints were found.
功能分析
Type: OpenClaw Skill
Name: wechat-pack
Version: 1.0.0
The skill is classified as suspicious due to significant vulnerabilities that could lead to local file disclosure and arbitrary URL fetching. The `scripts/pack_wechat.py` script, when processing user-provided input files, will copy local files referenced in `<img>` tags (e.g., `<img src="/etc/passwd">`) into the output `assets/` directory, making them accessible. Additionally, the script downloads images from arbitrary URLs specified in the input document or via the `--cover` argument, allowing the agent to make network requests to arbitrary external endpoints. While these capabilities are related to the skill's stated purpose, they represent critical vulnerabilities that could be exploited by a malicious user providing crafted input, without clear evidence of intentional malicious behavior by the script author.
能力评估
Purpose & Capability
Name/description (wechat-pack) align with included script and SKILL.md: the script converts docx/markdown/html to HTML, applies inline styles, downloads external images into assets/, and generates cover variants when Pillow is available. No unrelated services, credentials, or binaries are requested.
Instruction Scope
SKILL.md instructions are consistent with the script: they call ./wechat_pack <file>, require pandoc for .docx conversion, and note that external images are downloaded and rewritten locally. The runtime instructions do not direct the agent to read unrelated system files, environment variables, or send data to unexpected endpoints. The script does open network connections to fetch images (urllib.request) which is expected behavior for the stated purpose.
Install Mechanism
There is no install spec (instruction-only), so nothing is automatically downloaded or installed by the platform. The included Python script runs locally and uses only standard libraries plus optional markdown and Pillow packages; this is proportionate to the task.
Credentials
The skill declares no required environment variables, credentials, or config paths. The script does not attempt to read or require secrets. It does call an external program (pandoc) if converting .docx, which is documented.
Persistence & Privilege
The skill is not forced-always, does not request elevated platform privileges, and does not modify other skills or system-wide agent settings. It runs as a discrete utility producing local output files.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install wechat-pack - 安装完成后,直接呼叫该 Skill 的名称或使用
/wechat-pack触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of wechat-pack.
- Converts local .docx or Markdown files into WeChat-ready HTML.
- Generates a publish folder containing source files, local assets, HTML, and metadata.
- Supports image extraction and rewriting to local assets folder.
- Optionally generates cover images in multiple sizes if Pillow is installed.
- Requires pandoc for .docx conversion.
- Command-line tool with options for output directory, title, and cover image.
元数据
常见问题
wechat-pack 是什么?
Convert local .docx or Markdown files into WeChat-ready HTML and generate a publish folder (source/assets/cover/wechat). Use when packaging documents for WeC... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 440 次。
如何安装 wechat-pack?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install wechat-pack」即可一键安装,无需额外配置。
wechat-pack 是免费的吗?
是的,wechat-pack 完全免费(开源免费),可自由下载、安装和使用。
wechat-pack 支持哪些平台?
wechat-pack 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 wechat-pack?
由 rockbotclub(@rockbotclub)开发并维护,当前版本 v1.0.0。
推荐 Skills