What problem does it solve? Sharing a video on social media requires manually fetching its title, channel, and thumbnail, then rewriting copy for each platform's format and character limits, and creating a visual card. This Skill automates that entire workflow from a single video URL. ## Core Features & Use Cases - oEmbed Metadata Fetching: Retrieves title, channel, and thumbnail from YouTube or Vimeo oEmbed APIs, with a manual-input fallback when the API returns a 4xx error. - Platform-Specific Copy Drafting: Writes copy tailored to LinkedIn, Twitter/X, Bluesky, or Substack, following each platform's character limits, structure, and takeaway-first rules. - Video Card Generation: Populates an HTML template with the video metadata and copy, then screenshots it via Playwright to produce a dark-mode PNG card saved to docs/media/social/. - Use Case: Given a YouTube URL, produce a LinkedIn post draft plus a branded video card image ready to attach, without leaving the conversation. ## Quick Start Share this YouTube video on LinkedIn: https://youtu.be/example — draft the post copy and generate the video card image.