pennydinh-marketing-pipeline-automation

Automates content research, AI scriptwriting, Remotion video rendering, and multi-platform publishing.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Manually researching trends, writing scripts, editing videos, and publishing to multiple social platforms is slow and repetitive. This Skill automates the entire content creation pipeline from research to rendered video. ## Core Features & Use Cases - Automated Research Crawling: Scans TechCrunch, a16z, Twitter/X, and LinkedIn for trending topics and extracts insights. - AI Content Generation: Uses Claude 3 and OpenAI to produce toplists, POV pieces, case studies, and how-to guides in English and Vietnamese simultaneously. - Video Rendering with Remotion: Automatically renders videos optimized for Reels, TikTok, and Shorts from generated content. - Use Case: A marketing team needs daily short-form videos about AI trends. The pipeline crawls the last 24 hours of news, generates a bilingual toplist script, renders a 30-second Reel, and prepares it for publishing. ## Quick Start Ask the agent to run the content pipeline for the keyword "AI marketing tools" in toplist format with English and Vietnamese output and video generation enabled.

Frequently Asked Questions about pennydinh-marketing-pipeline-automation

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

FAQPage Schema
How do I automate content creation from research to video?▼

Run the pipeline orchestrator with a keyword, content format, languages, and video flag. It crawls sources like TechCrunch and Twitter, generates scripts with Claude or OpenAI, then renders a video with Remotion.

How to generate videos from text content with Remotion?▼

Bundle the Remotion project, select a composition with your title and body as input props, then call renderMedia with the h264 codec. The output is an MP4 file formatted for Reels, TikTok, or Shorts.

Claude vs OpenAI for marketing content generation?▼

The pipeline supports both providers through a configurable ContentGenerator. Set the provider field to 'claude' or 'openai' and supply the corresponding ANTHROPIC_API_KEY or OPENAI_API_KEY environment variable.

Does the pipeline support multiple languages?▼

Yes, it generates English and Vietnamese content simultaneously. Set the language option to 'en', 'vi', or 'both' in the content generator configuration.

Why does Remotion video rendering time out?▼

Rendering large compositions can exceed default timeouts. Increase timeoutInMilliseconds to 120000 and set chromiumOptions gl to 'swiftshader' to use software rendering when GPU issues occur.

What API keys are required to run the content pipeline?▼

You need OPENAI_API_KEY, ANTHROPIC_API_KEY, and RAPIDAPI_KEY in your .env.local file. Social publishing additionally requires Facebook and LinkedIn access tokens.