Claude-skill-registry klingai-camera-control

install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/klingai-camera-control" ~/.claude/skills/majiayu000-claude-skill-registry-klingai-camera-control && rm -rf "$T"
manifest: skills/data/klingai-camera-control/SKILL.md
source content

Klingai Camera Control

Overview

This skill demonstrates advanced camera control in Kling AI including pan, tilt, zoom, dolly, and complex camera movements for cinematic video generation.

Prerequisites

  • Kling AI API key configured
  • Understanding of cinematography basics
  • Python 3.8+

Instructions

Follow these steps for camera control:

  1. Plan Shot: Design camera movement
  2. Select Motion: Choose camera motion type
  3. Configure Parameters: Set motion intensity
  4. Generate Video: Submit with camera settings
  5. Review Output: Evaluate camera movement

Output

Successful execution produces:

  • Videos with controlled camera motion
  • Cinematic shot sequences
  • Professional camera movements
  • Consistent visual storytelling

Error Handling

See

{baseDir}/references/errors.md
for comprehensive error handling.

Examples

See

{baseDir}/references/examples.md
for detailed examples.

Resources