wechat-collect

Fetch 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.

3,891 stars

Best use case

wechat-collect is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Fetch 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.

Teams using wechat-collect should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/wechat-collect/SKILL.md --create-dirs "https://raw.githubusercontent.com/openclaw/skills/main/skills/abigale-cyber/wechat-collect/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/wechat-collect/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How wechat-collect Compares

Feature / Agentwechat-collectStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Fetch 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.

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

Related Guides

SKILL.md Source

# WeChat Collect

Collect a public WeChat article and transform it into a brief that can be passed directly to `case-writer-hybrid`.

## Quick Start

Run the default command:

```bash
.venv/bin/python -m skill_runtime.cli run-skill wechat-collect --input content-production/inbox/20260403-wechat-collect-url.txt
```

## Prepare Input

Pass a text file containing at least one URL. The first detected URL is used.

Example input file:

```text
content-production/inbox/20260403-wechat-collect-url.txt
```

## Follow Collection Workflow

1. Fetch the public article HTML from the first detected URL.
2. Extract title, author, date, and candidate正文段落 from the page.
3. Build a stage-1 compatible brief that downstream writing steps can reuse.
4. Archive the raw HTML for traceability and later extraction tuning.

## Write Output

Write the brief to:

```text
content-production/inbox/<date>-<slug>-gzh-brief.md
```

Write the raw archive to:

```text
content-production/inbox/raw/wechat/<date>-<slug>.html
```

## Respect Constraints

- Only works for publicly reachable article URLs
- Deleted articles or anti-crawl variants may produce reduced-quality extraction or fail explicitly
- Current extraction is usable for pipeline intake, but still needs quality tuning for cleaner argument mining

## Read Related Files

- Shared runtime: `skills/wechat-collect/runtime.py`
- Pipeline entry: `skill_runtime/engine.py`
- Stage 2 workflow: `workflows/stage2-wechat-pipeline.json`
- Planning reference: `docs/content-skills-implementation-plan.md`

Related Skills

Debt Collection & Recovery Playbook

3891
from openclaw/skills

Generate compliant debt recovery strategies, collection letter sequences, and payment plan frameworks.

Finance & Investing

name: welight-wechat-layout-publish

3891
from openclaw/skills

description: Welight standalone skill for turning an article into WeChat Official Accounts compatible Markdown/HTML, presenting built-in theme choices, and publishing to WeChat as a draft or formal post when publishing prerequisites are already configured.

Content & Documentation

wechat-publisher

3891
from openclaw/skills

一键发布 Markdown 到微信公众号草稿箱。基于 wenyan-cli,支持多主题、代码高亮、图片自动上传。

Content & Documentation

wechat-report

3891
from openclaw/skills

Generate a structured comparison report for multiple WeChat Official Account articles under one topic. Use this when the user wants several公众号文章 collected into one local report with article metadata, engagement status, content structure tables,爆款写法标签, and a later optional Feishu sync step.

wechat-studio

3891
from openclaw/skills

Launch a local WeChat article workbench for Markdown import, WeChat HTML preview, theme tuning, image selection, and optional draft push. Use when Codex needs a browser-based preview and manual QA layer before publishing.

wechat-formatter

3891
from openclaw/skills

Render article markdown into WeChat-style HTML as an independent executor. Use when Codex needs公众号排版预览, WeChat HTML output, or a publishable HTML artifact generated from an article markdown draft.

wechat-article-extractor

3891
from openclaw/skills

Extract metadata and content from WeChat Official Account articles. Use when user needs to parse WeChat article URLs (mp.weixin.qq.com), extract article info (title, author, content, publish time, cover image), or convert WeChat articles to structured data. Supports various article types including posts, videos, images, voice messages, and reposts.

wechat-monitor

3891
from openclaw/skills

微信公众号调研 + 监控 + 报告推送。每个产品独立目录,互不影响。

wechat-auto-publishing-complete

3891
from openclaw/skills

Use this skill to fully reproduce and operate a local end-to-end WeChat Official Account publishing workflow: prepare the environment, validate dependencies, configure non-sensitive placeholders for credentials, gather source material, draft articles, prepare cover and body images, assemble a WeChat-ready Markdown package, publish to draft, optionally submit for formal publication, poll status, archive outputs, and attach scheduling or alerting. Use whenever the user wants a complete reproducible公众号自动发文 skill with environment setup, templates, runbooks, and execution scaffolding, while keeping all secrets and personal account details outside the skill package. Key real-world findings: freepublish does not always behave like manual platform publishing for homepage visibility, production mode should often default to draft-only, image files must be validated by real format rather than extension alone, and multi-account deployments should use isolated directories.

aws-wechat-article-review

3891
from openclaw/skills

审核公众号文章,检查敏感词、错别字、合规性和写作规范,输出修改清单。当用户提到「审稿」「审核」「检查一下」「校对」「合规」「敏感词」「错别字」「帮我看看」「写完了」「检查下有没有问题」「能不能发」时使用。

aws-wechat-article-publish

3891
from openclaw/skills

将文章发布到微信公众号(API 写入草稿箱或提交发布),含发布前检查。当用户提到「发布」「提交」「群发」「推送」「发出去」「上传到公众号」「发到公众号」「可以发了吗」「发布前检查」时使用。

aws-wechat-article-main

3891
from openclaw/skills

管理微信公众号从选题到发布的完整内容的固定流程,路由到各子能力。任何新任务执行时必须严格按这个流程顺序推进,选题 → 写稿 → 审稿(内容审) → 排版 → 配图 → 审稿(终审) →发布 ,且每一步完成是进入下一步的前提。当用户提到「公众号运营」「自动运营」「发篇文章」「内容规划」「怎么运营」「一条龙」「完整流程」「从头做」「帮我发一篇」「今天发什么」或需要了解整体流程时使用。