TubeReads

Claude Code + Blotato = Content Machine

What if you could transform a single YouTube video into polished posts for LinkedIn, Instagram, and X—complete with custom visuals—in under five minutes? This video demonstrates a workflow that combines Claude Code's agentic capabilities with Blotato's social media API to automate content repurposing. The creator starts from scratch, setting up API keys, building a custom «skill» (a reusable recipe for the agent), and running the entire flow live—including bug fixes and iterative refinement. But can this system truly replace hours of manual content adaptation, and what does it take to scale from a proof-of-concept to a production-ready automation?

Duração do vídeo: 17:29·Publicado 17 de mar. de 2026·Idioma do vídeo: English
6–7 min de leitura·4,322 palavras faladasresumido para 1,217 palavras (4x)·

1

Pontos-chave

1

A single YouTube video can be automatically repurposed into LinkedIn, Instagram, and X posts—including platform-specific visuals—using Claude Code and Blotato in under five minutes.

2

Claude Code's «skills» act as reusable recipes: once defined, the agent follows the same steps each time, learning from bugs and user feedback to improve consistency.

3

Blotato provides API-driven content creation (infographics, carousels, videos) and scheduling for nine platforms, requiring only an API key and connected social accounts.

4

The workflow is iterative: the first run produced posts but failed on visuals; the second run fixed the issue and updated the skill document automatically.

5

Structure matters: organizing files into folders (scripts, drafts, brand assets) and maintaining a concise claude.md file (under 150 lines) prevents context bloat and scaling issues.

Em resumo

Claude Code and Blotato together enable a single YouTube video to spawn platform-optimized social posts with custom visuals in minutes, and the workflow improves with every iteration—making content repurposing scalable, repeatable, and nearly autonomous.


2

The Workflow: From YouTube Video to Multi-Platform Posts

One prompt turns a long-form video into three social posts with custom visuals.

1

Input YouTube URL Paste the video link into Claude Code and request repurposing for LinkedIn, Instagram, and X.

2

Transcript Extraction & Adaptation Blotato extracts the transcript; Claude rewrites content for each platform's tone (professional LinkedIn, casual/humorous X, educational carousel for Instagram).

3

Visual Generation Blotato creates platform-optimized visuals: LinkedIn key-takeaway graphic, Instagram carousel with profile picture and blue check, X quote card.

4

Review & Approval All drafts (text and images) are saved to a drafts folder for manual review and editing before publishing.

5

Publish After approval, Claude Code uses Blotato API to post to connected social accounts—or schedule for later.


3

What Is a «Skill» in Claude Code?

Skills are reusable agent recipes that ensure consistency and improve over time.

A skill is analogous to a recipe: it defines the dish name, ingredients, steps, and expected output. When you ask Claude Code to perform a task—like writing a LinkedIn post—it consults the corresponding skill document to ensure the result is repeatable and aligned with your preferences. Because the workflow is codified, the agent can iterate and self-correct: if it encounters a bug (e.g., YouTube blocked by web fetch), it logs the issue in the skill document and tries alternative approaches.

Every time you run the workflow, the skill improves. The first run may produce text but fail on visuals; the second run fixes the bug and updates the skill. Over ten iterations with user feedback, the skill becomes battle-tested and ready for full automation. This means you can eventually set up triggers (e.g., «Every time I post a YouTube video, run this skill») and trust the output without manual intervention.

The demo skill, «Repurpose YouTube Video,» was built interactively: Claude Code asked clarifying questions (programming language, tone, visual style, review flow) until it was 95% confident it could execute. This conversational setup ensures the skill matches your specific needs from the outset.


4

Key Tools and Setup Requirements

💻
Visual Studio Code
Free IDE that hosts the Claude Code extension. Download for Windows, Mac, or Linux; install the verified Anthropic extension from the marketplace.
🤖
Claude Code (Pro/Max)
Agentic AI that reads project structure, writes and executes Python scripts, and iterates based on feedback. Requires a paid Claude subscription.
🎨
Blotato API
Content creation and scheduling API for nine platforms. Generates infographics, carousels, videos; handles auto-posting. Paid feature; 30% off for six months via referral link.
🔑
Open Router
Unified API for multiple LLM providers. Used here to access Claude models instead of direct Anthropic API, offering flexibility and cost management.

