Kling Prompter (Kling 3.0)
Generates Kling 3.0 (Kuaishou) video prompts by auto-selecting one of three writing formulas based on your request.
What it does
A prompt writer built specifically for Kling 3.0 (可灵, Kuaishou). It reads your request and picks one of three formulas:
- Formula 1 — 4-part base: Subject / Action / Context / Style, for 5-second single-scene shorts.
- Formula 2 — 5-layer advanced: Scene / Characters / Action / Camera / Audio & Style, for narrative clips with dialogue, music and ambience (leaning on Kling's native audio-video sync and per-character speech).
- Formula 3 — Image-to-video: the hard rule is to describe motion only and never restate what the reference image already shows.
It also includes a 6-rule self-check list (active verbs, temporal flow, concrete light sources, tactile detail, explicit endpoints, physics anchoring for fantasy), Chinese vs. English language guidance, a negative-prompt template, and an output format with recommended aspect ratio, duration and model.
Who it's for
- Creators producing shorts, ads or mini-films on Kling AI (klingai.com)
- Marketers who need character dialogue plus native audio in one generation
- Designers animating an existing reference image
- Anyone doing Chinese-language dialogue or Chinese aesthetics (wuxia, hanfu) video
Examples
- "Short video: a girl transforming into an anime character" → 4-part formula, 9:16 · 5s prompt with an explicit endpoint (
then settles). - "Two old friends reunite after 10 years, with voiceover" → 5-layer prompt covering scene, per-character wardrobe anchors, a cause-and-effect action chain, camera cuts, piano score plus park ambience, 12s.
- "Animate this kitchen photo, chef tossing a wok" → motion-only sequence (flip → fireball → catch → plate slide), skipping any re-description of the image.
· · · Install guide · · ·
Try it now, no install
Paste this into Claude to use the skill without installing anything.
Read the instructions in this file and follow them to help me: https://raw.githubusercontent.com/cclank/lanshu-awesome-ai-video-kit/HEAD/skills/kling-prompter/SKILL.md What I want: (describe your task here)
If Claude can't open the link, open it yourself and paste the contents instead.
↓ If it works for you, download the ZIP below and install it. Then it runs on its own — no pasting each time.
Install in the Claude app (no terminal)
- Download the ZIP with the button below.
- In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
- Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Install in Claude Code
Let Claude do it — paste this into Claude Code
Install the skill I found on Claude Skill Mart. Copy the skills/kling-prompter folder from the GitHub repo cclank/lanshu-awesome-ai-video-kit into my ~/.claude/skills/kling-prompter/. When it's done, tell me in one line what this skill can do.
Install with a command instead
git clone https://github.com/cclank/lanshu-awesome-ai-video-kit.git && mkdir -p ~/.claude/skills && cp -r lanshu-awesome-ai-video-kit/skills/kling-prompter ~/.claude/skills/⚠ This is a third-party skill. Check the source repository before installing.
- Open a terminal.
- Clone the repo:
git clone https://github.com/cclank/lanshu-awesome-ai-video-kit.git - Create the skills folder:
mkdir -p ~/.claude/skills - Copy the skill:
cp -r lanshu-awesome-ai-video-kit/skills/kling-prompter ~/.claude/skills/ - The skill links to
methodology/andprompts/one level up, so to keep those references working copy the whole repo to~/.claude/skills/lanshu-awesome-ai-video-kitinstead. - Restart Claude Code and ask something like "write a Kling prompt for ..." to trigger the skill.