Content Repurposing Engine
PROBuild automated workflows that transform YouTube videos into platform-optimized Twitter threads and LinkedIn posts using n8n, Claude API, and social media APIs.
Example Usage
“I just uploaded a 20-minute YouTube video about AI trends in customer service. Help me design an n8n workflow that:
- Extracts the video transcript automatically
- Generates 3 viral tweet options with different angles
- Creates 1 LinkedIn thought-leadership post
- Sends all options to my Slack channel for approval
- Schedules approved posts at optimal times
Use Claude 3.5 Sonnet for content generation and include error handling for API rate limits. Budget: ~$5/month for hosting.”
How to Use This Skill
Copy the skill using the button above
Paste into your AI assistant (Claude, ChatGPT, etc.)
Fill in your inputs below (optional) and copy to include with your prompt
Send and start chatting with your AI
Suggested Customization
| Description | Default | Your Value |
|---|---|---|
| Input source type: youtube_url, blog_post_url, podcast_transcript, text_upload | youtube_url | |
| Array of platforms to generate content for | ["twitter", "linkedin"] | |
| LLM for generation: claude-3.5-sonnet, claude-3.5-haiku, gpt-4o | claude-3.5-sonnet | |
| Force specific tone: viral, professional, educational, casual, technical | null | |
| Number of content variations to generate per platform | 3 | |
| Whether to auto-publish or require human approval | false | |
| LLM temperature: 0.0=deterministic, 1.0=creative | 0.7 |
What You’ll Get
- Custom n8n/Zapier workflow architecture for your use case
- Platform-specific prompt templates (Twitter, LinkedIn, Instagram)
- API configuration code snippets
- Cost estimates and ROI calculations
- Error handling and troubleshooting guidance
- Step-by-step implementation guide
Prerequisites
- Basic understanding of APIs and webhooks
- Account on n8n, Zapier, or Make.com
- API keys for Claude or OpenAI
- (Optional) Twitter Developer account
- (Optional) LinkedIn Developer account
Research Sources
This skill was built using research from these authoritative sources:
- n8n YouTube to Twitter/LinkedIn Workflow Real-world automation showing YouTube to social media repurposing using Apify and Claude
- Anthropic Claude API Documentation Official Claude API docs with models, context windows, token limits, and best practices
- OpenAI API Reference Complete API reference, rate limits, pricing, and model capabilities
- X (Twitter) API Documentation Official X/Twitter API guide with authentication, rate limits (500 free posts/month)
- YouTube Data API Guide Official YouTube API for extracting video metadata and captions
- Apify YouTube Scraper YouTube transcript extraction tool (~$5 per 1,000 videos)
- LinkedIn API Documentation Official LinkedIn API for post publishing and analytics
- n8n Automation Platform Open-source workflow automation tool (self-hosted, ~$7/month)
- r/PromptEngineering Community-driven prompt engineering best practices
- r/content_marketing Real-world strategies for transforming content across platforms