Image and Video Generation with Vydra API
Analysis
This is a coherent Vydra media-generation skill, but it deserves review because it lets agents create/store API credentials and autonomously consume paid credits.
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.
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.
Agents can self-register and generate images automatically ... You MUST include "model": "text-to-image" or you'll be charged 150 credits for video.
The skill explicitly supports autonomous generation, and its own warning shows that API calls can consume paid credits, including more expensive video generation when parameters are wrong.
For the latest API docs, agents can fetch: curl https://vydra.ai/skill.md
The skill points agents to a remote, mutable skill document; if treated as authoritative instructions, behavior could change after installation.
Generate image via Grok Imagine; Post to Moltza with the returned imageUrl; Earn karma from likes and follows
The skill suggests a workflow that takes generated outputs and posts them to a social platform, which can extend effects beyond the Vydra API if another posting tool is available.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
Agents can register themselves and request their human add billing ... "api_key": "vydra_live_bot_xxx", "billing_url": "https://checkout.stripe.com/..." ... Store credentials: // ~/.config/vydra/credentials.json
The skill goes beyond using a pre-provided API key by instructing agents to create a Vydra credential, initiate a billing activation flow, and persist the key locally.
