Veevid AI Video Generator

ReviewAudited by ClawScan on May 1, 2026.

Overview

This is a straightforward Veevid video-generation skill, but users should understand it uses a Veevid API key, sends prompts/images to Veevid, and may spend account credits after confirmation.

This skill appears coherent and purpose-aligned. Before installing, make sure you are comfortable storing a Veevid API key locally, sending prompts/images to Veevid, and spending Veevid credits after the agent shows a quote and you confirm.

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.

What this means

Anyone using this skill should know it can use the configured Veevid account and spend credits when a generation is confirmed.

Why it was flagged

The skill requires a Veevid API key stored locally and later used as a bearer token for API calls. This is expected for an authenticated video-generation service, but it gives the agent access to a paid account credential.

Skill content
echo "YOUR_API_KEY" > ~/.config/veevid/api_key
Recommendation

Use a dedicated Veevid API key if possible, monitor credit usage, and revoke or rotate the key if you stop using the skill.

What this means

In group chats, the agent may look at recent messages to find the requesting user's image and may post a confirmation reply in the channel.

Why it was flagged

For image-to-video requests without a provided URL, the skill tells the agent to inspect recent Discord messages and then quote candidate image messages for confirmation. This is scoped to the current channel and filtered by sender, but it still involves chat-reading and message-sending tools.

Skill content
Use `message read` (channel=discord, limit=10) to scan recent messages in the current channel.
Recommendation

Use this workflow only in channels where you are comfortable with the agent reading recent messages and quoting the image for confirmation.

What this means

Prompts, image URLs, and uploaded images may be sent to Veevid and potentially processed by underlying video-generation providers.

Why it was flagged

The documented workflow uploads user-provided image files to Veevid storage and uses Veevid API endpoints for generation. This is necessary for image/video generation, but it means user media and prompts leave the local/chat environment.

Skill content
POST https://veevid.ai/api/storage/upload ... file: <binary>
Recommendation

Avoid submitting sensitive, private, or third-party media unless you are comfortable sending it to Veevid for processing.