← ClaudeAtlas

multi-platform-distributionlisted

Use when adapting a single piece of Markdown content into tailored, platform-compliant formats for Telegram, WeChat, Zhihu, Twitter/X, and QQ.
shali10/awesome-agent-skills · ★ 0 · AI & Automation · score 76
Install: claude install-skill shali10/awesome-agent-skills
# Multi-Platform Content Distribution & Formatting ## Overview An intelligent content syndication and adaptation engine. It takes a master Markdown article and automatically transforms it into 5 platform-native formats, strictly adhering to each platform's distinct syntax quirks, character limits, escaping rules, and visual style. ## When to Use & When NOT to Use ### When to Use - Cross-posting technical articles, product announcements, or newsletters to multiple platforms. - Formatting Telegram posts with MarkdownV2 escaping and rich tables. - Splitting long-form essays into structured Twitter/X threads. - Optimizing codeblocks and image layouts for WeChat Official Accounts and Zhihu. ### When NOT to Use - Single-target internal notes or local documentation. - Automated spamming or unreviewed bulk posting. ## Platform Formatting Rules Matrix | Platform | Syntax Support | Key Adaptation Rules | Max Length / Limits | |---|---|---|---| | **Telegram** | HTML / MarkdownV2 | Escape special chars (`_`, `*`, `[`, `]`); convert wide tables to cards; use native pipe tables | 4,096 chars per message | | **WeChat (公众号)** | Rich Text HTML | Inline CSS styles; codeblocks inside distinct containers; high-contrast headings | Unlimited (Rich editor) | | **Zhihu (知乎)** | GFM Markdown | Standard headers; convert unsupported HTML tags; ensure code fences specify language | Standard article format | | **Twitter / X** | Plain text + Media | Split into numbered thread (1/N); extract key hoo