ai-content-pipeline
Installation
SKILL.md
Install the belt CLI skill:
npx skills add belt-sh/cli
AI Content Pipeline
Build multi-step content creation pipelines via inference.sh CLI.

Quick Start
Requires inference.sh CLI (
belt). Install instructions
belt login
# Simple pipeline: Generate image -> Animate to video
belt app run falai/flux-dev --input '{"prompt": "portrait of a woman smiling"}' > image.json
belt app run falai/wan-2-5 --input '{"image_url": "<url-from-previous>"}'
Related skills