Skip to content

Getting Started

Promotion Agent is a Claude Code Plugin for automated multi-platform publishing, plus a curated guide for additional tools.

Two Components

1. Claude Code Plugin (This Project)

Native integration with Claude Code for seamless publishing:

PlatformStatusAuth Method
知乎 (Zhihu)✅ ReadyCookie (auto-extract)
小红书✅ ReadyQR Code Login
X/Twitter✅ ReadyOAuth 1.0a
微信公众号🚧 WIPAppID + Secret

Features:

  • Natural language commands: "帮我把这篇文章发到知乎"
  • Content adaptation per platform
  • Health checks and validation
  • Auto cookie extraction (Zhihu)

2. External Tools Guide

For platforms not yet integrated, this guide recommends the best tools:

NeedRecommended Tool
Chinese tech blogs (掘金, CSDN, etc.)blog-auto-publishing-tools
International social (LinkedIn, Reddit)Postiz
GitHub Release notificationsGitHub Actions
Video platforms (抖音, Bilibili)social-auto-upload

Why This Guide?

Promoting your open-source project manually across platforms is time-consuming and repetitive. This guide and plugin help you automate the entire process.

Quick Decision

For supported platforms, use the Claude Code plugin directly:

bash
# Install
git clone https://github.com/kevinten10/promotion-agent.git
cd promotion-agent
python3 get_zhihu_cookie.py  # Auto-setup for Zhihu

# Use in Claude Code
"帮我把这篇文章发到知乎"
"发布到小红书"

Option 2: External Tools

For additional platforms, use these recommended tools:

Your NeedRecommended ToolSetup Time
More Chinese platforms (掘金, CSDN, etc.)blog-auto-publishing-tools~30 min
International social (LinkedIn, Reddit)Postiz~1 hour
GitHub Release notificationsGitHub Actions~10 min
Video platforms (抖音, Bilibili)social-auto-upload~30 min

For full coverage across both Chinese and international platforms, combine multiple tools:

Architecture Workflow

  1. Write your content in Markdown
  2. Chinese platforms → Use blog-auto-publishing-tools to publish to 8+ platforms
  3. International platforms → Use Postiz (self-hosted) for AI-powered cross-posting
  4. GitHub releases → Set up GitHub Actions for automatic notifications

Next Steps

Using This Plugin

External Tools

Released under the MIT License.