GoAI Video Gen
v1.0.0Generate AI videos via GoAI API. Use when the user asks to create, generate, render, or make videos, animations, clips, shorts, or motion content, including...
⭐ 0· 48·0 current·0 all-time
by@goai
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description (GoAI video generation) align with requested env var (GOAI_API_KEY), the default API host (mustgoai.com), and the code which calls /api/v1/models/capabilities and /api/v2/videos endpoints. Required binary 'uv' is justified by the project using a 'uv run' Python entrypoint.
Instruction Scope
SKILL.md instructs the agent to forward the user's prompt unchanged (unless user asks otherwise), use 'uv' to run the included Python scripts, and always return both local file paths and public URLs. The instructions also say local image paths will be uploaded — the code implements upload behavior. This scope is appropriate for a video-generation skill, but note that uploading local image files means user-supplied filesystem paths will be read and transmitted to the GoAI backend.
Install Mechanism
No install spec in the registry; the skill runs via 'uv'. On first run 'uv' may create a local environment and download Python/dependencies automatically (pyproject specifies httpx). This is expected behavior for a uv-based Python project, but it does mean the runtime may fetch and write interpreter/dependency files to disk when first invoked.
Credentials
Only GOAI_API_KEY (and optional GOAI_BASE_URL) are required. These are proportional to contacting the GoAI service. The code does not request additional unrelated credentials or access other skill configs.
Persistence & Privilege
always is false and the skill does not request permanent platform presence or modify other skills. The bootstrap uses exec to run 'uv' but does not persist or alter unrelated system-wide settings.
Assessment
This skill appears to do what it says: it uses your GOAI_API_KEY to call mustgoai.com and will upload any local image files you tell it to use. Before installing, confirm you trust the mustgoai.com service and are comfortable with: (1) providing a GOAI API key (it will be sent as a Bearer token to the service), (2) local images you pass will be read and uploaded to the backend, and (3) the 'uv' runner may create a local virtual environment and download Python/dependencies on first run. Avoid passing sensitive files or private data as local image inputs. If you are unsure, review the scripts (generate_video.py and common.py) and only set the GOAI_API_KEY when you are ready to allow the service to handle your media.Like a lobster shell, security has layers — review code before you run it.
latestvk97dg9nay79329dxn7e54wb30983s7sa
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
🎬 Clawdis
OSmacOS · Linux · Windows
Binsuv
EnvGOAI_API_KEY
Primary envGOAI_API_KEY
