Install
openclaw skills install @abigale-cyber/wechat-collectFetch a public WeChat article URL, archive the raw HTML, and convert the article into a stage-1 compatible brief in content-production/inbox/. Use when Codex needs to collect公众号文章素材 or start the Stage 2 collect-to-create pipeline from a public mp.weixin.qq.com URL.
openclaw skills install @abigale-cyber/wechat-collectCollect a public WeChat article and transform it into a brief that can be passed directly to case-writer-hybrid.
Run the default command:
.venv/bin/python -m skill_runtime.cli run-skill wechat-collect --input content-production/inbox/20260403-wechat-collect-url.txt
Pass a text file containing at least one URL. The first detected URL is used.
Example input file:
content-production/inbox/20260403-wechat-collect-url.txt
Write the brief to:
content-production/inbox/<date>-<slug>-gzh-brief.md
Write the raw archive to:
content-production/inbox/raw/wechat/<date>-<slug>.html
skills/wechat-collect/runtime.pyskill_runtime/engine.pyworkflows/stage2-wechat-pipeline.jsondocs/content-skills-implementation-plan.md