I

ai-marketing-videos

by inferen-sh

AI-powered marketing video creation via inference.sh CLI. Use ai-marketing-videos to generate promo videos, product demos, explainers, and ad creatives for Facebook, YouTube, Instagram, and TikTok using models like Veo, Seedance, Wan, FLUX, and Kokoro voiceover.

Stars0
Favorites0
Comments0
AddedMar 27, 2026
CategoryVideo Editing
Install Command
npx skills add https://github.com/inferen-sh/skills --skill ai-marketing-videos
Overview

Overview

What is ai-marketing-videos?

The ai-marketing-videos skill is a workflow guide for creating AI-generated marketing videos using the inference.sh CLI (infsh). It focuses on producing ad-ready videos such as product promos, launch videos, explainers, and brand spots by calling powerful video and voice models from the command line.

The skill is built around visual models like Veo, Seedance, Wan, FLUX, and the Kokoro model for AI voiceover, giving you a flexible toolkit for different ad formats and creative styles.

Who is this skill for?

Use ai-marketing-videos if you are:

  • A performance marketer testing new ad creatives for Facebook, YouTube, Instagram, or TikTok.
  • A founder or product marketer who needs fast product launch and promo videos without a full video team.
  • A content creator or social media manager looking to batch-produce branded short-form clips.
  • A growth or paid media specialist who wants CLI-driven, repeatable video generation for experiments and A/B tests.

What problems does ai-marketing-videos solve?

This skill helps you:

  • Generate professional-looking marketing videos quickly without editing software.
  • Produce multiple ad variants (bumper ads, short ads, standard spots, explainers, product demos) with consistent prompts.
  • Work in a repeatable, scriptable Bash workflow using infsh app run commands.
  • Standardize ad lengths for different platforms using the included Video Ad Types guidance.

When is ai-marketing-videos a good fit?

This skill is a good fit when:

  • You are comfortable running commands in a terminal.
  • You want automated or semi-automated video creation for ads and campaigns.
  • You already use, or are willing to install, the inference.sh CLI.

It may not be a good fit if:

  • You need a drag-and-drop video editor with timeline controls.
  • You require complex, hand-crafted motion graphics or heavy compositing.
  • Your workflow is entirely non-technical and you do not want to use the command line.

How to Use

1. Install the ai-marketing-videos skill

To add the ai-marketing-videos skill to your agent environment:

npx skills add https://github.com/inferen-sh/skills --skill ai-marketing-videos

This links your agent setup to the inferen-sh/skills repository and makes the ai-marketing-videos guidance available. The actual video generation is done through the inference.sh CLI, so you will also need that installed.

2. Set up the inference.sh CLI (infsh)

The skill’s Quick Start requires the inference.sh CLI:

  1. Follow the official infsh install instructions from:
    • https://raw.githubusercontent.com/inference-sh/skills/refs/heads/main/cli-install.md
  2. After installing, authenticate:
infsh login

Once logged in, you can call models such as google/veo-3-1-fast from your terminal.

3. Generate your first AI marketing video

The core usage pattern is running infsh app run with a JSON payload that includes your prompt.

Example: product promo video

infsh app run google/veo-3-1-fast --input '{
  "prompt": "Sleek product reveal video, smartphone emerging from light particles, premium tech aesthetic, commercial quality"
}'

This follows the Quick Start from the skill and will generate a polished promo-style clip for a smartphone. Adapt the prompt to match your product, offer, and brand tone.

4. Choose the right video ad type

The ai-marketing-videos skill includes guidance on Video Ad Types that map to common ad lengths and platforms:

  • Bumper Ad – ~6 seconds, ideal for YouTube.
  • Short Ad – ~15 seconds, for Instagram and Facebook.
  • Standard Ad – ~30 seconds, for YouTube or TV-style placements.
  • Explainer – ~60–90 seconds, for your website or YouTube.
  • Product Demo – ~30–60 seconds, usable across most platforms.

Use these as a planning checklist when writing prompts, so you can explicitly aim for a certain duration, pace, and platform context.

