Comfy Story Video
Analysis
The artifacts coherently describe a local ComfyUI-based story video generator, with only expected notes about running local code, installing dependencies, and using local media/AI tools.
Findings (3)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
COMFYUI_URL = "http://127.0.0.1:8188" ... requests.post(f"{COMFYUI_URL}/prompt" ...)The script drives a local ComfyUI API to queue image-generation workflows, which is central to the skill's purpose and is also disclosed in SKILL.md.
Python dependencies: `pip install websocket-client requests`; **FFmpeg** for audio conversion
The skill documents manual, unpinned package and tool dependencies, while the registry metadata lists no required binaries or environment requirements.
python3 scripts/generate_story_video.py --theme "友谊" --scenes 5
The skill is instruction-only but asks the user or agent to execute the included Python script; this is expected for a local media-generation tool.
