Skills kling

Kling Video Generation Skill

install
source · Clone the upstream repo
git clone https://github.com/openclaw/skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/alti-systems/kling" ~/.claude/skills/openclaw-skills-kling && rm -rf "$T"
OpenClaw · Install into ~/.openclaw/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.openclaw/skills && cp -r "$T/skills/alti-systems/kling" ~/.openclaw/skills/openclaw-skills-kling && rm -rf "$T"
manifest: skills/alti-systems/kling/SKILL.md
source content

Kling Video Generation Skill

Generate AI videos using Kling 2.6 (via Kie.ai).

Commands

# Generate video and wait for result
/root/clawd/skills/kling/kling.js generate "A gym owner high-fiving a member"

# Quick start (returns task ID immediately)
/root/clawd/skills/kling/kling.js quick "Professional fitness environment"

# Check status
/root/clawd/skills/kling/kling.js status <task_id>

Parameters

  • Model: kling-2.6/text-to-video (default)
  • Aspect Ratio: 16:9 (default)
  • Duration: 5 seconds (default)
  • Negative Prompt: Filters out blurry/low quality

Use Cases

  • UGC-style marketing videos
  • Gym/fitness promotional content
  • LinkedIn video posts
  • Client testimonial visualizations
  • Product demos

Notes

  • Videos take 1-5 minutes to generate
  • Results include video URL in the response
  • API key stored in
    .env
    as
    KIE_API_KEY