5. Use marketing video templates from the guides

Under guides/video/ai-marketing-videos in the repository, you will find Marketing Video Templates, including a Product Launch template. These show how to structure infsh app run calls for different marketing scenarios.

You can:

  • Copy a template command into your terminal.
  • Replace the example prompt and product details with your own.
  • Save your favorite variants into Bash scripts for fast reuse.

Because the skill is Bash-focused (allowed-tools: Bash(infsh *)), it fits well into automated or cron-based workflows that regularly refresh ad creatives.

6. Integrate with your broader workflow

Common ways to integrate ai-marketing-videos:

  • Ad testing: Generate 3–5 prompt variations for the same product, then upload results into your ad account for performance comparison.
  • Social media calendar: Create weekly or monthly batches of short promos and explainers for scheduled posting.
  • Product launches: Use the Product Launch template to quickly produce hero videos, teaser clips, and announcement videos.

Because everything runs via CLI, you can version-control prompts and scripts in your own repo and coordinate with your team.

7. Explore the skill files for more detail

After installation, open these files for deeper guidance:

  • SKILL.md – High-level description, Quick Start snippet, and core context.
  • guides/video/ai-marketing-videos – Scenario-based templates such as Product Launch and other marketing-specific patterns.

Use these as reference when building reusable command snippets or teaching your team how to run ai-marketing-videos consistently.


FAQ

What exactly does ai-marketing-videos do?

ai-marketing-videos is a skill guide and workflow for using the inference.sh CLI to create marketing videos. It does not ship its own model; instead, it shows you how to call existing models (like Veo, Seedance, Wan, FLUX, and Kokoro) to generate ads, promos, explainers, and product videos from the command line.

What tools do I need to use ai-marketing-videos?

You need:

  • The ai-marketing-videos skill installed via npx skills add ... so your agent understands the workflow.
  • The inference.sh CLI (infsh) installed and authenticated, following cli-install.md in the repository.

The skill is designed for Bash usage and calls models through infsh app run.

Can I use ai-marketing-videos for Facebook, YouTube, Instagram, and TikTok ads?

Yes. The skill description explicitly targets Facebook ads, YouTube ads, Instagram ads, TikTok ads, and other commercial placements. The included Video Ad Types and templates help you tune length and style for each platform.

Does ai-marketing-videos support voiceover?

The skill notes Kokoro for voiceover, alongside Veo, Seedance, Wan, and FLUX for visuals. Use this as a guide when selecting or combining models via infsh to add narrated voice tracks to your marketing videos.

Is ai-marketing-videos suitable for non-technical users?

ai-marketing-videos assumes you can:

  • Open a terminal.
  • Run basic Bash commands.

If that is outside your comfort zone, you may want a GUI video tool instead. For technical marketers and creators who appreciate a scriptable workflow, this skill is a strong fit.

Can I automate batch video creation?

Yes. Because the skill is CLI-centric and allowed-tools includes Bash(infsh *), you can wrap the provided commands and templates in Bash scripts to:

  • Generate multiple creatives for the same campaign.
  • Refresh ads on a schedule.
  • Run prompt experiments programmatically.

How do I customize the style of my marketing videos?

Edit the prompt JSON field in the infsh app run examples from the skill. Include details like:

  • Product type and key benefits.
  • Brand tone (e.g., minimal, playful, luxury).
  • Visual style (e.g., cinematic, high-contrast, studio lighting).
  • Target platform and duration.

Start from the templates in guides/video/ai-marketing-videos and iterate based on your brand and campaign goals.

Where can I see everything this skill provides?

Open the Files panel for the ai-marketing-videos skill and review:

  • SKILL.md for the overview and Quick Start.
  • guides/video/ai-marketing-videos for detailed marketing video templates and scenarios.

These resources give you the concrete infsh commands and patterns needed to adopt ai-marketing-videos in your own workflow.

Ratings & Reviews

No ratings yet
Share your review
Sign in to leave a rating and comment for this skill.
G
0/10000
Latest reviews
Saving...