ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified social Safety 4/5

zhihu-post

在知乎发布内容(专栏文章、想法/动态)。使用 Chrome Browser Relay 控制用户的 Chrome 浏览器完成发布。触发词:知乎发帖、发知乎、知乎文章、知乎想法、zhihu post、发布到知乎、帮我发知乎。

Why use this skill?

Easily publish long-form Zhihu articles and short thoughts directly from your AI agent using the Zhihu Post skill. Automate your social content workflow today.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/inuyashayang/zhihu-post
Or

What This Skill Does

The Zhihu Post skill enables the OpenClaw AI agent to automate content creation and publishing on the Zhihu platform. Utilizing the Chrome Browser Relay, it can interact directly with the web interface to draft and publish both long-form professional articles in Zhihu Columns and short-form 'Thoughts' (ideas/updates) on the homepage. The skill handles the complexities of the platform's unique Draft.js-based editor by utilizing specialized JavaScript execution for robust text insertion, ensuring that your content is formatted and published as intended without manual keyboard interaction.

Installation

To integrate this skill into your OpenClaw environment, execute the following command in your terminal: clawhub install openclaw/skills/skills/inuyashayang/zhihu-post Once installed, ensure your Chrome Browser Relay is active, your browser is connected to the target tab, and you have manually authenticated your Zhihu account in that session.

Use Cases

  • Professional Blogging: Automatically push detailed technical guides or thought leadership pieces to your Zhihu Column.
  • Social Media Management: Quickly broadcast daily observations or short insights as 'Zhihu Thoughts' to maintain an active social presence.
  • Content Synchronization: Streamline multi-platform publishing by having the AI agent port existing markdown content directly into the Zhihu editor interface.

Example Prompts

  • "知乎发帖:帮我把这份关于AI大模型的分析文章发布到知乎专栏,标题是《AI agent的未来趋势》,内容参考我刚刚发给你的文档。"
  • "发知乎:写一条想法,分享我对今天科技新闻的看法,字数在300字以内,重点提到开源模型的重要性。"
  • "发布到知乎:将这段文字整理成深度文章发布,确保格式清晰,包含标题和正文。"

Tips & Limitations

  • Draft.js Handling: Because Zhihu uses Draft.js, the skill relies on execCommand to insert text. Avoid attempting to set innerHTML directly, as it will break the editor state.
  • Rate Limiting: Zhihu imposes anti-spam restrictions on new accounts. To avoid being flagged, ensure a minimum interval of 3 minutes between posts.
  • Image Uploads: If your content requires media, place the images in the /tmp/openclaw/uploads/ directory first, and use the relay's upload action before initiating the text publishing process.
  • Verification: Always double-check that your browser session is authenticated to avoid login prompts or captcha interruptions during the automated flow.

Metadata

Stars2287
Views0
Updated2026-03-09
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-inuyashayang-zhihu-post": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#zhihu#browser-automation#social-media#content-publishing
Safety Score: 4/5

Flags: file-read, code-execution