Grok Ai Free Video Generator

v1.0.0

Turn your ideas into polished videos without spending a dime using the grok-ai-free-video-generator skill on ClawHub. This skill taps into Grok AI's generati...

0· 36·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
medium confidence
Purpose & Capability
The skill name/description (Grok AI video generator) matches the operations described in SKILL.md: creating sessions, sending SSE prompts, uploading media, checking credits, and exporting renders. The single required env var (NEMO_TOKEN) is appropriate for an external API token used by the service.
Instruction Scope
Runtime instructions are narrowly scoped to: check/set NEMO_TOKEN, save a UUID to ~/.config/grok-ai-free-video-generator/client_id, create a session and perform API calls to the nemovideo.ai endpoints. The skill does not instruct reading unrelated system files or harvesting other environment variables. It does detect install path for attribution headers (reads well-known skill directories), which is within expected behavior.
Install Mechanism
This is an instruction-only skill with no install spec and no code files. Nothing is written to disk beyond the client_id file in the skill's own config directory. No external archives or packages are downloaded by the skill itself.
Credentials
Only one credential is declared and used: NEMO_TOKEN, which the skill uses as an Authorization bearer token for the listed API. The SKILL.md also includes a legitimate anonymous-token flow to obtain a short-lived token if none is present. No unrelated credentials or broad system secrets are requested.
Persistence & Privilege
The skill does not request always:true, does not claim system-wide modifications, and only writes a single UUID to ~/.config/grok-ai-free-video-generator/client_id for rate-limiting/tracking. That level of persistence is proportionate to the stated purpose.
Assessment
What this skill will do: it will contact https://mega-api-prod.nemovideo.ai to obtain or use a NEMO_TOKEN, create and reuse a session_id, and save a small UUID in ~/.config/grok-ai-free-video-generator/client_id. It will include attribution headers on requests. Things to consider before installing: (1) the skill's source/homepage is unknown — verify you trust the nemovideo.ai host before giving network access. (2) If you prefer tighter control, set NEMO_TOKEN yourself (instead of allowing the skill to fetch an anonymous token) so you can revoke it later. (3) The skill does not request other credentials, but it will transmit your prompts and media to the external service — do not send sensitive personal data. (4) Because this is instruction-only (no code reviewable in the package), exercise normal caution: inspect network traffic or run in an environment you control if you need stronger assurance.

Like a lobster shell, security has layers — review code before you run it.

latestvk9772kmhya6mwtc0nq4kxtq0qn841efg

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

🎬 Clawdis
EnvNEMO_TOKEN
Primary envNEMO_TOKEN

Comments