# wechat-claw-skill **Repository Path**: ltdts_com/wechat-claw-skill ## Basic Information - **Project Name**: wechat-claw-skill - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-05-29 - **Last Updated**: 2026-05-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # wechat-claw 项目总览。Detailed docs: - 中文文档: [docs/README.zh.md](./docs/README.zh.md) - English documentation: [docs/README.en.md](./docs/README.en.md) - OpenClaw 接入: [docs/openclaw.zh.md](./docs/openclaw.zh.md) - OpenClaw integration: [docs/openclaw.en.md](./docs/openclaw.en.md) 微信公众号文章工具集,用于把结构化 JSON 内容渲染成公众号 HTML,并串联校验、配图规划、图片上传、草稿创建和发布流程。 `wechat-claw` is a toolkit for turning structured JSON articles into WeChat-ready HTML, with validation, image planning, upload, draft creation, and publishing helpers. ## Overview 当前仓库聚焦结构化的公众号文章生产与发布链路: - Multi-template WeChat article rendering from JSON - Article validation for metadata, structure, and unresolved placeholders - Automatic cover/body image planning - Optional pipeline hooks for image generation, upload, draft creation, and publish - Source collection from files, URLs, and raw text ## Visual Samples 功能介绍 / feature overview:

wechat-claw pain points overview wechat-claw capabilities overview wechat-claw image planning and pipeline overview

文章样例 / article examples:

wechat-claw article sample 1 wechat-claw article sample 2

## Support 如果这个项目对你有帮助,欢迎扫码赞赏支持维护。 If this project helps you, you can support its maintenance by scanning the QR code below.

wechat-claw donation QR code

## Templates Supported templates: - `daily-intelligence` - `weekly-financial` - `deep-analysis` - `industry-radar` - `product-release` - `breaking-watch` - `studio-brief` - `neo-brutalism` Template files live in [`templates/`](./templates). ## Scripts Core entry points: - [`scripts/collect_sources.py`](./scripts/collect_sources.py) - [`scripts/render_article.py`](./scripts/render_article.py) - [`scripts/validate_article.py`](./scripts/validate_article.py) - [`scripts/plan_images.py`](./scripts/plan_images.py) - [`scripts/run_pipeline.py`](./scripts/run_pipeline.py) ## Docs Choose one of the detailed guides: - 中文: [docs/README.zh.md](./docs/README.zh.md) - English: [docs/README.en.md](./docs/README.en.md) - OpenClaw 接入: [docs/openclaw.zh.md](./docs/openclaw.zh.md) - OpenClaw integration: [docs/openclaw.en.md](./docs/openclaw.en.md) ## Repository Layout ```text docs/ 中文 / English 详细文档 templates/ 公众号 HTML 模板 scripts/article_lib.py 核心渲染与校验逻辑 scripts/render_article.py scripts/validate_article.py scripts/plan_images.py scripts/run_pipeline.py scripts/collect_sources.py references/ 写作、标题、图片提示词参考 ``` ## Star History Star History Chart