← Back to Skills Marketplace
Wechat Preflight Check
by
Kevin Stone
· GitHub ↗
· v1.0.0
· MIT-0
34
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install wechat-preflight-check
Description
用于微信公众号发布前检查 Markdown 文章
README (SKILL.md)
微信公众号发布前检查工具
用途
在将 Markdown 文章发布到微信公众号之前,进行自动化检查以确保文章格式正确、素材齐全。
何时调用
当用户要求检查微信公众号文章是否符合发布标准时调用此 skill。
检查项清单
- 是否存在 frontmatter(YAML 头部信息)
- 是否存在 title(文章标题)
- 是否存在 cover(封面图片)
- cover 是否为可访问 URL 或存在的本地文件
- Markdown 文章内的图片路径是否存在
- 是否发现 Obsidian wiki 图片链接 ![[...]](微信不支持)
- 是否存在未标注语言的 fenced code block
执行命令
python3 scripts/check.py \x3Cmarkdown_file>
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install wechat-preflight-check - After installation, invoke the skill by name or use
/wechat-preflight-check - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of wechat-preflight-check:
- Checks Markdown articles before publishing to WeChat Official Account.
- Verifies presence of frontmatter, title, and cover.
- Validates cover image accessibility (URL or local file).
- Ensures all image paths in the article exist.
- Flags unsupported Obsidian wiki image links.
- Detects fenced code blocks missing language annotation.
Metadata
Frequently Asked Questions
What is Wechat Preflight Check?
用于微信公众号发布前检查 Markdown 文章. It is an AI Agent Skill for Claude Code / OpenClaw, with 34 downloads so far.
How do I install Wechat Preflight Check?
Run "/install wechat-preflight-check" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Wechat Preflight Check free?
Yes, Wechat Preflight Check is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Wechat Preflight Check support?
Wechat Preflight Check is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Wechat Preflight Check?
It is built and maintained by Kevin Stone (@chaoyang78); the current version is v1.0.0.
More Skills