What problem does it solve? Manually publishing content to multiple social platforms is repetitive and error-prone, and each platform has different authentication flows, rate limits, and content constraints. This Skill provides reusable patterns for integrating with social media APIs so you can automate posting, scheduling, and metrics collection from one codebase. ## Core Features & Use Cases - Multi-Platform Publishing: Adapter-based architecture for Bluesky, Mastodon, LinkedIn, Dev.to, and Medium with per-platform content formatting. - OAuth 2.0 and API Key Authentication: Ready-made auth flows for OAuth platforms and key-based services like Dev.to. - Rate Limiting and Retry Logic: Client-side rate limiters and automatic retry on HTTP 429 responses using Retry-After headers. - Scheduling and Analytics: Queue-based post scheduling and aggregated metrics retrieval across platforms. - Use Case: You publish a blog post and want it syndicated to Bluesky, Mastodon, and Dev.to. Use this Skill to format the content per platform, post asynchronously with individual error handling, and collect engagement metrics afterward. ## Quick Start Use the social-media-api-integration skill to publish my latest blog post to Bluesky, Mastodon, and Dev.to with platform-appropriate formatting.