Carousel Studio

Repurpose X Threads into LinkedIn & Instagram Carousels

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
Paweł Huryn
@PawelHuryn

Anthropic has quietly shipped third-party inference for Cowork and Code in Claude Desktop. This should work with local models or OpenRouter via LiteLLM proxy. Is it just me?

Apply Image
Apply Image
Drag Post #2
Paweł Huryn
@PawelHuryn

This is wild. No proxy needed for @OpenRouter. Just set your URL to <a target="_blank" href="http://openrouter.ai/api" color="blue">openrouter.ai/api</a> Step 1: Menu > Developer > Configure Third-Party Inference Step 2: - Connection: Gateway - Gateway base URL: <a target="_blank" href="http://openrouter.ai/api" color="blue">openrouter.ai/api</a> - Gateway API key: Your OpenRouter Key - Gateway auth scheme: x-api-key Step 3: [Apply locally] > [Relaunch now]

Apply Image
Drag Post #3
Paweł Huryn
@PawelHuryn

@OpenRouter (Log out, sometimes it doesn't work) Step 4: Configure with Gateway (No Anthropic account needed)

Apply Image
Drag Post #4
Paweł Huryn
@PawelHuryn

@OpenRouter Step 5: You will see "Setting up Claude's workspace..." but you can start chatting.

Apply Image
Drag Post #5
Paweł Huryn
@PawelHuryn

@OpenRouter Not everything works as expected: Customize &gt; Skills: Available to upload, empty Customize &gt; Plugins: Available to upload, empty Customize &gt; Connectors: Unavailable You can add local MCP servers under Settings &gt; Developer. They get a dedicated claude_desktop_config.json file.

Apply Image
Apply Image
Apply Image
Apply Image
Drag Post #6
Paweł Huryn
@PawelHuryn

It might be a good idea to install the official Claude Desktop skills like docx, pdf, ppts, skill-creator, xlsx from: <a target="_blank" href="https://github.com/anthropics/skills/tree/main/skills" color="blue">github.com/anthropics/ski…</a> Knowledge work plugins (legal, finance, marketing, product-management) are available here: <a target="_blank" href="https://github.com/anthropics/knowledge-work-plugins" color="blue">github.com/anthropics/kno…</a> Plugins for the Code tab: <a target="_blank" href="https://github.com/anthropics/claude-plugins-official" color="blue">github.com/anthropics/cla…</a>

Drag Post #7
Paweł Huryn
@PawelHuryn

@OpenRouter I hit some issues, too. In the Code tab, the agent can access web. Cowork fails with that. "Network egress setting" that would solve the problem are NOT available in Capabilities. But there is a solution.

Apply Image
Apply Image
Drag Post #8
Paweł Huryn
@PawelHuryn

@OpenRouter Sign out &gt; Switch back to Claude Desktop by Anthropic &gt; Developer &gt; Configure Third-Party Inference. In the Sandbox &amp; workspace configure "Allowed egress hosts." [Apply locally] &gt; [Relaunch now] &gt; It works!

Apply Image
Apply Image
Drag Post #9
Paweł Huryn
@PawelHuryn

The "Configure third-party inference" provides many options for enterprises: - Max tokens per window (per-user soft cap) - Allow user-added MCP servers - OpenTelemetry collector endpoint - Block auto-updates - Built-in tools removed from Cowork From the official docs: "Cowork on 3P is designed for organizations whose security, regulatory, or contractual requirements prevent them from sending data to Anthropic’s first-party infrastructure." Still, I can access it on my personal Max 20x plan. The official doc I just found: <a target="_blank" href="https://claude.com/docs/cowork/3p/overview" color="blue">claude.com/docs/cowork/3p…</a>

Apply Image
Apply Image
Drag Post #10
Paweł Huryn
@PawelHuryn

As I'm testing this, one limitation with @OpenRouter is that it doesn't support web search. Options: 1. Add WebSearch to "disabledBuiltinTools" and use a custom MCP instead (e.g., @brave - 2,000 free requests/month or $3/1,000 requests). { "mcpServers": { "brave-search": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-brave-search" ], "env": { "BRAVE_API_KEY": "YOUR_API_KEY_HERE" } } } } 2. Use Google Cloud’s Vertex AI or Microsoft Foundry as providers. Amazon Bedrock doesn't support that yet. 3. Ask @alexatallah if they could implement Anthropic’s web_search server tool (e.g., routed to Perplexity) More: <a target="_blank" href="https://claude.com/docs/cowork/3p/web-tools" color="blue">claude.com/docs/cowork/3p…</a>

Apply Image
Drag Post #11
Paweł Huryn
@PawelHuryn

The easiest way to import the missing Anthropic skills (no-code, no-agent version): 1. Download this repo as .zip: <a target="_blank" href="https://github.com/anthropics/skills" color="blue">github.com/anthropics/ski…</a> 2. Extract skills-main[.]zip, go inside 3. Zip selected skill folders again, e.g., docx folder > docx[.]zip 4. In Claude Desktop click: Customize > Skills > Create skill > Upload a skill > Upload each skill you need (docx[.]zip, pptx[.]zip, etc.) Don't import skills you don't need. It's about your context window (they have an impact even when not fully loaded).

VIDEO
Apply Image
Drag Post #12
Paweł Huryn
@PawelHuryn

The easiest way to import Anthropic knowledge work plugins (no-code, no-agent version): 1. Download this repo as .zip: <a target="_blank" href="https://github.com/anthropics/knowledge-work-plugins" color="blue">github.com/anthropics/kno…</a> 2. Extract knowledge-work-plugins-main[.]zip, go inside 3. Zip selected plugin folders again, e.g., marketing folder > marketing[.]zip 4. In Claude Desktop click: Customize > Personal plugins > + > Create plugin > Upload plugin > Upload each plugin you need (marketing[.]zip, product-management[.]zip, legal[.]zip, etc.) Don't import plugins you don't need. Sometimes 0. Max 2-3.

VIDEO
Apply Image