← Back to Skills Marketplace
n1neman

wewe-rss WeChat Export

by Wanli Chen · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
122
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install wewe-rss-wechat-export
Description
适配 wewe-rss 的公众号抓取与导出工具:把微信公众号 / JSON feed 批量导出为清洗后的 DOCX 文档,并支持日期前缀命名与 zip 打包。适用于导出公众号文章、批量生成 Word 交付包、保留正文清洗结果等场景。
Usage Guidance
This skill appears to be what it says: a feed->DOCX exporter implemented as Node/Bash scripts. Before installing: (1) Verify required binaries (node, pandoc, curl, python3) are present and up-to-date. (2) Run the export in a controlled folder to avoid overwriting important files (the script writes into output_dir). (3) Only feed URLs you trust / are allowed to scrape; the tool will perform network requests and download images/resources from the feed. (4) Installation reads your OpenClaw workspace config (~/.openclaw/openclaw.json) to determine where to place files — review the INSTALL.md steps and run them manually if you prefer. (5) If you need higher assurance, review the full export-feed-single-pages.mjs script (included) to confirm no unexpected endpoints or behavior for your use case.
Capability Analysis
Type: OpenClaw Skill Name: wewe-rss-wechat-export Version: 1.0.0 The skill bundle is a legitimate tool for exporting WeChat articles from wewe-rss JSON feeds into DOCX and ZIP formats. It utilizes a Node.js script (export-feed-single-pages.mjs) to fetch content via curl, sanitize HTML, and localize images, followed by conversion using pandoc. The implementation includes proper input sanitization for filenames and URLs, and the shell wrapper (run-export-feed.sh) uses inline Python for safe path slugging and zipping. No evidence of data exfiltration, unauthorized execution, or malicious prompt injection was found.
Capability Assessment
Purpose & Capability
Name/description match the included scripts and README. The package contains export scripts that fetch JSON feeds, clean HTML, localize images, and call pandoc to produce DOCX — which is coherent with an exporter. Manifest network permission is appropriate for fetching feeds.
Instruction Scope
SKILL.md and the scripts restrict runtime behavior to fetching feed URLs, cleaning/html-to-docx conversion, local image downloads, writing results into the chosen output directory, and optional zipping. Installation instructions read the OpenClaw workspace config (~/.openclaw/openclaw.json) to determine install destination — this is expected for installing into the platform but is something to be aware of. The scripts run subprocesses (curl, node, pandoc, python3) and perform network I/O and filesystem writes (output_dir); this is necessary for the stated task but you should run it with feeds you trust and in an appropriate directory to avoid accidental overwrites.
Install Mechanism
There is no automated installer that downloads remote code. INSTALL.md instructs manual copying/unzip into the OpenClaw workspace and restarting the gateway. No external archive URLs or opaque downloads are used by the skill itself.
Credentials
The skill declares no required environment variables or credentials. It optionally respects EXPORT_FEED_OUTPUT_ROOT as a convenience. It does not request unrelated secrets or system-wide credentials; requested binaries (node, pandoc, curl, python3) are reasonable for the task.
Persistence & Privilege
always:false and user-invocable; the skill does not request persistent platform privileges or modify other skills' configurations. Installation writes files into the OpenClaw workspace (expected for a skill) and suggests restarting the gateway — normal for installing local skills.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install wewe-rss-wechat-export
  3. After installation, invoke the skill by name or use /wewe-rss-wechat-export
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial public release.
Metadata
Slug wewe-rss-wechat-export
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is wewe-rss WeChat Export?

适配 wewe-rss 的公众号抓取与导出工具:把微信公众号 / JSON feed 批量导出为清洗后的 DOCX 文档,并支持日期前缀命名与 zip 打包。适用于导出公众号文章、批量生成 Word 交付包、保留正文清洗结果等场景。 It is an AI Agent Skill for Claude Code / OpenClaw, with 122 downloads so far.

How do I install wewe-rss WeChat Export?

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

Is wewe-rss WeChat Export free?

Yes, wewe-rss WeChat Export is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does wewe-rss WeChat Export support?

wewe-rss WeChat Export is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created wewe-rss WeChat Export?

It is built and maintained by Wanli Chen (@n1neman); the current version is v1.0.0.

💬 Comments