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


