u/Darya_InGrowth

▲ 2 r/ClaudeCowork+1 crossposts

Full social publishing automation for $62/mo (or less) - here's how we built it

Before: upload video → rewrite caption for each platform → check character limits → convert carousel to video for TikTok → adjust hashtags × 9 → schedule one by one.

After: one prompt, Claude handles the rest.

Platforms: Instagram, TikTok, LinkedIn, X, YouTube, Threads, Pinterest, Bluesky, Reddit.

Works with both Claude Code and Cowork. Here's what happens when you run it:

  1. Claude analyzes your asset (video, image, or carousel)
  2. Pulls platform-specific rules for each target platform
  3. Generates captions, hashtags, and first comments per platform
  4. Shows you a full preview before anything goes live
  5. Schedules on your approval
  6. All 9 posts are automatically published for you

Two things you need:

  • Claude Code or Cowork (Claude Pro ($20/mo))\
  • Zernio API key (2 platforms free, 1+ platform ~$6/mo/account)

Full skill files on Zernio's GitHub.

github.com
u/Darya_InGrowth — 1 day ago
▲ 4 r/MarketingAutomation+1 crossposts

Got tired of reformatting the same content for 9 platforms, so I automated it

Two hours a week. That's what cross-platform posting actually costs - rewriting captions, adjusting hashtags, converting carousels to video, checking character limits. Per platform. Every time.

So we built an agent (Claude Skill) that takes one piece of content and handles all of it:

  • platform-specific captions
  • correct hashtag counts
  • format conversion
  • scheduling & posting

Five minutes instead of two hours. Here's the short version of how it works.

  1. You connect your social accounts, drop in an asset with a simple prompt ("post this to Instagram, TikTok, and LinkedIn, optimized for each")

  2. The agent generates everything (captions, hashtags, first comments) and shows you a preview before anything goes live. You approve, it schedules.

Two tools you need:

- Zernio API key
- Claude desktop (Caude or Cowork)
- cost: Claude Pro ($20/mo) + Zernio (2 social platform are free, 9 platform - $42/mo) = $62/mo for full automation.

Full walkthrough: https://github.com/Enriquemarq1/zernio-library-skills/tree/main

reddit.com
u/Darya_InGrowth — 2 days ago
▲ 1 r/MetaAI

Meta launched something today that's mostly been covered in developer circles but has implications for anyone managing Meta ad campaigns at scale: a command-line interface (CLI) for creating and managing ads.

So instead of clicking through Ads Manager, you can type commands in a terminal to create campaigns, pull performance data, manage product catalogs, and set up conversion tracking.

Who this is actually for:

  • Teams running hundreds of campaigns that don't like the Ads Manager UI
  • Agencies building automated campaign creation workflows
  • Developers and AI agents, and anyone using AI tools to publish ads programmatically

What it doesn't do (yet):

  • Ads are created paused. You have to manually activate each campaign, ad set, and ad separately. So it's not truly "set it and forget it."
  • It's Meta-only. If you run ads on Google, TikTok, LinkedIn, or Pinterest too, you still need separate tools for each.
  • It requires Python 3.12 and some terminal knowledge, so it's not a plug-and-play replacement for Ads Manager for most marketers.

The bigger picture:

This is part of a trend: ad platforms are opening up programmatic access because AI agents and automation tools need it. Meta is acknowledging that the future of ad management isn't clicking buttons, it's APIs and CLIs that machines can talk to.

If you're already running cross-platform campaigns and want this kind of programmatic control across Meta + Google + TikTok + LinkedIn + Pinterest + X, that's what we're building at Zernio. One API, ads go live immediately, no per-platform setup.

reddit.com
u/Darya_InGrowth — 22 days ago

Meta launched something today that's mostly been covered in developer circles but has implications for anyone managing Meta ad campaigns at scale: a command-line interface (CLI) for creating and managing ads.

So instead of clicking through Ads Manager, you can type commands in a terminal to create campaigns, pull performance data, manage product catalogs, and set up conversion tracking.

Who this is actually for:

  • Teams running hundreds of campaigns that don't like the Ads Manager UI
  • Agencies building automated campaign creation workflows
  • Developers and AI agents, and anyone using AI tools to publish ads programmatically

What it doesn't do (yet):

  • Ads are created paused. You have to manually activate each campaign, ad set, and ad separately. So it's not truly "set it and forget it."
  • It's Meta-only. If you run ads on Google, TikTok, LinkedIn, or Pinterest too, you still need separate tools for each.
  • It requires Python 3.12 and some terminal knowledge, so it's not a plug-and-play replacement for Ads Manager for most marketers.

The bigger picture:

This is part of a trend: ad platforms are opening up programmatic access because AI agents and automation tools need it. Meta is acknowledging that the future of ad management isn't clicking buttons, it's APIs and CLIs that machines can talk to.

If you're already running cross-platform campaigns and want this kind of programmatic control across Meta + Google + TikTok + LinkedIn + Pinterest + X, that's what we're building at Zernio. One API, ads go live immediately, no per-platform setup.

reddit.com
u/Darya_InGrowth — 22 days ago

I’m part of a small team (5 people, bootstrapped, fully profitable) working on Zernio. We build a unified API for social media platforms, and we just added Discord.

Posting here because the multi-server use case is where this actually gets interesting.

If you run more than one Discord server, you probably know the drill:
copy message → switch server → tweak embed → paste → send → repeat 😅

And scheduled posts? Even worse.
Set a reminder, forget anyway, post late, or not at all.

What we built:
A REST API where each server = an account.
You send one request with multiple accounts, and it posts everywhere at once.

What that looks like in practice:

  • One request → all servers: Same announcement, sent everywhere at the same time. No missed servers.
  • Scheduled posts: Set date + time and forget about it. It just goes out. (Discord bots don’t really handle this natively, so we built it in.)
  • Forum threads auto-created: Weekly threads can just post themselves with title, tags, starter message, etc.
  • Cross-platform in the same call: If you also post to X / Telegram / LinkedIn, you can bundle everything into one request. Basically: one API call = all your distribution.
  • AI can handle it too We’ve got an MCP server (works with Claude, Cursor) + OpenClaw integration. You can literally type something like: “announce the update to all servers + socials” → it drafts + formats it → you approve → it posts.

There’s a free tier (no card).

Curious what people think (especially if you’re managing multiple servers already). Does this actually solve a real pain, or is it just “nice but unnecessary”?

reddit.com
u/Darya_InGrowth — 23 days ago

Hey builders!

We’re a small bootstrapped team at Zernio building a unified API for social platforms, and we just added Discord as our 15th integration.

Wanted to share this here because the approach is kinda different from the usual Discord bot setup, and I’m curious if this actually clicks with people who’ve built bots before.

The idea:
If you only care about sending stuff out (announcements, embeds, polls, forum posts), why do you need to deal with gateways, heartbeats, sharding, or running a bot 24/7?

Feels like overkill, right? So we tried to strip all that away.

What we built:
You invite our bot to your server via a one-click OAuth flow, then hit a REST endpoint.
No Discord Application to create, no intents to request, no WebSocket to maintain.

What you can do with it:

  • Send messages with rich embeds
  • Create native Discord polls
  • Post in forum channels (with starter messages + tags)
  • Schedule messages (since Discord bots can’t really do this natively)
  • Customize bot name + avatar
  • Cross-post to Discord + 14 other platforms (X, Telegram, LinkedIn, etc.) in one API call

We’ve got a free tier (no credit card or anything). Would love honest feedback, especially from people who’ve dealt with Discord bots before.

reddit.com
u/Darya_InGrowth — 23 days ago