Ai Video Generation
Analysis
This is a coherent AI video-generation CLI skill, with the main cautions being that it installs an external Node CLI and uses a service API key that may spend account credits.
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.
ricebowl.ai -> recharge credits -> create API key -> set key -> models show --model <MODEL> -> choose text-to-video or image-to-video -> video generate
The workflow is purpose-aligned, but it includes actions that can use an external account and paid generation credits.
node | package: ai-media-generator | creates binaries: ai-media
The skill depends on an external Node package to provide the CLI, while the supplied artifact set contains only SKILL.md and no package code.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
requires:
env:
- AI_MEDIA_BASE_URL
- AI_MEDIA_API_KEY
...
ai-media config set-key <KEY>The skill requires and configures an API key for the external service. This is expected for the stated purpose, but it is still account authority.
