One-click multi-platform content distribution agent — write once, publish everywhere with AI-optimized formatting.
Orbiter uses Claude AI to transform your content for each platform's unique style, audience, and format requirements, then generates cover images and outputs ready-to-publish versions.
- 🧠 AI-powered transformation — Claude rewrites content for each platform's optimal style
- 🎨 Auto cover generation — Platform-specific cover images with proper dimensions
- 📱 6 platforms — WeChat, Xiaohongshu, Twitter/X, Zhihu, LinkedIn, Reddit
- 👀 Live preview — Terminal and HTML preview before publishing
- 🔧 Configurable — Per-platform settings for length, style, hashtags, etc.
- 📦 Structured output — Markdown + JSON for each platform version
| Platform | Style | Max Length | Features |
|---|---|---|---|
| 💬 WeChat (公众号) | Professional, SEO-optimized | 20,000 chars | HTML output, cover, excerpt |
| 📕 Xiaohongshu (小红书) | Engaging, emoji-rich | 1,000 chars | Hashtags, image suggestions |
| 🐦 Twitter/X | Concise, thread-ready | 280 chars/tweet | Thread mode, hashtags |
| 🔵 Zhihu (知乎) | Analytical, in-depth | 10,000 chars | Markdown, references |
| Professional, engaging | 3,000 chars | Hashtags, hook-first | |
| Casual, direct | 10,000 chars | Markdown, TL;DR, subreddit |
# Install with pipx (recommended)
pipx install https://github.com/Jaxz714/orbiter/archive/main.zip
# Or with pip
pip install https://github.com/Jaxz714/orbiter/archive/main.zip# Initialize config
orbiter init
# Set your API key
export ANTHROPIC_API_KEY=sk-ant-...# Transform article for all platforms
orbiter distribute --file article.md
# Target specific platforms
orbiter distribute --file article.md -p weixin -p xiaohongshu -p twitter
# Override title
orbiter distribute --file article.md --title "My Great Article"
# Skip cover generation
orbiter distribute --file article.md --no-covers
# HTML preview
orbiter distribute --file article.md --preview-format html
# List supported platforms
orbiter platforms
# Enable/disable platforms
orbiter enable xiaohongshu
orbiter enable reddit --disabled
# Check config
orbiter doctor ┌──────────────┐
│ Input File │
│ (Markdown) │
└──────┬───────┘
│
┌──────▼───────┐
│ Pipeline │
│ (Orchestr.) │
└──────┬───────┘
│
┌────────────┼────────────┐
│ │ │
┌────────▼──┐ ┌──────▼──┐ ┌─────▼─────┐
│ AI │ │ Adapters │ │ Cover │
│ Transform │ │ (6×) │ │ Generator │
│ (Claude) │ │ │ │ (Pillow) │
└────────┬──┘ └────┬────┘ └─────┬─────┘
│ │ │
└──────────┼─────────────┘
│
┌──────▼───────┐
│ Output │
│ • Preview │
│ • MD + JSON │
│ • Covers │
└──────────────┘
# How AI Agents Are Changing Software Development
AI agents like Claude Code and Cursor are transforming how developers write software...🔥 程序员必看!AI Agent 正在改变写代码的方式
姐妹们!最近发现了一个超厉害的东西❗
就是 AI Agent 写代码 💻
它到底能干嘛?👇
✅ 自动写代码,还能帮你改bug
✅ 一行命令搞定整个项目
✅ 不会写代码也能做开发
你们觉得AI会取代程序员吗?评论区聊聊~
#AI编程 #程序员 #科技 #效率工具 #Claude
🧵 AI Agents are quietly revolutionizing software development.
Here's what I've learned using Claude Code daily for 3 months:
1/ It's not just autocomplete anymore...
| Variable | Description |
|---|---|
ANTHROPIC_API_KEY |
Anthropic API key (required) |
MIT