creating-video-ads

Create verified short-form video ads from product URLs, briefs, or existing advertisements.

1|Updated Jun 3, 2026
One-click install
npx skills add https://github.com/tanveerriaz/Skillz --skill creating-video-ads-tanveerriaz
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: creating-video-ads
Source: https://github.com/tanveerriaz/Skillz/tree/main/skills/creating-video-ads
Command: npx skills add https://github.com/tanveerriaz/Skillz --skill creating-video-ads-tanveerriaz

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve? Producing short-form video ads often leads to fabricated claims, mismatched voiceovers, and unverified deliverables. This Skill enforces a product-truth-first workflow so every rendered ad is factually grounded, culturally accurate, and delivery-verified. ## Core Features & Use Cases - Claim Verification Workflow: Inspects the actual product before scripting, challenges unsupported claims about downloads, endorsements, pricing, or certifications, and blocks rendering until evidence exists. - Structured Brief and Quality Gates: Provides a story-table brief template and quality-gate checklists covering claims, security, visuals, voice, render, and delivery integrity. - Automated Video Verification: Ships a verify_video.sh script that checks codec, resolution, duration, full decode, scans source for secrets and unsupported claims, and confirms delivery with SHA-256 checksums. - Use Case: Turn a SaaS product URL into a 20-second vertical TikTok ad with scene-aligned voiceover, real screen captures, and a checksum-verified final MP4. ## Quick Start Use the creating-video-ads skill to turn this product URL into a verified 30-second vertical video ad with voiceover and captions.

Frequently Asked Questions about creating-video-ads

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

FAQPage Schema
How do I create a video ad from a product URL?▼

Provide the product URL, audience, market, duration, and aspect ratio. The workflow inspects the live product, corrects unsupported claims, builds a story-table script, generates scene-aligned voiceover, renders the video, and verifies the final MP4.

How to verify a rendered video ad before delivery?▼

Run the included verify_video.sh script with the final MP4 path, composition source root, and delivery destination. It checks codec, resolution, duration, full decode, scans for secrets and unsupported claims, and confirms byte equality with SHA-256.

What tools are required for video ad verification?▼

The verification script requires ffprobe and ffmpeg for metadata and decode checks, plus ripgrep (rg) for scanning source folders for secrets and unsupported claim phrases. shasum or sha256sum is used for delivery checksums.

Can I use synthetic or AI-generated people in video ads?▼

No. The workflow prohibits presenting synthetic people as testimonials and forbids fabricated product evidence screens. Use real product captures, owned or licensed assets, and generated visuals only for missing illustrative shots.

Why does video verification fail with unsupported claims errors?▼

The script flags phrases like 'download the app', 'order now', or 'trusted by' in source files when they lack product evidence. Verify each claim against the actual product, then rerun with --allow-claims only if every phrase is supported.