cd /news/developer-tools/auto-post-to-9-platforms-with-claude… · home topics developer-tools article
[ARTICLE · art-2571] src=dev.to pub= topic=developer-tools verified=true sentiment=↑ positive

Auto-Post to 9 Platforms with Claude Code and Zernio

To build an AI agent using Claude Code and Zernio that automatically analyzes video or image content, generates platform-optimized captions and hashtags, and publishes to nine social media platforms simultaneously. The setup requires a Zernio account, Claude Code installation, and approximately 30 minutes to configure, after which each post takes only five minutes. Zernio handles all cross-platform API integrations, OAuth flows, and rate-limit management, allowing Claude to communicate with a single API while Zernio manages the multi-platform publishing process.

read4 min views10 publishedMay 20, 2026

What you'll build: An agent that analyzes video or images and generates platform-optimized captions, hashtags, and titles—then publishes to 9 social platforms at once. Manual posting kills momentum. You format content for Instagram, then rewrite everything for TikTok. Again for LinkedIn. Again for X. A single video turns into a 2-hour job. With this setup, one prompt becomes nine scheduled posts - captions, hashtags, and format conversions all handled automatically. A Zernio account (free tier: 2 platforms) Claude Code installed 30 minutes to set up; 5 minutes per post after Zernio is the layer that handles the actual platform integrations. Without it, you'd need to build separate OAuth flows, API integrations, media handling, and rate-limit management for each platform (months of work before Claude could publish a post). With Zernio, that's already done. Claude talks to one API; Zernio handles the cross-platform part. Log in at zernio.com Go to your profile and click Connect platform for each account you use (Instagram, TikTok, X, YouTube, LinkedIn, Threads, Pinterest, etc.) Authorize Zernio for each Verify each shows in your dashboard The skill includes platform-specific guidelines for 9 platforms -hashtag rules, character limits, format specs, tone cues. You're not training Claude from scratch. Download the skill from the Zernio library GitHub repo Extract the zip You'll get: zernio-library-skills/ ├── .claude/ │ └── skills/ │ ├── zernio-publish/ ← the publishing skill │ │ ├── SKILL.md │ │ ├── reference/ deep API + per-platform docs │ │ └── templates/manifest.json │ └── skill-creator/ ← Anthropic's official skill-creator │ bundled for when you add more skills ├── .env ← ZERNIO_API_KEY (placeholder until you fill it) ├── CLAUDE.md ← architectural map of the repo ├── README.md ├── LICENSE ← MIT └── .gitignore Keep the folder structure intact. Claude needs reference/platforms/ to look up rules when writing captions. Open VS Code or use Claude Code / Cowork directly Create a new folder for this project or use an existing one Extract the zip and copy the entire folder to your project root Your file tree should show .claude/zernio-publishing/ at the top level In Cowork: Go to Skills → + Create skill → Upload skill and select the folder. Claude needs a Zernio API key to publish. Log in to Zernio

Go to API keys (settings)
Click Create key, name it (e.g., "claude-publishing")

Copy it Create a .env file in your project root:ZERNIO_API_KEY=your-key-here Claude Code reads this automatically—never paste keys into prompts. Start with one video and 2–3 platforms to confirm the skill works. Give Claude this: I have a short-form video at [path/to/video.mp4]. Can you analyze it, create optimized posts for Instagram, TikTok, and LinkedIn, and schedule them using Zernio? Claude will: Load the skill and platform guidelines Analyze your video Generate captions, hashtags, titles, and first comments Call Zernio to stage the posts Show you a preview before publishing Claude shows all posts before publishing. You control what goes live. You'll see something like: Request changes if needed. Say "Approve" when it looks good. Note: First comments are easy to miss if you skim the preview. Read the full output before approving—Instagram, TikTok, and LinkedIn generate engagement hooks you might not see at first glance. Once you're confident with a few, the system handles format conversion and batching automatically. You can: Post to 9 platforms at once: Video or carousel becomes optimized for each platform's native format Convert formats: Carousels become videos for platforms that don't support multi-image Batch multiple assets: Claude processes everything and schedules it all Example: I have a carousel at [Google Drive link] and a 30-second clip at [path]. Convert the carousel to video and post both to Instagram, TikTok, X, YouTube, LinkedIn, and Threads. Optimize each for that platform. Schedule for tomorrow at 9 AM. You own a system that turns one prompt into nine scheduled posts—all optimized and formatted. A video that took 2 hours to post manually now takes 5 minutes to set up and approve. The time saved compounds. This week: 2 hours back. Next month: 20+ hours back. That's time spent creating instead of grinding. Check posts in Zernio or directly on each platform. Track analytics and iterate. The system learns as you refine your voice. Questions or running into issues? Drop them in the comments.

── more in #developer-tools 4 stories · sorted by recency
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/auto-post-to-9-platf…] indexed:0 read:4min 2026-05-20 ·