Agent Skills
› zuoc1993/clawdcut
› video-aesthetics
video-aesthetics
GitHub通过执行脚本定义、验证和评分视频视觉风格,确保概念定稿、分镜完成及代码生成前符合电影美学标准。
Trigger Scenarios
定义项目视觉风格
资产获取前风格验证
分镜定稿后美学评分
Remotion代码生成前检查
Install
npx skills add zuoc1993/clawdcut --skill video-aesthetics -g -y
SKILL.md
Frontmatter
{
"name": "video-aesthetics",
"metadata": {
"tags": "aesthetics, color-grading, transitions, composition, cinematography, visual-design"
},
"description": "Use when defining, validating, or enforcing project visual style in Clawdcut, especially before asset acquisition, storyboard finalization, and Remotion code generation."
}
Video Aesthetics Skill
Overview
This skill enforces cinematic style with executable scripts, not just prose guidance.
Required Scripts
scripts/build_style_brief.pyscripts/validate_style_brief.pyscripts/score_aesthetics.py
Required Execution Gates
- Concept finalized:
python clawdcut/skills/video-aesthetics/scripts/build_style_brief.py --workdir .
python clawdcut/skills/video-aesthetics/scripts/validate_style_brief.py --style-brief .clawdcut/style_brief.json
- Storyboard completed:
python clawdcut/skills/video-aesthetics/scripts/score_aesthetics.py --project-dir . --threshold 75
- Before Remotion generation:
python clawdcut/skills/video-aesthetics/scripts/validate_style_brief.py --style-brief .clawdcut/style_brief.json
python clawdcut/skills/video-aesthetics/scripts/score_aesthetics.py --project-dir . --threshold 75
Pass Criteria
overall >= 75- If
overall < 75, do not proceed. Fix storyboard/style decisions and score again.
Output Artifacts
.clawdcut/style_brief.json.clawdcut/aesthetic_score.json.clawdcut/aesthetic_report.md
Style Defaults
style_id:cinematic_story- Avoid high-noise style drift and excessive hard cuts.
- Prioritize coherent color harmony, composition clarity, and gentle narrative rhythm.
Related Rules
Version History
- d64b80a Current 2026-07-25 06:38


