Discover and explore top open-source AI tools and projects—updated daily.
isjiamuMarkdown to WeChat HTML formatter for AI agents
New!
Top 22.9% on SourcePulse
Summary
This project provides an AI-agent skill to convert Markdown content into polished, WeChat-editor-ready HTML. It addresses the challenge of maintaining formatting and adhering to WeChat's platform restrictions, offering a benefit of one-click, reliable article generation for AI agents and users.
How It Works
The skill leverages AI agents to parse Markdown and generate HTML with all styles inlined and text wrapped in <span leaf=""> to bypass WeChat's filtering. It employs a deterministic "dual-check" system (component_lint.py and validate_gzh_html.py) to ensure platform compliance. Six curated themes and a theme generator allow for customization, ensuring consistent, high-quality output regardless of the underlying AI model.
Quick Start & Requirements
npx skills add https://github.com/isjiamu/gzh-design-skillgit clone https://github.com/isjiamu/gzh-design-skill.git ~/.claude/skills/gzh-designnpx and Git. No specific hardware or OS dependencies are listed.docs/gallery/index.html.Highlighted Details
<span leaf=""> to prevent WeChat platform filtering.Maintenance & Community
This project is a joint effort by 甲木 (Jia Mu) and 「摸鱼小李」 (Mo Yu Xiao Li). Contributions are welcomed via CONTRIBUTING.md. A roadmap outlines future enhancements like more themes and online galleries.
Licensing & Compatibility
Limitations & Caveats
The skill is specifically designed for WeChat article formatting and is not suitable for general web pages or other presentation formats. The AGPL-3.0 license imposes significant open-source obligations, particularly for commercial or SaaS deployments.
3 days ago
Inactive
VoltAgent