baoyu-markdown-to-html

Convert Markdown files to WeChat-compatible HTML locally with theme options.

4|1|Updated Mar 2, 2026
One-click install
npx skills add https://github.com/tentacle-pro/skills --skill baoyu-markdown-to-html-tentacle-pro
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: baoyu-markdown-to-html
Source: https://github.com/tentacle-pro/skills/tree/main/baoyu-markdown-to-html
Command: npx skills add https://github.com/tentacle-pro/skills --skill baoyu-markdown-to-html-tentacle-pro

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires fflate, front-matter, marked, reading-time, unified, remark-parse, remark-cjk-friendly, remark-stringify, juice, and includes scripts (resource) components.

What problem does it solve?

Converts Markdown into WeChat-compatible HTML locally for article publishing.

Core Features & Use Cases

  • Local conversion from Obsidian/Markdown to WeChat-friendly HTML with selectable themes.
  • Outputs an HTML file next to the source and creates a timestamped backup if an existing HTML file is present.
  • Extracts frontmatter metadata (title, author, description) and processes inline images for embedding or linking.

Quick Start

Convert a Markdown file to WeChat-compatible HTML using the provided script.

Frequently Asked Questions about baoyu-markdown-to-html

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

FAQPage Schema
How do I convert Markdown to WeChat-compatible HTML locally?

To convert Markdown to WeChat-compatible HTML locally, this Skill processes your source file and outputs an HTML file alongside it. It extracts frontmatter metadata and processes inline images for embedding or linking.

Does the Markdown to WeChat HTML conversion work with Obsidian workflows?

Yes, the Markdown to WeChat HTML conversion is applicable to Obsidian workflows. It processes standard Markdown files and extracts frontmatter metadata like title, author, and description for publishing.

Can I select different themes when converting Markdown to HTML for WeChat?

Yes, you can select different themes when converting Markdown to HTML for WeChat using the runtime --theme option. The conversion also supports --title and --keep-title options to manage article headers.

What happens if I convert a Markdown file when an HTML file already exists?

When converting a Markdown file and an HTML file already exists, the Skill creates a timestamped backup of the existing file. It then outputs the new WeChat-compatible HTML next to the source.

How does the Markdown to WeChat HTML converter handle frontmatter and images?

The Markdown to WeChat HTML converter extracts frontmatter metadata such as title, author, and description. It also processes inline images for embedding or linking and reports contentImages in its result.

What is the best way to publish Markdown articles to WeChat without uploading content online?

The best way to publish Markdown articles to WeChat locally is using a converter that processes files on your machine. This Skill generates WeChat-compatible HTML and preserves backups without uploading your content.