π¬ AI Video Generation β Pro Pack on RunComfy
PassAudited by ClawScan on May 13, 2026.
Overview
This appears to be a purpose-aligned RunComfy video-generation skill, but users should understand it requires the RunComfy CLI, account token, and may send prompts or media references to RunComfy.
This skill looks coherent and purpose-aligned. Before installing, verify the RunComfy CLI package source, use a protected RunComfy token, and avoid sending sensitive prompts, images, audio, or videos unless you accept RunComfyβs data handling and any usage costs.
Findings (4)
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.
Installing the CLI gives third-party package code local execution capability, which is expected but should come from the official source.
The skill relies on installing or running an external npm CLI package. This is purpose-aligned, but the package is not bundled or pinned by the skill artifact.
npm i -g @runcomfy/cli # or: npx -y @runcomfy/cli --version
Install the RunComfy CLI only from official RunComfy documentation or a trusted npm source, and avoid running unexpected package versions.
The skill can use the configured RunComfy account/token to submit video-generation jobs, which may consume credits or access account resources.
The skill needs a RunComfy credential/configuration to call the service. That is expected for video generation, but it is still delegated account access.
Required env vars: RUNCOMFY_TOKEN; Required config paths: ~/.config/runcomfy
Use a dedicated or scoped token if RunComfy supports it, protect the token from logs or shared chats, and monitor account usage.
The agent may choose and run a RunComfy model endpoint for a userβs video request, producing files in the chosen output directory and potentially incurring service usage.
The skill documents local CLI execution against selectable RunComfy model endpoints. This is the core function and appears scoped to video generation.
runcomfy run <vendor>/<model>/<endpoint> \
--input '{"prompt": "..."}' \
--output-dir ./outReview the selected model, prompt/assets, output directory, and expected cost before running expensive or sensitive jobs.
Prompts and any supplied image, video, or audio references may be processed by RunComfy or its model providers.
The skill supports provider-side generation using supplied media references. This is disclosed and purpose-aligned, but users should treat those inputs as data sent to an external service.
multi-modal (up to 9 reference images, 3 reference videos, 3 reference audio)
Do not submit private or regulated media unless you are comfortable with RunComfyβs handling terms and retention policies.
