agentsclimarketplace

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.

Install
npx -y skills add akhilkannur/marketing-agent-blueprints --skill automated-video-marketing-asset

Assembled 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

  1. Check: Is the video/ directory set up with Remotion?
  2. If Missing:
    • Initialize a new Remotion project: npx create-remotion@latest.
    • Install Puppeteer: npm install puppeteer.
    • Create a capture-assets.js script to handle screenshot logic.

Phase 2: Asset Capture (The Shoot)

  1. Read: video_config.json for the target URL.
  2. 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).
  3. Verify: Ensure images are saved to video/public/.

Phase 3: Video Generation (The Edit)

  1. Configure: Update the Remotion composition (TikTokMuted.tsx or similar) to use the hook_text and cta_text from the JSON config.
  2. Render: Execute the Remotion render command:
    npx remotion render index.tsx TikTokMuted output.mp4
    

Phase 4: Output

  1. Deliver: The final file output.mp4.
  2. Report: "Video generated successfully. Duration: 30s. Size: [X] MB."

Blueprint ID: automated-video-marketing-asset Source: Real AI Examples

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.