Carousel Studio

Repurpose X Threads into LinkedIn & Instagram Carousels

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

Title Font Size36px
Body Font Size18px
Header & Footer Size12px

Brand Kit Customization

AGENCY

Configure brand assets for headers & footers

MULTI-PROFILES (AGENCY)
AGENCY
SAVE PRESETS (AGENCY)

Outro Slide CTA

Customize your closing call-to-action slide

#1
#2
#3

Background Pattern

Source Content

Build Your Carousel

Drag and drop any post card below onto a slide, or use the quick buttons to insert content/images instantly!

Drag Post #1
zostaff
@zostaff

## Three AI agents, one prediction market, zero bosses. Below is the exact architecture of a system that trades Polymarket autonomously

Apply Image
Drag Post #2
zostaff
@zostaff

<b>Three Agents: <i>Claude (Anthropic API)</i></b><i> - </i>strategist. Takes market data + news -&gt; returns probability estimate, recommendation, and confidence score. <b><i>Codex (OpenAI)</i></b><i> -</i> engineer. Writes, debugs, iterates bot code. Describe a task in plain text - get a working script with tests.

Drag Post #3
zostaff
@zostaff

<b><i>OpenClaw (ex-Clawdbot)</i></b><i> -</i> orchestrator. Open-source agent running on your hardware. Persistent memory, cron jobs, modular skills, Telegram interface. Coordinates Claude and Codex, executes trades, logs everything. Not a chatbot - an operating system for life without an office

Drag Post #4
zostaff
@zostaff

<i>One thinks. One builds. One runs.</i>

Drag Post #5
zostaff
@zostaff

## Why OpenClaw, Not a Cron Script?

Drag Post #6
zostaff
@zostaff

<i>A cron script can't remember context from two weeks ago, adapt strategy through an LLM on the fly, deploy new skills on its own, or talk to you in Telegram like a human.</i>

Drag Post #7
zostaff
@zostaff

OpenClaw is a gateway + agent runtime. It routes messages to an LLM, interprets responses, calls the right tools, executes. Persistent memory means: "last Tuesday the strategy lost 3% on Fed markets" -&gt; it adapts behavior on its own. Skills are modular: a folder with SKILL.md + scripts. New skill -&gt; OpenClaw picks it up automatically.

Drag Post #8
zostaff
@zostaff

<i>Telegram as a remote: "stop all positions" -&gt; done. " Weekly report" -&gt; P&amp;L in chat.</i>

Drag Post #9
zostaff
@zostaff

## Bot Core: market_scanner

Drag Post #10
zostaff
@zostaff

<b><i>Here's the main file - 20 lines that wire Claude, Polymarket, and decision logic together:</i></b><i></i>

Drag Post #11
zostaff
@zostaff

Apply Image
Drag Post #12
zostaff
@zostaff

Every 5 minutes OpenClaw calls this function via cron. <i>Exchange + market data -&gt; Claude -&gt; decision -&gt; trade</i>

Drag Post #13
zostaff
@zostaff

## System Prompt - the Strategy Brain

Drag Post #14
zostaff
@zostaff

<i><b>Claude receives this prompt with every request. It defines how the model estimates probabilities and when to recommend a trade:</b></i><b></b>

Drag Post #15
zostaff
@zostaff

Apply Image
Drag Post #16
zostaff
@zostaff

<i>Edge &gt; 0.10 + confidence &gt; 0.7 = trade. The formula that replaces your boss.</i>

Drag Post #17
zostaff
@zostaff

## Codex: a Bot That Upgrades Itself

Drag Post #18
zostaff
@zostaff

<b><i>OpenClaw detects win rate dropping -&gt; creates a task -&gt; Codex patches code, runs tests, deploys. Without you.</i></b><i></i>

Drag Post #19
zostaff
@zostaff

Apply Image
Drag Post #20
zostaff
@zostaff

## What It Looks Like at 3 AM