video-prompting-guide
Installation
SKILL.md
Video Prompting Guide
Best practices for writing effective AI video generation prompts via inference.sh.

Quick Start
curl -fsSL https://cli.inference.sh | sh && infsh login
# Well-structured video prompt
infsh app run google/veo-3-1-fast --input '{
"prompt": "Cinematic tracking shot of a red sports car driving through Tokyo at night, neon lights reflecting on wet streets, rain falling, 4K, shallow depth of field"
}'
Install note: The install script only detects your OS/architecture, downloads the matching binary from
dist.inference.sh, and verifies its SHA-256 checksum. No elevated permissions or background processes. Manual install & verification available.