文件内容
skill-card.md
## Description: <br>
生成、规范化、主题化和预览 HTML 优先的微信公众号文章,让正文可复制到微信后台。适用于把主题、简报、笔记、提纲、Markdown 或已有 HTML 转成微信友好的文章正文,创建本地预览页,应用可复用排版主题,或准备可复制的 `article#wechatArticle`。 <br>
This skill is ready for commercial/non-commercial use. <br>
## Publisher: <br>
[zacktian89](https://clawhub.ai/user/zacktian89) <br>
### License/Terms of Use: <br>
MIT-0 <br>
## Use Case: <br>
Editors, content operators, and developers use this skill to turn topics, notes, outlines, Markdown, or existing HTML into WeChat-friendly article body HTML and local preview pages. It supports theme selection, image inlining, preview generation, copy-ready `article#wechatArticle` output, and final formatting checks before handoff to the WeChat backend. <br>
### Deployment Geography for Use: <br>
Global <br>
## Known Risks and Mitigations: <br>
Risk: Previewing or copying articles with untrusted image sources can contact remote image hosts or inline local files into generated HTML. <br>
Mitigation: Review image `src` values and local file paths before previewing or copying; prefer trusted HTTPS URLs or `data:image/*` sources for final article images. <br>
## Reference(s): <br>
- [ClawHub Skill Page](https://clawhub.ai/zacktian89/wechat-article-formatter) <br>
- [Theme Presets](references/theme-presets.md) <br>
- [Visual Guidelines](references/visual-guidelines.md) <br>
- [Preview Page Contract](references/preview-implementation.md) <br>
- [Image Rules](references/image-rules.md) <br>
- [Output Contract](references/output-contract.md) <br>
- [Completeness Checklist](references/completeness-checklist.md) <br>
## Skill Output: <br>
**Output Type(s):** [Text, Code, Files, Shell commands, Guidance] <br>
**Output Format:** [HTML article body or self-contained HTML preview file, with concise Markdown delivery notes] <br>
**Output Parameters:** [1D] <br>
**Other Properties Related to Output:** [Outputs center on a single `article#wechatArticle` body; preview files are written as standalone HTML and may inline image data for copy-ready use.] <br>
## Skill Version(s): <br>
1.0.0 (source: server release metadata) <br>
## Ethical Considerations: <br>
Users should evaluate whether this skill is appropriate for their environment, review any generated or modified files before relying on them, and apply their organization's safety, security, and compliance requirements before deployment. <br>