← Back to Skills Marketplace
chaoyang78

Wechat Preflight Check

by Kevin Stone · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ pending
34
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install wechat-preflight-check
Description
用于微信公众号发布前检查 Markdown 文章
README (SKILL.md)

微信公众号发布前检查工具

用途

在将 Markdown 文章发布到微信公众号之前,进行自动化检查以确保文章格式正确、素材齐全。

何时调用

当用户要求检查微信公众号文章是否符合发布标准时调用此 skill。

检查项清单

  1. 是否存在 frontmatter(YAML 头部信息)
  2. 是否存在 title(文章标题)
  3. 是否存在 cover(封面图片)
  4. cover 是否为可访问 URL 或存在的本地文件
  5. Markdown 文章内的图片路径是否存在
  6. 是否发现 Obsidian wiki 图片链接 ![[...]](微信不支持)
  7. 是否存在未标注语言的 fenced code block

执行命令

python3 scripts/check.py \x3Cmarkdown_file>
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install wechat-preflight-check
  3. After installation, invoke the skill by name or use /wechat-preflight-check
  4. 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
Slug wechat-preflight-check
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
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.

💬 Comments