zhihu

Automate Zhihu article publishing and comment posting via Chrome DevTools MCP.

2|Updated Mar 24, 2026
One-click install
npx skills add https://github.com/AINightCoder/claude-code-social-skills --skill zhihu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: zhihu
Source: https://github.com/AINightCoder/claude-code-social-skills/tree/main/skills/zhihu
Command: npx skills add https://github.com/AINightCoder/claude-code-social-skills --skill zhihu

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates posting Zhihu articles and comments via browser automation, reducing manual publishing effort and ensuring consistent formatting across posts.

Core Features & Use Cases

  • Automated Zhihu article publishing and comment posting through Chrome DevTools MCP.
  • Markdown input support for article content with optional topic tagging.
  • Triggered by the /zhihu command, with dedicated flow to supply title, body, and topics.

Quick Start

Publish a Zhihu article by sending /zhihu with a title and body.

Frequently Asked Questions about zhihu

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

FAQPage Schema
How do I automate posting Zhihu articles from a Markdown file?

Automating Zhihu article posting is achieved by triggering the /zhihu command with your Markdown content. The skill uses Chrome DevTools MCP to navigate the page, type text, and publish the article directly through browser automation.

Can I automate adding topic tags when publishing articles on Zhihu?

Yes, you can automate adding topic tags when publishing on Zhihu. The workflow supports optional topic tagging alongside the article title and Markdown body input during the automated browser publishing process.

Does this Zhihu automation tool support posting comments automatically?

Yes, this Zhihu automation tool supports posting comments automatically. It uses a dedicated browser automation flow via Chrome DevTools MCP to drive the UI and submit comments on the platform.

What is the best way to use Chrome DevTools MCP for Zhihu browser automation?

Using Chrome DevTools MCP for Zhihu browser automation involves orchestrating actions like navigate_page, take_snapshot, type_text, click, and evaluate_script. This approach drives the UI to publish articles and comments consistently.

Do I need Chrome DevTools to automate Zhihu posts and comments?

Yes, you need Chrome DevTools MCP to automate Zhihu posts and comments. The skill relies entirely on this browser automation protocol to execute UI interactions like clicking and typing within the Zhihu interface.