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.mdsource 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:
- Plan Shot: Design camera movement
- Select Motion: Choose camera motion type
- Configure Parameters: Set motion intensity
- Generate Video: Submit with camera settings
- 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.