Create professional cinematic scripts for AI video generation with character consistency and cinematography knowledge. Use when the user wants to write a cinematic script, create story contexts with characters, generate image prompts for AI video tools (Midjourney, Sora, Veo), or needs cinematography guidance (camera angles, lighting, color grading). Also use for character consistency sheets, voice profiles, anachronism detection, and saving scripts to Google Drive.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install openclawskills或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install openclawskills⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/openclawskills/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: cinematic-script-writer version: 1.4.0 description: "Create professional cinematic scripts for AI video generation with character consistency and cinematography knowledge. Use when the user wants to write a cinematic script, create story contexts with characters, generate image prompts for AI video tools (Midjourney, Sora, Veo), or needs cinematography guidance (camera angles, lighting, color grading). Also use for character consistency sheets, voice profiles, anachronism detection, and saving scripts to Google Drive." metadata: openclaw: emoji: "🎬" requires: bins: - node install: - id: npm-install kind: npm package: openclaw-skills bins: - cinematic-script tags: - creative - video - script - cinematography - youtube - camera - lighting - consistency - character-design - voice - era-accurate - storage - google-drive ---
Create professional cinematic scripts for AI video generation with character consistency and cinematography knowledge.
# Install via npm
npm install -g openclaw-skills
# Or install via OpenClaw CLI
openclaw skills install cinematic-script-writer
Create and manage story contexts with characters, era, and settings:
# Create a new story context
cinematic-script create-context --name "My Story" --era "Ancient India" --period "Ramayana Era"
# List all saved contexts
cinematic-script list-contexts
# Get a specific context
cinematic-script get-context --id <context-id>
# Delete a context
cinematic-script delete-context --id <context-id>
Generate story ideas and create cinematic scripts:
# Generate story ideas for a context
cinematic-script generate-ideas --context-id <context-id> --count 3
# Create a full cinematic script from an idea
cinematic-script create-script --context-id <context-id> --idea-id <idea-id>
# Generate YouTube metadata for a script
cinematic-script generate-metadata --script-id <script-id>
Access camera angles, lighting, and shot type databases:
# List all camera angles
cinematic-script list-angles
# List all camera movements
cinematic-script list-movements
# List all shot types
cinematic-script list-shots
# Get camera setup recommendation
cinematic-script suggest-camera --scene-type "dialogue" --mood "dramatic"
# Get lighting suggestions
cinematic-script suggest-lighting --scene-type "interior" --mood "mysterious"
# Get color grading suggestions
cinematic-script suggest-grading --genre "action"
# Search cinematography database
cinematic-script search --query "low angle lighting"
Create character references and validate prompts:
# Create a character reference sheet
cinematic-script create-character-ref --character-id "char1" --name "Kutil" --visual "Purple rakshasa with golden eyes" --era "Ancient" --style "Pixar 3D"
# Create a voice profile for dialogue consistency
cinematic-script create-voice --character-id "char1" --name "Kutil" --personality "Mischievous, witty" --age "adult" --role "protagonist"
# Validate a prompt for anachronisms
cinematic-script validate-prompt --prompt "Your prompt here" --character-ids "char1,char2" --context-id <context-id>
Save projects to Google Drive or local storage:
# Connect to Google Drive
cinematic-script connect-drive
# Connect to local storage
cinematic-script connect-local
# Check storage connection status
cinematic-script storage-status
# Save project to storage
cinematic-script save --title "My Story" --context-id <context-id> --script-id <script-id>
Storage implementation details:
googleapis for Google Drive integration.Export scripts in various formats:
# Export as Markdown (default)
cinematic-script export --script-id <script-id> --format markdown
# Export as JSON
cinematic-script export --script-id <script-id> --format json
# Export as plain text
cinematic-script export --script-id <script-id> --format text
| Angle | Emotional Impact | Best For | |-------|-----------------|----------| | Eye-level | Connection, equality, neutrality | Dialogue, emotional moments | | Low-angle | Power, dominance, heroism | Villain reveals, hero moments | | High-angle | Vulnerability, weakness, overview | Defeat, establishing scale | | Bird-eye | Insignificance, detachment, patterns | Epic scale, isolation | | Worm-eye | Awe, grandeur, overwhelming presence | Monuments, giants, deities | | Dutch angle | Unease, disorientation, tension | Chaos, dreams, horror | | Overhead | Omniscience, surveillance | Table scenes, fight choreography | | Shoulder-level | Intimate, casual, documentary feel | Walking conversations | | Hip-level | Cowboy feel, casual tension | Westerns, standoffs | | Knee-level | Childlike perspective, grounding | Children's stories, humility |
| Movement | Effect | Use For | |----------|--------|---------| | Static | Stability, observation | Contemplation, portraits | | Pan | Revealing space | Following action horizontally | | Tilt | Revealing height | Following vertical action | | Dolly | Immersion, intimacy | Moving toward/away from subject | | Truck | Following action | Side-to-side parallel movement | | Crane | Epic scale, drama | Sweeping reveals, transitions | | Handheld | Urgency, realism | Documentary, action, chaos | | Steadicam | Smooth floating | Following through space, dreams | | Zoom | Sudden focus, surprise | Dramatic emphasis, comedy | | Rack-focus | Revealing connections | Shifting attention between subjects |
| Shot | Framing | Emotional Impact | |------|---------|-----------------| | Establishing | Wide location | Sets scene, geography, time | | Wide/Full | Subject + surroundings | Context, environment, scale | | Medium | Waist up | Dialogue, body language | | Close-up | Head/shoulders | Emotion, reaction, intimacy | | Extreme close-up | Detail only (eyes, hands) | Intense emotion, symbolism | | Over-shoulder | Past one subject to another | Conversation, perspective | | POV | Character's view | Immersion, subjectivity | | Insert | Object detail | Plot info, symbolism | | Two-shot | Two subjects together | Relationship, tension |
...
安装 Cinematic Script Writer 后,可以对 AI 说这些话来触发它
Help me get started with Cinematic Script Writer
Explains what Cinematic Script Writer does, walks through the setup, and runs a quick demo based on your current project
Use Cinematic Script Writer to create professional cinematic scripts for AI video generation with ...
Invokes Cinematic Script Writer with the right parameters and returns the result directly in the conversation
What can I do with Cinematic Script Writer in my design & creative workflow?
Lists the top use cases for Cinematic Script Writer, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/openclawskills/ 目录(个人级,所有项目可用),或 .claude/skills/openclawskills/(项目级)。重启 AI 客户端后,用 /openclawskills 主动调用,或让 AI 根据上下文自动发现并使用。
Cinematic Script Writer 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Cinematic Script Writer 可免费安装使用。请查阅仓库了解许可证信息。
Create professional cinematic scripts for AI video generation with character consistency and cinematography knowledge. Use when the user wants to write a cinematic script, create story contexts with characters, generate image prompts for AI video tools (Midjourney, Sora, Veo), or needs cinematography guidance (camera angles, lighting, color grading). Also use for character consistency sheets, voice profiles, anachronism detection, and saving scripts to Google Drive.
Automate my design & creative tasks using Cinematic Script Writer
Identifies repetitive steps in your workflow and sets up Cinematic Script Writer to handle them automatically
Cinematic Script Writer 属于「Design & Creative」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。