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

content-distributor

多平台内容分发工具。用于在知乎、豆瓣、微博等中文平台发布内容。支持:(1) 发布帖子/文章 (2) 管理多平台账号 (3) 批量分发内容 (4) 追踪发布状态。触发词:发帖、发布、分发、知乎、豆瓣、微博、推广。

Why use this skill?

Automate content publishing to Zhihu, Douban, and Weibo. Manage accounts, sync Markdown posts, and track your content performance with the OpenClaw content-distributor.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/xiwan/content-distributor
Or

What This Skill Does

The content-distributor is a specialized automation tool designed for seamless content publication across major Chinese social media platforms, including Zhihu, Douban, and Weibo. It abstracts the complexities of platform-specific APIs and web authentication, allowing users to focus on content creation rather than manual copy-pasting. The skill supports posting answers, articles, and diary entries, and includes advanced features such as batch distribution, account management, and status tracking.

Installation

To integrate this skill into your OpenClaw environment, execute the following command in your terminal: clawhub install openclaw/skills/skills/xiwan/content-distributor After installation, initialize your credentials by running the platform-specific scripts: python3 scripts/configure.py --platform zhihu python3 scripts/configure.py --platform douban Ensure your credentials are stored securely in ~/clawd/secrets/content-distributor.json.

Use Cases

  • Automated Promotion: Automatically cross-post professional articles to multiple platforms simultaneously to maximize reach.
  • Content Synchronization: Maintain consistency between personal blogs, Zhihu articles, and Douban diaries without manual intervention.
  • Workflow Automation: Integrate content posting into your existing writing pipeline by triggering the distributor immediately after completing a Markdown document.
  • Community Engagement: Quickly respond to niche community queries on platforms like Douban groups using predefined templates.

Example Prompts

  1. "发布内容:将本地文件 content.md 分发到知乎和豆瓣,标题设为《AI 智能体的未来》"
  2. "在知乎问题 https://www.zhihu.com/question/123456 下回答这个问题:'我认为 AI Agent 将极大提高生产力,特别是...'
  3. "在豆瓣小组 54321 中发一篇关于智能体开发的帖子,使用草稿 folder/draft.md 中的内容。"

Tips & Limitations

  • Markdown Support: The tool natively converts Markdown to platform-compatible formats; however, complex layouts may require minor manual adjustments.
  • Frequency Limits: The script handles rate limiting by pausing between requests, but avoid excessive automated posting to prevent account shadow-banning.
  • Media Limitations: While text and basic formatting are fully automated, posting images on certain platforms (like Zhihu Ideas) may still require manual confirmation.
  • Credential Security: Always protect your secrets/ directory as it contains sensitive login cookies that grant full access to your social media accounts.

Metadata

Author@xiwan
Stars879
Views1
Updated2026-02-11
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-xiwan-content-distributor": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#content-marketing#social-media#automation#chinese-web
Safety Score: 3/5

Flags: file-write, file-read, external-api