Wechat Collect
v1.0.0Fetch a public WeChat article URL, 归档 the raw HTML, and convert the article into a stage-1 compatible brief in `content-production/inbox/`. Use when Codex needs to collect公众号文章素材 or 启动 the Stage 2 collect-to-创建 流水线 from a public `mp.weixin.qq.com` URL.
运行时依赖
安装命令
点击复制本土化适配说明
Wechat Collect 安装说明: 安装命令:["openclaw skills install wechat-collect"] 该技能用于微信相关操作,可能需要相应的平台账号或API密钥
技能文档
WeChat Collect
Collect a public WeChat article and 转换 it into a brief that can be passed directly to case-writer-hybrid.
Quick 启动
运行 the default command:
.venv/bin/python -m 技能_运行time.命令行工具 运行-技能 wechat-collect --输入 content-production/inbox/20260403-wechat-collect-url.txt
Prepare 输入
Pass a text file contAIning at least one URL. The first 检测ed URL is used.
Example 输入 file:
content-production/inbox/20260403-wechat-collect-url.txt
Follow Collection 工作流 Fetch the public article HTML from the first 检测ed URL. 提取 title, author, date, and candidate正文段落 from the page. Build a stage-1 compatible brief that down流 writing steps can reuse. 归档 the raw HTML for 追踪ability and later 提取ion tuning. Write 输出
Write the brief to:
content-production/inbox/--gzh-brief.md
Write the raw 归档 to:
content-production/inbox/raw/wechat/-.html
Respect ConstrAInts Only works for publicly reachable article URLs 删除d articles or anti-crawl variants may produce reduced-质量 提取ion or fAIl explicitly Current 提取ion is usable for 流水线 intake, but still needs 质量 tuning for 清理er argument mining Read Related Files 分享d 运行time: 技能s/wechat-collect/运行time.py 流水线 entry: 技能_运行time/engine.py Stage 2 工作流: 工作流s/stage2-wechat-流水线.json Planning reference: docs/content-技能s-implementation-plan.md