yux-publish-zhihu

Automate Zhihu article publication via Chrome DevTools browser automation.

1|Updated Jan 6, 2026
One-click install
npx skills add https://github.com/wuyuxiangX/yux-claude-hub --skill yux-publish-zhihu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: yux-publish-zhihu
Source: https://github.com/wuyuxiangX/yux-claude-hub/tree/main/plugins/yux-publish/skills/yux-publish-zhihu
Command: npx skills add https://github.com/wuyuxiangX/yux-claude-hub --skill yux-publish-zhihu

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires Chrome DevTools, Bun runtime, macOS, puppeteer, and includes scripts (resource) and assets (resource) components.

What problem does it solve?

This Skill automates the process of publishing articles to Zhihu (知乎专栏), eliminating the need for manual navigation and filling of articles.

Core Features & Use Cases

  • Automated Article Publishing: Post articles to Zhihu directly from the AI platform.
  • Browser Integration: Utilizes Chrome DevTools to automate tasks within the browser.
  • Use Case: Efficiently publish content by converting content into Zhihu-compatible HTML and managing all article details via automated browser interactions.

Quick Start

Use the "yux-publish-zhihu" skill to publish the article titled "Title of Article" with content stored at 'path/to/article-content.md'.

Frequently Asked Questions about yux-publish-zhihu

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

FAQPage Schema
How do I automate publishing Markdown articles to Zhihu?

To automate publishing Markdown articles to Zhihu, this Skill converts Markdown/MDX content into Zhihu-compatible HTML and manages article details via browser interactions. You need to provide the article title and file path, and the automation handles the rest.

Can I use browser automation to post content to Zhihu专栏?

Yes, you can use browser automation to post content to Zhihu专栏. This Skill utilizes Chrome DevTools to connect to a browser instance, allowing the AI platform to directly input article metadata and formatted content into the Zhihu editor.

Do I need Bun runtime and macOS to automate Zhihu article publishing?

Yes, you need the Bun runtime and macOS to automate Zhihu article publishing with this Skill. The macOS environment is specifically required for clipboard functionality, while Bun executes the automation scripts.

What is the best way to manage article details when posting to Zhihu automatically?

The best way to manage article details when posting to Zhihu automatically is by inputting metadata directly through the automated workflow. The Skill handles the full editing workflow, converting Markdown and populating article fields via Chrome DevTools.

Does publishing to Zhihu via browser automation require a remote debugging port?

Yes, publishing to Zhihu via browser automation requires a remote debugging port. You must configure Chrome DevTools with a browser instance that has this port enabled so the automation scripts can interact with the Zhihu editor.

Why does Zhihu article automation require macOS for clipboard functionality?

Zhihu article automation requires macOS for clipboard functionality because the Skill uses macOS-specific clipboard operations to paste converted HTML content into the Zhihu editor during the browser automation process.