md-to-zhihu

Convert Markdown content into Zhihu-compatible HTML for publication.

Updated Feb 9, 2026
One-click install
npx skills add https://github.com/zhenxuanshi-ship-it/meatpiegua_skills --skill md-to-zhihu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: md-to-zhihu
Source: https://github.com/zhenxuanshi-ship-it/meatpiegua_skills/tree/main/md-to-zhihu
Command: npx skills add https://github.com/zhenxuanshi-ship-it/meatpiegua_skills --skill md-to-zhihu

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires markdown, pygments, beautifulsoup4, playwright, requests, and includes scripts (resource) components.

What problem does it solve?

This skill converts Markdown articles into Zhihu-friendly HTML, enabling seamless formatting and one-click publication to Zhihu articles or columns.

Core Features & Use Cases

  • Markdown → Zhihu HTML: Converts Markdown into Zhihu-compatible HTML with multiple themes for consistent presentation.
  • One-click Publish: Provides end-to-end publishing flows via Zhihu API or browser automation, including login, drafting, and topic tagging.
  • Batch Workflows: Batch-converts and publishes articles from a directory with adjustable delays and per-article topics.

Quick Start

Place your Markdown article anywhere and run the convert script to generate Zhihu-ready HTML, then publish with the default settings.

Frequently Asked Questions about md-to-zhihu

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

FAQPage Schema
How do I publish Markdown articles to Zhihu without losing formatting?

Publishing Markdown articles to Zhihu requires converting them into Zhihu-compatible HTML first. This skill transforms Markdown content into Zhihu-friendly HTML with theme presets, enabling seamless formatting and one-click publication to Zhihu articles or columns.

Can I batch convert and publish multiple Markdown files to Zhihu at once?

Batch publishing Markdown files to Zhihu is fully supported. The skill batch-converts and publishes articles from a directory, featuring adjustable delays and per-article topic tagging to streamline bulk content management workflows.

Do I need Python and Playwright to automate Zhihu publishing from Markdown?

Automating Zhihu publishing requires Python with the Markdown, Pygments, and BeautifulSoup libraries. Optional Playwright and Requests dependencies enable browser-based publishing and API publishing for end-to-end automation.

What is the best way to automate Zhihu content management from Markdown?

Automating Zhihu content management from Markdown is best handled by converting content to Zhihu-compatible HTML with theme presets. The skill provides end-to-end publishing flows via Zhihu API or browser automation, including login, drafting, and topic tagging.

Does converting Markdown to Zhihu HTML support code syntax highlighting?

Converting Markdown to Zhihu HTML supports code syntax highlighting through the Pygments dependency. The conversion process uses BeautifulSoup to generate Zhihu-compatible HTML, ensuring consistent presentation for ready publication.

Can I preview Zhihu HTML before publishing my converted Markdown article?

Previewing Zhihu HTML before publishing is supported via a copy-to-clipboard feature. After converting your Markdown article into Zhihu-ready HTML, you can preview the output and then publish using default settings.