Wechat Article Formatter

v1.0.0

微信公众号文章排版优化工具,支持段落分明、标题层级、可读性增强、多种排版风格。专为公众号运营者设计。

0· 36·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (WeChat article formatter) align with the included CLI/library code. The script implements paragraph splitting, heading/list/quote formatting, emoji/image removal and analysis — all consistent with the stated purpose. No unrelated credentials, binaries, or external services are requested.
Instruction Scope
SKILL.md instructs running the included Node script against local files and using its API; the runtime instructions and the script stay within that scope (read input file, analyze/format, optionally write output). The README mentions a config directory but the script does not read external config files, so that's a minor documentation mismatch but not a security concern.
Install Mechanism
No install spec; this is instruction-plus-source. The only runtime requirement is Node.js (declared in SKILL.md as Node 14+). No downloads, external packages, or archive extraction are performed by the skill itself.
Credentials
The skill requests no environment variables, no credentials, and accesses only files the user explicitly provides. There are no secret-containing env vars or config paths required.
Persistence & Privilege
always is false; the skill does not alter other skills or system-wide agent settings. It runs as an on-demand script and exports functions for programmatic use. No persistent background behavior is requested.
Assessment
The skill appears coherent and local-only, but as with any community-provided script: 1) inspect the script (scripts/format-article.js) before running; 2) run it on non-sensitive/sample files first to verify behavior; 3) ensure Node.js 14+ is available; 4) be careful with output file paths to avoid overwriting important files; 5) the README mentions config/config.json but the script doesn't load it — if you add or use external config, review that file for safety. No network activity or credential requests were found.

Like a lobster shell, security has layers — review code before you run it.

latestvk977cw4h4zmee9kjzkbc0vyhkx843vwd

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments