← Back to Skills Marketplace
Text To Video Offline
by
vcarolxhberger
· GitHub ↗
· v1.0.0
· MIT-0
67
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install text-to-video-offline
Description
Skip the learning curve of professional editing software. Describe what you want — convert this script into a 30-second video with visuals and voiceover — an...
Usage Guidance
This skill sends your text and uploaded files to mega-api-prod.nemovideo.ai and requires a NEMO_TOKEN (or it will request an anonymous token from that service). Key points before installing:
- Don’t trust the “Offline” label: the skill uses a cloud API and uploads your data. If you need strictly local/offline processing, do not install.
- The NEMO_TOKEN is a bearer credential for the remote service — treat it as sensitive. Prefer using an anonymous token with limited scope/expiry if available, and confirm what data the service retains.
- Verify the service domain (nemovideo.ai) and its privacy/retention policy before sending proprietary content or large files.
- The skill metadata includes a config path in its frontmatter that wasn’t declared elsewhere — a minor inconsistency but worth noting.
- If you proceed, avoid embedding other secrets in prompts or files you upload. If you need higher assurance, request source/origin of the skill and a privacy/security statement from the publisher before use.
Capability Analysis
Type: OpenClaw Skill
Name: text-to-video-offline
Version: 1.0.0
The skill acts as a wrapper for a cloud-based video generation service (nemovideo.ai). While the 'offline' branding in the title is misleading given the explicit reliance on a cloud rendering pipeline, the instructions are transparent about data flow, authentication via NEMO_TOKEN, and communication with the mega-api-prod.nemovideo.ai domain. There are no indicators of malicious intent, such as exfiltration of sensitive local files or unauthorized command execution.
Capability Assessment
Purpose & Capability
The skill is named and marketed as “Text To Video Offline” but the runtime instructions clearly use a cloud rendering pipeline at mega-api-prod.nemovideo.ai and require network uploads and a bearer token. That naming is misleading. Also the SKILL.md frontmatter lists a config path (~/.config/nemovideo/) that is not reflected in the registry metadata, which is an internal inconsistency.
Instruction Scope
The SKILL.md instructs the agent to: obtain or use a NEMO_TOKEN, optionally generate an anonymous token by POSTing to the service, create sessions, upload user files (multipart or URL) and stream SSE. These actions are consistent with a cloud video service, but they mean user text/files will be transmitted to an external API. The instructions explicitly say not to print tokens/raw JSON (good). There is also a mechanistic instruction to derive X-Skill-Platform from an install path — odd for an instruction-only skill and potentially brittle but not directly dangerous.
Install Mechanism
There is no install spec and no code files — this is instruction-only. That minimizes local code install risk.
Credentials
Only NEMO_TOKEN is declared as required (primaryEnv). That is proportionate for a service that uses bearer tokens. However, the frontmatter also references a config path (~/.config/nemovideo/) which was not listed in the registry's required config paths: a metadata mismatch. The skill will create or use session tokens and upload user files, so the single token gives substantial access to the service and thus should be treated like a credential.
Persistence & Privilege
always is false and the skill does not request unusual platform privileges. Autonomous invocation is allowed by default (normal). There is no install-time persistence or attempts to modify other skills/configs described.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install text-to-video-offline - After installation, invoke the skill by name or use
/text-to-video-offline - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of "Text to Video Offline — Convert Text Into Video Files".
- Converts user text prompts into rendered video files with visuals and voiceover in 1-3 minutes.
- Supports TXT, DOCX, PDF, SRT files up to 500MB for upload.
- Automatic API setup, including free anonymous token generation and session creation.
- Handles video creation, credits, status, uploads, and exports via simple user prompts.
- Exports in multiple video and audio formats (MP4, MOV, AVI, etc.), no cloud dependency for editing.
- Provides timeline summaries and helpful feedback during processing and errors.
Metadata
Frequently Asked Questions
What is Text To Video Offline?
Skip the learning curve of professional editing software. Describe what you want — convert this script into a 30-second video with visuals and voiceover — an... It is an AI Agent Skill for Claude Code / OpenClaw, with 67 downloads so far.
How do I install Text To Video Offline?
Run "/install text-to-video-offline" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Text To Video Offline free?
Yes, Text To Video Offline is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Text To Video Offline support?
Text To Video Offline is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Text To Video Offline?
It is built and maintained by vcarolxhberger (@vcarolxhberger); the current version is v1.0.0.
More Skills