5

Live Demo: First Run, Bugs, and Iterative Fixes

The initial workflow failed on visuals; Claude Code diagnosed and fixed the issue autonomously.

The creator pasted a YouTube link (a video about building websites with Claude Code) and requested LinkedIn, X, and Instagram posts with custom visuals. Claude Code read the skill, executed Python scripts, and successfully generated text-based posts. However, the visual creation failed: Blotato rejected the profile image because it exceeded the API's size limit, and YouTube was blocked by the web fetch tool.

Claude Code logged these issues in a «Known Issues and Findings» section within the skill document. On the second run—prompted by «Try to create the visuals again. Make sure they are images, not videos»—the agent resized the profile picture, switched to an alternative transcript extraction method, and successfully generated all assets: a LinkedIn whiteboard infographic, an Instagram five-slide carousel with profile picture and blue verification badge, and an X quote card. Each asset was saved to a drafts folder for review.

The iterative refinement continued: the creator requested that Instagram carousels include the profile picture and blue check on every slide. Claude Code updated the skill, regenerated the visuals, and delivered improved output. This cycle—prompt, execute, diagnose, fix, update skill—demonstrates how agentic AI learns from failure and converges on a production-ready workflow.


6

Why Structure and the claude.md File Matter

Organized folders and a concise system prompt prevent context bloat and scaling issues.

💡

Why Structure and the claude.md File Matter

As the project grows, a disorganized file structure and a bloated claude.md file will degrade performance. Best practice: keep claude.md under 150 lines, organize scripts into folders (e.g., scripts, drafts, brand assets), and ensure every file's location is documented. The creator used the «/init» command to auto-generate a claude.md from the current structure, then manually reorganized Python scripts into a «scripts» folder and updated references. This discipline is essential for scaling to additional skills (e.g., TikTok videos, inspiration sourcing) without filling the context window.


7

Sample Output: LinkedIn, Instagram, and X

💼
LinkedIn
Professional tone. Whiteboard infographic titled «Building Beautiful Websites with Claude Code: Three Key Steps» (claude.md, front-end design skill, brand assets folder). Footer: «Full walkthrough on YouTube at Nate Herk.»
📸
Instagram
Educational five-slide carousel in tweet style. Each slide features the creator's profile picture, blue verification badge, and a key takeaway (e.g., «Your claude.md file is everything»). Casual, instructional copy.
🐦
X (Twitter)
Casual, humorous tone with meme-like phrasing. Simple quote card visual. The creator tested live posting: the tweet appeared on X and was immediately deleted to demonstrate the endpoint.

8

Next Steps and Scaling Considerations

Add business context, refine tone, and build additional skills for full automation.

The demo ran with minimal context: no brand guidelines, no past post examples, and only a profile picture for brand assets. The creator emphasizes that output quality will compound as you add more context—logo files, color palettes, sample posts, tone-of-voice documents—and iterate the skill over ten or more runs. Each refinement tightens the prompt, improves visual generation, and reduces manual editing.

To scale, build additional skills within the same Blotato project: inspiration sourcing (scraping competitor content or trending topics), TikTok video repurposing, or automated scheduling tied to YouTube upload triggers. The modular skill architecture means each workflow is self-contained and can be tested, refined, and eventually automated independently. The creator recommends joining the free School community for resources and the paid AI Automation Society Plus (3,000+ members) for deeper collaboration on production AI systems.


9

Pessoas

Nate Herk
Content Creator / AI Automation Specialist
host
Sabrina
Prompt Template Contributor
mentioned

Glossário
MCP configConfiguration file that connects Claude Code to external APIs and tools, enabling agentic workflows.
IDE (Integrated Development Environment)Software application (e.g., Visual Studio Code) that provides tools for writing, testing, and debugging code in one interface.
API endpointA specific URL and method (GET, POST) that an application uses to request or send data to a service like Blotato.
Context windowThe maximum amount of text (measured in tokens) an AI model can process in a single conversation; keeping files concise prevents overflow.

Aviso: Este é um resumo gerado por IA de um vídeo do YouTube para fins educacionais e de referência. Não constitui aconselhamento de investimento, financeiro ou jurídico. Verifique sempre as informações com as fontes originais antes de tomar decisões. O TubeReads não é afiliado ao criador do conteúdo.