What problem does it solve? Coordinating multi-channel social distribution—publishing a blog post first, then adapting it for Reddit, LinkedIn, X, YouTube, Instagram, and TikTok—normally means juggling six different APIs, auth flows, and post formats by hand. This Skill packages that into reusable channel CLIs with dry-run validation, plan files, and machine-readable JSON output. ## Core Features & Use Cases - Reddit publishing: Submit self, link, image, and gallery posts with flair discovery, plan files, first-comment posting, and submission history lookup. - LinkedIn and X posting: Publish text, link, single/multi-image, and native video posts with OAuth setup, analytics read-back, and organization page support. - YouTube and short-form video: Upload videos through a Modal-backed pipeline, and prepare Instagram and TikTok posts through dry-run validation CLIs pending live API setup. - Use Case: After publishing a blog post, use the Reddit CLI to dry-run a gallery post plan for r/OpenAI, then submit it live and record the post URL in your project tracker. ## Quick Start Use the social-media-publishing skill to publish my blog post and then dry-run a Reddit link post and a LinkedIn text post announcing it.