ai-content-pipeline

Builds multi-step AI content pipelines combining image, video, audio, and text generation via the inference.sh CLI.

Updated Jul 28, 2026
One-click install
npx skills add https://github.com/Aadi-110i/PEP-PROJECT --skill ai-content-pipeline-aadi-110i
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ai-content-pipeline
Source: https://github.com/Aadi-110i/PEP-PROJECT/tree/main/skills/ai-content-pipeline
Command: npx skills add https://github.com/Aadi-110i/PEP-PROJECT --skill ai-content-pipeline-aadi-110i

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Creating AI-generated content like YouTube videos, product demos, or talking-head clips requires chaining many separate models (image generation, animation, TTS, merging) by hand, which is slow and error-prone. This Skill provides ready-made pipeline patterns that orchestrate these steps through the inference.sh belt CLI. ## Core Features & Use Cases - Pipeline Patterns: Predefined chains such as Image -> Video -> Audio, Script -> Speech -> Avatar, and Research -> Content -> Distribution. - Complete Workflows: Step-by-step bash commands for YouTube Shorts, talking-head videos, product demos, and blog-to-video conversion using FLUX, Wan 2.5, Kokoro TTS, OmniHuman, and media-merger apps. - Building Blocks Reference: Tables mapping each pipeline stage (script, visual, animation, audio, post-production) to the appropriate inference.sh app. - Use Case: A marketer needs a product showcase video; the Skill walks through generating a product image with FLUX, animating it with Wan 2.5, upscaling with Topaz, and merging background music. ## Quick Start Ask the AI to create a YouTube Short about a topic by generating a script, voiceover, background image, and animated video, then merging them with the media-merger app.

Frequently Asked Questions about ai-content-pipeline

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

FAQPage Schema
How do I create an AI-generated video from a script?

Generate the script with an LLM app like openrouter/claude-sonnet-45, convert it to speech with infsh/kokoro-tts, create visuals with falai/flux-dev, animate them with falai/wan-2-5, and merge audio and video using infsh/media-merger via the belt CLI.

How do I make a talking head video with AI?

Generate a portrait image with falai/flux-dev, produce speech audio with infsh/kokoro-tts, then run bytedance/omnihuman-1-5 with the image_url and audio_url to create a lip-synced talking head video.

What do I need to install before running these pipelines?

You need the inference.sh CLI called belt, installed from the official install instructions, and you must authenticate with belt login before running any belt app run commands.

Can I upscale AI-generated videos in the pipeline?

Yes, run falai/topaz-video-upscaler with the video_url from a previous step to enhance video quality before merging with audio or publishing.

How do I pass output from one pipeline step to the next?

Each belt app run writes JSON output that you redirect to a file, such as image.json. Extract the resulting URL from that file and supply it as the image_url, video_url, or audio_url input for the next app in the chain.