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.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/inuyashayang/zhihu-postWhat 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
execCommandto 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
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-inuyashayang-zhihu-post": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-read, code-execution
Related Skills
worktree-codex
使用 git worktree 隔离多个 Codex 实例,由 OpenClaw 主控器并行调度完成同一项目的不同编码模块。 适用场景:将一个编码项目拆分为独立子任务,让多个 Codex 实例并行实现,最后合并 PR。 触发条件:用户要求"多个 Codex 协作"、"并行编码"、"worktree 编码"、"多 Codex 编排"、"并行完成项目"时激活。
feishu-im
Feishu IM messaging operations: send messages, images, files to users and groups via Bot API. Activate when user mentions: 飞书发图、发送图片、飞书消息、im:resource、image_key、飞书附件、飞书机器人发消息。