marketing-pipeline-share-content-automation

Automates content research, AI generation, and Remotion video rendering from keywords.

10|1|Updated May 16, 2026
One-click install
npx skills add https://github.com/reason-machines/marketing-skills --skill marketing-pipeline-share-content-automation-reason-machines
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: marketing-pipeline-share-content-automation
Source: https://github.com/reason-machines/marketing-skills/tree/main/skills/marketing-pipeline-share-content-automation
Command: npx skills add https://github.com/reason-machines/marketing-skills --skill marketing-pipeline-share-content-automation-reason-machines

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires @remotion/bundler, @remotion/renderer, @remotion/cli, cron, next.

What problem does it solve? Manually researching trending topics, writing blog posts, and producing social videos is slow and repetitive. This Skill automates the full content pipeline from a single keyword to publish-ready blog posts, social content, and rendered videos. ## Core Features & Use Cases - Automated Research: Scrapes trending topics from TechCrunch, Twitter, and LinkedIn via RapidAPI to gather articles, insights, and statistics. - AI Content Generation: Uses Claude 3 or OpenAI to produce blog posts, listicles, case studies, and social posts in English or Vietnamese with configurable tone and length. - Video Rendering with Remotion: Converts blog posts and scripts into MP4 videos with platform-specific aspect ratios (9:16 for TikTok/Reels, 16:9 for YouTube). - Use Case: A marketing team schedules a daily cron job that pulls three trending topics, generates bilingual blog posts and LinkedIn content for each, and renders short vertical videos ready for publication. ## Quick Start Ask the agent to research the keyword "AI automation" and generate a blog post plus a 60-second vertical video from the results.

Frequently Asked Questions about marketing-pipeline-share-content-automation

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate blog post generation from trending topics?▼

Use the research module to scrape trending articles from TechCrunch, Twitter, and LinkedIn for a keyword, then pass the results to the content generator with Claude or OpenAI. The pipeline returns a title, body, metadata, and suggested images.

How to render videos from blog posts with Remotion?▼

Bundle the Remotion composition with @remotion/bundler, then call renderMedia with your post title, content, and desired aspect ratio. The output is an H.264 MP4 file, configurable for 9:16 TikTok or 16:9 YouTube formats.

Claude vs OpenAI for marketing content generation?▼

The pipeline supports both providers through a configurable provider setting, with Claude 3 Sonnet as the default and OpenAI as a fallback. You can switch providers per request or set a fallback in the content configuration.

Does the content pipeline support languages other than English?▼

Yes, the generator supports English and Vietnamese output with configurable tone options like professional, friendly, or humorous. You can generate both language versions in parallel from a single research pass.

Why does video rendering fail in Remotion?▼

Rendering commonly fails due to missing Remotion CLI installation or a stale bundle cache. Install @remotion/cli globally, verify versions with npx remotion versions, and clear the .remotion directory to resolve cache issues.

What are the limitations of automated content scraping?▼

Scraping depends on RapidAPI rate limits and source availability, so failed scrapes need fallback handling with cached data. Large batches should be processed in chunks to avoid memory issues during parallel generation.