For the complete documentation index, see llms.txt. This page is also available as Markdown.

generate

Generates cheap faceless AI videos for social media. It drafts a still first, checks the still before spending on animation, enforces a running spend cap, animates through kie.ai, and writes a publish-ready hand-off for Blotato.

Install

  1. Copy the full generate/ folder into ~/.claude/skills/, including models/, presets/, draft-image.sh, animate.sh, balance.sh, and .env.example

  2. Copy .env.example to .env and add your kie.ai API key

  3. Restart Claude Code, or fully quit and relaunch Claude Desktop

When it triggers

  • "Make me a faceless AI video"

  • "Generate a POV clip"

  • "Animate this still"

  • "Generate a cheap AI video for TikTok/Reels/Shorts"

  • /generate

What it does

  1. Drafts a 9:16 still on a cheap image model.

  2. Shows the still before any paid animation.

  3. Checks the still for 1080x1920 size, correct POV, and no bad baked-in text.

  4. Quotes the credits, dollars, and remaining budget before spending.

  5. Animates the approved still through kie.ai.

  6. Saves the MP4, sidecar JSON, and running ledger.

  7. Hands the publish-ready clip to Blotato when connected.

Included support files

  • models/: model recipes for Nano Banana 2, GPT Image 2, Seedance, and Wan.

  • presets/: reusable visual formats like POV, listicle, story, before/after, and app watermark.

  • draft-image.sh: creates the still and resizes it to 1080x1920.

  • animate.sh: animates the approved still and logs the real cost.

  • balance.sh: checks kie.ai credits.

  • .env.example: shows the required API key setup.

SKILL.md

Last updated