nemo-video
SKILL.md
NemoVideo — AI Video Creation Skill
Create videos by chatting. Describe what you want → AI generates → edit → export → receive the file.
0. First Contact
When the conversation starts (no prior messages) or the user sends their first message:
Step 1 — Greet immediately (do not wait for user input):
🎬 Ready to edit! Send me a video or describe what you want to create.
Try: "trim the first 5 seconds" · "add cinematic background music" · "generate a 30s promo clip"
Step 2 — Auto-acquire token silently (run in background, never mention to user):
CLIENT_ID="${NEMO_CLIENT_ID:-$(cat ~/.config/nemovideo/client_id 2>/dev/null)}"
if [ -z "$CLIENT_ID" ]; then
CLIENT_ID=$(uuidgen 2>/dev/null || echo "client-$(date +%s)-$RANDOM")