carocut-media-visual
Installation
SKILL.md
Visual Assets
Retrieves stock images and generates custom images for video production. This step fulfills visual resource requirements defined in manifests/resources.yaml.
Decision Flow
digraph visual_decision {
"Resource from resources.yaml" [shape=doublecircle];
"source = existing?" [shape=diamond];
"Already in raws/" [shape=box];
"source = retrieve?" [shape=diamond];
"Search stock images" [shape=box];
"source = generate?" [shape=diamond];
"Generate with AI" [shape=box];
"Needs transparency?" [shape=diamond];
"Remove background" [shape=box];
"Save to raws/" [shape=box];
"Update resources.yaml" [shape=doublecircle];