Thread Truncated (Cap Enforced)
Only the first 20 tweets are unrolled into slides to ensure reliable PDF exporting and high server performance.
Canvas & Ratio
Choose your destination platform format
Layout Template
Choose a content structure for your slides
Preset Themes
Typography & Sizing
Brand Kit Customization
AGENCYConfigure brand assets for headers & footers
Outro Slide CTA
Customize your closing call-to-action slide
Background Pattern
Build Your Carousel
Drag and drop any post card below onto a slide, or use the quick buttons to insert content/images instantly!

Currently, TikTok is heavily boosting views and engagement for slideshows, you can check out these channels.










## Why this stack

Slideshows are the highest leverage format on TikTok right now:

• Algorithm still pushes them aggressively (cheap content, infinite supply problem on TT's side)

• No filming, no editing, no face required

• Hook-driven → you can A/B test 50 hooks/day

• Draft uploads bypass most bot detection that hits the direct-publish API

The bottleneck was never ideas. It was the assembly line. Hook → niche → image direction → 8 slide compositions → caption → schedule. Doing this manually = 20 mins per post. For 30 accounts = a full-time job you hate.

Hermes Agent is the right tool because it's not a framework you npm install and wire up it's an autonomous CLI agent that lives wherever you put it (my $5 Hetzner box), with built-in skills, cron, MCP, and subagent delegation. The whole pipeline is just <b>skills that the agent loads + cron jobs that fire them on schedule</b>. No queue infrastructure, no worker pool to manage.

## Step 1: Install Hermes Agent

One-liner install on the VPS:

<pre><code>```bash curl -fsSL https://raw.githubusercontent.com/NousResearch/hermes-agent/main/scripts/install.sh | bash source ~/.bashrc ```</code></pre>

Pick a provider:

<pre><code>```bash hermes model ```</code></pre>

I run with Anthropic via OAuth (Max plan) for the agent-y stages (hook research, image direction, caption) and a cheap OpenRouter fallback for high-volume polls. You can also wire Nous Portal, OpenAI Codex, DeepSeek, Z.AI, Kimi hermes model walks through it all.

Verify it works: