video-directorlisted
Install: claude install-skill vb-tyagi/capx-cafe
Get a short, scroll-stopping video onto a post by driving the user's **own** connected video tool (higgsfield /
kling / fal / whatever they wired via `media-connect`). **capx generates nothing** — you use their tool, then
`upload_media` streams the file and `post_now` attaches it (X processes video before it's ready; the chokepoint
waits for that). casserole guards the **caption**, not the clip. The brief: "$ARGUMENTS"
Follow these steps:
1. **Check a video tool is connected.** No video-generation tool in the session → stop and send the user to
**`media-connect`**. capx has nothing to generate with.
2. **Pin the job for X.** Short wins: aim for a **tight clip (a few to ~30s)**, a **hook in the first second**
(X autoplays muted — the first frame + on-screen motion must earn the stop), and an aspect ratio that fits
feed (**9:16** for vertical, **1:1** or **16:9** otherwise). Get the subject, mood, and any on-screen text
from "$ARGUMENTS" and the post.
3. **Pick the model.** Use **`model-guide`** to choose the right video model for the look and length; they
differ a lot on motion, coherence, and max duration.
4. **Engineer the prompt.** Use **`prompt-engine`** for a video-shaped prompt: subject + action, camera move,
pacing, style, the opening beat, aspect ratio, duration. Show it before generating — video costs more than
images, so get the prompt right first.
5. **Generate with THEIR tool.** Call the user's connected video tool. Review the result agai