ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

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.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/abigale-cyber/wechat-collect
Or

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:

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

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:

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

Write the raw archive to:

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

Metadata

Stars4473
Views0
Updated2026-05-01
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-abigale-cyber-wechat-collect": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.

Related Skills

humanizer-zh

Remove obvious AI-writing traces from Chinese text in a constrained way. Use when Codex needs to reduce AI smell without changing facts, data, or the article's core argument.

abigale-cyber 4473

news-aggregator-skill

Comprehensive news aggregator that fetches, filters, and deeply analyzes real-time content from 28 sources including Hacker News, GitHub, Hugging Face Papers, AI Newsletters, WallStreetCN, Weibo, and Podcasts. Use when user requests 'daily scans', 'tech news', 'finance updates', 'AI briefings', 'deep analysis', or says '如意如意' to open the interactive menu.

abigale-cyber 4473

feishu-bitable-sync

Sync a local `wechat-report` result into Feishu Bitable after the user has reviewed the report and confirmed the sync.

abigale-cyber 4473

wechat-formatter

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.

abigale-cyber 4473

tavily-research

Conduct comprehensive AI-powered research with citations via the Tavily CLI. Use this skill when the user wants deep research, a detailed report, a comparison, market analysis, literature review, or says "research", "investigate", "analyze in depth", "compare X vs Y", "what does the market look like for", or needs multi-source synthesis with explicit citations. Returns a structured report grounded in web sources. Takes 30-120 seconds. For quick fact-finding, use tavily-search instead.

abigale-cyber 4473