wechat-publisher

Convert WPS Notes content into WeChat Official Account-compatible HTML.

162|10|Updated Mar 11, 2026
One-click install
npx skills add https://github.com/wpsnote/wpsnote-skills --skill wechat-publisher
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wechat-publisher
Source: https://github.com/wpsnote/wpsnote-skills/tree/main/content/wechat-publisher
Command: npx skills add https://github.com/wpsnote/wpsnote-skills --skill wechat-publisher

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and templates (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of formatting WPS Notes content into HTML suitable for direct pasting into WeChat Official Account articles, streamlining the publishing workflow.

Core Features & Use Cases

  • HTML Export: Converts WPS Note content into clean, inline-styled HTML.
  • Template Application: Applies pre-defined or custom templates for consistent branding and layout.
  • Placeholder Support: Utilizes special tags within WPS Notes (like <b/>, <h2/>) to automatically generate styled HTML elements.
  • Use Case: After writing an article in WPS Notes, use this Skill to quickly format it with a professional look (e.g., blue theme, proper headings, bolding) and export it as HTML, ready for publishing on WeChat.

Quick Start

Use the wechat-publisher skill to export the current WPS note to a WeChat-compatible HTML file.

Frequently Asked Questions about wechat-publisher

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I convert WPS Notes to HTML for WeChat Official Account publishing?

To convert WPS Notes to HTML for WeChat Official Account publishing, use this Skill to automatically transform the internal XML format into clean, inline-styled HTML using predefined YAML templates.

What is the best way to format articles for WeChat without manual HTML coding?

The best way to format articles for WeChat without manual HTML coding is to use automated template application, which applies pre-defined layouts and styles for headings, lists, quotes, and tables directly to your text content.

Can I use custom templates for WeChat content formatting in WPS Notes?

Yes, you can use custom templates for WeChat content formatting by modifying YAML templates, enabling consistent branding and specific layout styling like blue themes and proper bolding for your exported HTML articles.

Does the WPS Notes to WeChat HTML export support code blocks and tables?

Yes, the WPS Notes to WeChat HTML export supports code blocks and tables, automatically applying predefined inline styles to these elements during the Python-based conversion process.

How do special tags in WPS Notes generate styled HTML elements?

Special tags in WPS Notes like <b/> and <h2/> generate styled HTML elements by acting as placeholders that the Python scripts detect and replace with properly formatted, inline-styled HTML during export.

Why does my WPS Note formatting break when pasted into WeChat?

WPS Note formatting breaks when pasted into WeChat because the platform requires specific inline-styled HTML, which this Skill solves by converting internal XML and applying YAML templates to ensure strict WeChat compatibility.