Claude-skill-registry klingai-style-transfer
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-style-transfer" ~/.claude/skills/majiayu000-claude-skill-registry-klingai-style-transfer && rm -rf "$T"
manifest:
skills/data/klingai-style-transfer/SKILL.mdsource content
Klingai Style Transfer
Overview
This skill demonstrates applying artistic styles, visual effects, and aesthetic modifications to Kling AI video generation for unique creative outputs.
Prerequisites
- Kling AI API key configured
- Reference images for style (optional)
- Python 3.8+
Instructions
Follow these steps for style transfer:
- Define Style: Choose or describe target aesthetic
- Prepare Reference: Gather style reference images
- Craft Prompt: Include style descriptors
- Generate Video: Submit with style parameters
- Refine Output: Iterate on style settings
Output
Successful execution produces:
- Stylized video content
- Consistent brand aesthetics
- Artistic transformations
- Style variation comparisons
Error Handling
See
{baseDir}/references/errors.md for comprehensive error handling.
Examples
See
{baseDir}/references/examples.md for detailed examples.