Token导航 LogoToken导航TokenDH.com
研究检索敏感数据clawhub未标认证来源可访问clear审计提醒

wechat-article-forge微信文章伪造

Agent Skill

wechat-article-forge 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

21,984

周安装

916

GitHub Stars

1

下载量

7,328
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:wechat-article-forge(微信文章伪造)
来源仓库:https://github.com/chunhualiao/wechat-article-forge
安装命令:
openclaw skills install wechat-article-forge
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install wechat-article-forge

简介

端到端生成并发布微信公众号文章,从选题策划到排版发布全程覆盖。

  • 适合自媒体运营者批量产出高质量图文内容,提升账号影响力。
  • 内置质量检查环节,确保标题吸引力、正文逻辑与配图合规性。
  • 最终输出为可直接提交至公众号后台的素材包,需配合账号权限使用。
  • wechat-article-forge 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

name
wechat-article-writer
description
End-to-end 微信公众号 (WeChat Official Account) article writing and publishing pipeline. 9-step multi-agent workflow: topic research → Chinese-first writing → blind quality review → fact-check → formatting → human preview → scrapbook illustrations → draft box publish. Use when user asks to write, draft, or publish a WeChat article, or says "forge write/draft/publish/topic/voice/status".

wechat-article-writer

从选题到发布的公众号一体化写作工作流

Multi-agent pipeline: Orchestrator delegates writing and reviewing to independent subagents. The orchestrator never writes or reviews — it routes, tracks versions, and enforces quality gates.

Setup

bash <skill-dir>/scripts/setup.sh <workspace-dir>

Installs: bun runtime, bundled baoyu renderer deps, and a persistent preview server (wechat-preview.service, port 8898, auto-restart).

Scope

Handles: Topic research → Chinese-first writing → quality review → scrapbook illustrations → WeChat formatting → publishing to WeChat draft box (via Official Account API or CDP browser automation).

Does NOT handle: Git/version control, non-WeChat platforms, post-publish analytics, WeChat messaging/customer service.

Ends at: Article saved to WeChat draft box. User publishes manually.


Commands

Trigger any command below, or see skill.yml for the full trigger pattern list.

CommandWhat it does
forge topic XResearch trending angles, propose 3 options with hooks
forge write XFull pipeline: research → publish (9 steps)
forge draft XWrite + format only, stop before illustrations/publish (steps 1-7)
forge publish <slug>Publish an existing draft to WeChat
forge preview <slug>Render preview, run format quality checks
forge voice trainAnalyze past articles to extract voice profile
forge statusShow pipeline status and pending drafts

If no subject given, loads from session.json (set by forge topic). See references/data-layout.md.


Pipeline (9 Steps)

State persists to pipeline-state.json — survives compaction. See references/pipeline-state.md.

#StepWhoDetails
1Research + PrepOrchestrator(a) web_search for topic angles + 5-8 sources. (b) Verify each source exists (fetch title/authors/venue). Save as sources.json. (c) Load voice profile. (d) Generate outline (6-8 sections), save outline.md.
2WriteWriter subagentChinese-first draft. Writer MUST cite only from sources.json or mark [UNVERIFIED]. See references/writer-prompt.md
3ReviewReviewer subagentBlind 8-dimension craft scoring. See references/reviewer-rubric.md
4aRevise (auto)Writer subagentMax 2 automated cycles. Loop back to Step 3 if score < threshold.
4bRevise (human)Human-in-the-loopIf still below threshold after 2 auto cycles, user provides direction. Pauses pipeline.
5Fact-checkFact-Checker subagentVerify every claim via web search. Produces corrections + reference list. Max 2 fact-check cycles (corrections → re-verify). See references/fact-checker-prompt.md
6FormatScriptbash scripts/format.sh <draft-dir> [draft-file] [theme] — baoyu renderer (default theme: classic WeChat style). Themes: default/grace/simple. If fact-check required >3 text changes, Orchestrator does a spot re-review (Reviewer scores only changed paragraphs, not full article).
7PreviewHumanOpen http://<host>:8898/formatted.html (persistent preview server, systemd wechat-preview.service), await text approval
8Illustrate + Embedarticle-illustrator + scriptGenerate scrapbook images (AFTER text approval). ~$0.06/article via Z.AI (preferred, ~$0.015/image) or ~$0.50 via OpenRouter.
9PublishOrchestratorThree paths — check in order: (C) WeChat Official Account API via appid+appsecret (credentials at wechat_secrets_path in config.json) — preferred, most reliable; (A) OpenClaw browser tool with base64 chunking for macOS/Titan; or (B) direct CDP WebSocket for Linux/remote. Paths A+B use two-phase injection (text first, then images via clipboard blob paste). See references/browser-automation.md

