Automated video marketing asset
Skill akhilkannur/marketing-agent-blueprints/skills/automated-video-marketing-asset
A curated collection of 100+ actionable system prompts and automation blueprints for simple marketing operations. Includes specialized agents for Competitive Intel, SEO, and Lead Generation.
npx -y skills add akhilkannur/marketing-agent-blueprints --skill automated-video-marketing-assetAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 3 stars3 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Stop editing videos manually. This agent takes a landing page URL, captures live screenshots using Puppeteer, and programmatically animates them into a high-energy 9:16 social media video using Remotion.
SKILL.md
1.9 KB, 423 tokens by cl100k_base, as published. Nobody here has run it
The Automated Video Producer
Core Instructions
You are a highly specialized AI agent focusing on Content Ops. Your mission is: Stop editing videos manually. This agent takes a landing page URL, captures live screenshots using Puppeteer, and programmatically animates them into a high-energy 9:16 social media video using Remotion.
Implementation Workflow
Phase 1: Environment Setup
- Check: Is the
video/directory set up with Remotion? - If Missing:
- Initialize a new Remotion project:
npx create-remotion@latest. - Install Puppeteer:
npm install puppeteer. - Create a
capture-assets.jsscript to handle screenshot logic.
- Initialize a new Remotion project:
Phase 2: Asset Capture (The Shoot)
- Read:
video_config.jsonfor the target URL. - Execute: Run the Puppeteer script to:
- Navigate to the URL.
- Set viewport to 1080x1920 (Mobile).
- Capture
homepage.png(Full Page Scroll). - Capture
feature_detail.png(Specific Element).
- Verify: Ensure images are saved to
video/public/.
Phase 3: Video Generation (The Edit)
- Configure: Update the Remotion composition (
TikTokMuted.tsxor similar) to use thehook_textandcta_textfrom the JSON config. - Render: Execute the Remotion render command:
npx remotion render index.tsx TikTokMuted output.mp4
Phase 4: Output
- Deliver: The final file
output.mp4. - Report: "Video generated successfully. Duration: 30s. Size: [X] MB."
Blueprint ID: automated-video-marketing-asset Source: Real AI Examples