clanker.net
DESIGN inf-sh/skills

ai-content-pipeline

Build multi-step AI content creation pipelines combining image, video, audio, and text. Workflow examples: generate image -> animate -> add voiceover -> merge with music. Tools: FLUX, Veo, Kokoro TTS, OmniHuman, media merger, upscaling. Use for: YouTube videos, social media content, marketing materials, automated content. Triggers: content pipeline, ai workflow, content creation, multi-step ai, content automation, ai video workflow, generate and edit, ai content factory, automated content creation, ai production pipeline, media pipeline, content at scale

DESIGN
USE THIS SKILL

DOWNLOAD THE APP TO INSTALL AND USE /ai-content-pipeline ON YOUR DEVICE

Scan to open on your device
QR code for ai-content-pipeline Opens skill content in Expo Go
COMMAND
/ai-content-pipeline
CATEGORY
Design
REPOSITORY
inf-sh/skills
COMMIT

SKILL PROMPT

--- name: ai-content-pipeline description: "Build multi-step AI content creation pipelines combining image, video, audio, and text. Workflow examples: generate image -> animate -> add voiceover -> merge with music. Tools: FLUX, Veo, Kokoro TTS, OmniHuman, media merger, upscaling. Use for: YouTube videos, social media content, marketing materials, automated content. Triggers: content pipeline, ai workflow, content creation, multi-step ai, content automation, ai video workflow, generate and edit, ai content factory, automated content creation, ai production pipeline, media pipeline, content at scale" allowed-tools: Bash(infsh *) --- # AI Content Pipeline Build multi-step content creation pipelines via [inference.sh](https://inference.sh) CLI. ![AI Content Pipeline](https://cloud.inference.sh/app/files/u/4mg21r6ta37mpaz6ktzwtt8krr/01kg06qgcg105rh6y1kvxm4wvm.png) ## Quick Start > Requires inference.sh CLI (`infsh`). Get installation instructions: `npx skills add inference-sh/skills@agent-tools` ```bash infsh login # Simple pipeline: Generate image -> Animate to video infsh app run falai/flux-dev --input '{"prompt": "portrait of a woman smiling"}' > image.json infsh app run falai/wan-2-5 --input '{"image_url": "<url-from-previous>"}' ``` ## Pipeline Patterns ### Pattern 1: Image -> Video -> Audio ``` [FLUX Image] -> [Wan 2.5 Video] -> [Foley Sound] ``` ### Pattern 2: Script -> Speech -> Avatar ``` [LLM Script] -> [Kokoro TTS] -> [OmniHuman Avatar] ``` ### Pattern 3: Research -> Content -> Distribution ``` [Tavily Search] -> [Claude Summary] -> [FLUX Visual] -> [Twitter Post] ``` ## Complete Workflows ### YouTube Short Pipeline Create a complete short-form video from a topic. ```bash # 1. Generate script with Claude infsh app run openrouter/claude-sonnet-45 --input '{ "prompt": "Write a 30-second script about the future of AI. Make it engaging and conversational. Just the script, no stage directions." }' > script.json # 2. Generate voiceover with Kok [... prompt truncated for preview ...]