Key Rules

  • Writer never self-reviews. Reviewer is blind — never sees outline or brief.
  • Illustrations LAST. Most expensive step. Only after user approves text.
  • article-illustrator is the ONLY image method. Must follow full scrapbook pipeline: read references/scrapbook-prompt.md → generate JSON plan with 300-500 char descriptions → call generate.py. Never bare prompts. Prefer Z.AI provider (~$0.015/image, 97.9% Chinese text accuracy) over OpenRouter (~$0.12/image).
  • Two-phase image injection. Base64 images are stripped on save. Inject text-only HTML first, then insert each image at the correct position via clipboard blob paste (WeChat auto-uploads to CDN). Verify image count + positions after insertion.
  • Browser tool vs direct CDP. On macOS/Titan where OpenClaw manages the browser, you MUST use the browser tool (Path A). Playwright isolates page contexts — external CDP connections see zero targets. On Linux with standalone Chrome, use direct CDP (Path B). See references/browser-automation.md.
  • Base64 chunking for browser tool. Raw HTML in the browser tool's fn parameter breaks due to escaping conflicts. Always base64-encode HTML, store in chunks via window._b, then atob() and inject. Track chunks_stored in pipeline state for compaction recovery.
  • Always save as draft. User publishes manually.
  • Check for WeChat API credentials first. If wechat_secrets_path credentials file (see config.json) exists, use Path C (API) — no browser required, more reliable. Fall back to Path A/B only if no credentials.
  • ensure_ascii=False is mandatory for WeChat API. requests(..., json=payload) escapes Chinese as \写\书. Always use data=json.dumps(..., ensure_ascii=False).encode('utf-8').
  • Topic fidelity: Every revision preserves the article's 初心 (purpose statement in pipeline-state.json). Drift = FAIL.

Image Counts by Type

TypeMinMax
科普35
教程36
观点24
资讯23

Review Dimensions

Reviewer scores 0-10 on craft-observable dimensions (not outcome predictions):

DimensionWeight
Insight Density (洞察密度)20%
Originality (新鲜感)15%
Emotional Resonance (情感共鸣)15%
Completion Power (完读力)15%
Voice (语感)10%
Evidence (论据)10%
Content Timeliness (内容时效性)10%
Title (标题)5%

Pass: weighted_total ≥ 9.0, no dimension below 7, Originality ≥ 8.

Hard blockers (instant FAIL): 教材腔, 翻译腔, 鸡汤腔, 灌水, 模板化, 标题党.

Full rubric with scoring criteria: references/reviewer-rubric.md


Architecture

Orchestrator (Main Agent) — routes, tracks, enforces gates
    ├── Writer Subagent — drafts + revises (Opus model)
    ├── Reviewer Subagent — blind scoring (Sonnet model)
    ├── Fact-Checker Subagent — verifies claims via web search (Sonnet model)
    └── article-illustrator — scrapbook images (after text passes)

Configuration

Configure via ~/.wechat-article-writer/config.json (generated by scripts/setup.sh):

FieldDefaultDescription
default_article_type"教程"Default article type (科普/教程/观点/资讯)
wechat_secrets_path~/.wechat-article-writer/secrets.jsonPath to WeChat API credentials
chrome_debug_port18800Chrome CDP port for browser automation (Path B)
wechat_authorAuthor name shown in WeChat draft
word_count_targetsSee defaultsMin/max word counts per article type

See references/data-layout.md for full config schema.


References

FileWhen to load
references/writer-prompt.mdStep 2 (writing) and Step 4 (revision)
references/reviewer-rubric.mdStep 3 (review) — full 8-dimension scoring criteria
references/fact-checker-prompt.mdStep 5 — claim extraction, verification, correction protocol
references/viral-article-traits.mdStep 2 — Writer self-check list
references/pipeline-state.mdOn resume or compaction — state machine schema + protocol
references/browser-automation.mdStep 9 — Two publishing paths: Path A (OpenClaw browser tool) and Path B (direct CDP). Includes base64 chunking, image insertion, save verification.
references/LESSONS_LEARNED.mdHard-won lessons from production publishing sessions (escaping, selectors, mixed content, costs)
references/data-layout.mdDirectory structure, slug generation, config/session schemas
references/agent-config.mdSetup — Gateway, AGENTS.md, environment config
references/quality-checks.mdSteps 3, 7 — content/format quality gates
references/figure-generation-guide.mdStep 8 — illustration placement heuristics
references/wechat-html-rules.mdStep 6 — what HTML/CSS works in WeChat
references/templates.mdStep 1 — starting templates by article type
references/voice-profile-schema.jsonStep 1 — voice profile field definitions
references/default-voice-profile.jsonStep 1 — fallback voice profile

适合场景

01

调用多模型

02

代码和文本生成

03

Agent 推理流程

04

OpenRouter 模型接入

能力概览

能力 1

统一调用多种 LLM

能力 2

支持 Claude、Gemini、Kimi 等模型

能力 3

适合聊天、代码和推理任务

能力 4

可作为 Agent 模型调用入口

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

71.97%
按下载量换算5,274

安全审计

VirusTotal

可疑

ClawScan

可疑

Static analysis

未展示

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills