Back to skill
v1.0.0
Ai Video Creator
BenignClawScan verdict for this skill. Analyzed May 1, 2026, 5:54 AM.
Analysis
This is a coherent instruction-only AI video generation skill; the main thing to notice is that it uses a video tool with user prompts, optional images, and output files.
GuidanceThis looks reasonable to install as an instruction-only video creation helper. Before using it, make sure any prompt or image you provide is appropriate for video generation, and verify the output filename or path before creating files.
Findings (1)
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.
Abnormal behavior control
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.
Tool Misuse and Exploitation
SeverityInfoConfidenceHighStatusNote
SKILL.md
await gen_videos({ video_requests: [{ prompt: "...", output_file: "ocean.mp4", image_file: "ocean.jpg" }] });The skill tells the agent to invoke a video-generation tool using a prompt, an optional input image, and an output file path. This is expected for a video creator, but it is still tool-mediated file/input handling.
User impactWhen invoked, the agent may process a prompt and selected image file and create a video file at the requested output path.
RecommendationUse only images and prompts you intend to process, and choose specific, non-sensitive output filenames and locations.
