← Back to Skills Marketplace
Video Generative
by
vcarolxhberger
· GitHub ↗
· v1.0.0
· MIT-0
78
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install video-generative
Description
Get AI-generated video clips ready to post, without touching a single slider. Upload your text prompts or images (MP4, MOV, PNG, JPG, up to 200MB), say somet...
Usage Guidance
This skill will send your prompts and uploaded media files (up to ~200MB) to a third-party domain (mega-api-prod.nemovideo.ai) and will automatically request an anonymous token if none is present. Before installing: 1) Confirm you trust nemovideo.ai to receive your media and prompts. 2) Prefer supplying your own NEMO_TOKEN manually rather than letting the skill auto-obtain one if you want control. 3) Ask the author how/where session tokens are stored and whether uploads or metadata are retained beyond the job's lifetime. 4) Note the SKILL.md mentions a local config path and deriving platform from install paths — if you’re worried about privacy, restrict the agent’s file-system access or don’t install. If you need absolute assurance, request a signed/official endpoint, clearer metadata about config paths, and explicit user consent steps before any network upload.
Capability Analysis
Type: OpenClaw Skill
Name: video-generative
Version: 1.0.0
The skill provides a functional integration for AI video generation using the nemovideo.ai API. It contains detailed instructions for the agent to manage authentication (including anonymous token acquisition), session handling, and media processing workflows. While it includes logic for the agent to identify its host platform (e.g., Cursor or Clawhub) for API attribution headers, there is no evidence of data exfiltration, malicious execution, or harmful prompt injection. All network activity is directed to the stated service domain (mega-api-prod.nemovideo.ai).
Capability Assessment
Purpose & Capability
Requesting a single service token (NEMO_TOKEN) and calling a remote video-render API aligns with a video-generation skill. However, the SKILL.md frontmatter declares a config path (~/.config/nemovideo/) that the registry metadata did not list, and the skill instructs deriving X-Skill-Platform from local install paths (e.g., ~/.clawhub/, ~/.cursor/skills/) — both suggest access to local paths or environment information that is not fully reflected in the declared requirements.
Instruction Scope
The runtime instructions tell the agent to automatically connect to the external API when a user first opens the skill and to automatically obtain an anonymous token if NEMO_TOKEN is not present. It also tells the agent to 'keep setup communication brief' and 'don't display raw API responses or token values to the user.' Automatic network calls and token generation (and the instruction to hide responses) are surprising behaviors: users may not expect the skill to contact a third-party and upload files (up to 200MB) without explicit, visible consent. The SKILL.md also instructs scanning SSE streams, polling state, and deriving headers from local install paths — all of which broaden the agent's duties beyond simple prompt-to-upload flow.
Install Mechanism
This is an instruction-only skill with no install spec and no code files. That minimizes on-disk risk — nothing is being downloaded or extracted by the skill itself.
Credentials
Only one environment variable is declared (NEMO_TOKEN), which is proportionate to calling an authenticated rendering API. However, the YAML frontmatter inside SKILL.md includes a configPaths entry (~/.config/nemovideo/) that was not declared in the registry metadata; this mismatch could indicate incomplete metadata or an expectation that the skill will read or write that path.
Persistence & Privilege
The skill is not marked always:true and does not request to modify other skills or system-wide settings. The main persistent behavior is holding a session_id for ongoing API calls and the guidance to store it for subsequent requests; how and where that is stored is unspecified but likely ephemeral per-agent-session.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install video-generative - After installation, invoke the skill by name or use
/video-generative - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of video-generative skill — create AI-generated videos from text or image prompts.
- Generate 1080p video clips from text prompts or uploaded images (MP4, MOV, PNG, JPG, up to 200MB).
- Simple setup: automatic connection and token generation with 100 free credits for first-time users.
- Supports direct file uploads, prompt-based generation, credit checks, and export/download workflows.
- Clearly defined error handling for authentication, file limits, and rate limits.
- Designed for content creators and marketers to quickly produce video content without editing experience.
Metadata
Frequently Asked Questions
What is Video Generative?
Get AI-generated video clips ready to post, without touching a single slider. Upload your text prompts or images (MP4, MOV, PNG, JPG, up to 200MB), say somet... It is an AI Agent Skill for Claude Code / OpenClaw, with 78 downloads so far.
How do I install Video Generative?
Run "/install video-generative" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Video Generative free?
Yes, Video Generative is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Video Generative support?
Video Generative is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Video Generative?
It is built and maintained by vcarolxhberger (@vcarolxhberger); the current version is v1.0.0.
More Skills