← Back to Skills Marketplace
Text To Video Making Ai
by
mhogan2013-9
· GitHub ↗
· v1.0.0
· MIT-0
66
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install text-to-video-making-ai
Description
Skip the learning curve of professional editing software. Describe what you want — turn this blog intro into a 30-second video with visuals and background mu...
Usage Guidance
This skill appears to implement a standard cloud text→video flow, but review these before installing:
- Confirm you trust the external service (mega-api-prod.nemovideo.ai / NemoVideo). Uploaded text/files and generated videos are sent to that service.
- The skill will create an anonymous NEMO_TOKEN for you if none is provided. If you prefer to control credentials, set your own NEMO_TOKEN instead of relying on the anonymous flow.
- There is an inconsistency: the SKILL.md declares a config path (~/.config/nemovideo/) while the registry metadata showed no required config paths. Ask the publisher why a local config path is needed and whether the skill will read or write files there.
- Be cautious about uploading sensitive content (proprietary text, customer data, PII) since the processing occurs on the vendor's cloud.
If you cannot verify the service's privacy policy or the skill's publisher, treat the skill as untrusted for sensitive data. If you decide to proceed, prefer providing your own NEMO_TOKEN (from an account you control) and avoid uploading confidential files.
Capability Analysis
Type: OpenClaw Skill
Name: text-to-video-making-ai
Version: 1.0.0
The skill provides a functional interface for a text-to-video AI service via the 'nemovideo.ai' API. It includes standard procedures for authentication (using NEMO_TOKEN), session management, file uploads, and video rendering. The instructions in SKILL.md are clearly aligned with the stated purpose, focusing on mapping user intents to specific API endpoints without any evidence of data exfiltration, malicious execution, or harmful prompt injection.
Capability Assessment
Purpose & Capability
Name/description match the instructions: it contacts a cloud video backend (mega-api-prod.nemovideo.ai) and requires a NEMO_TOKEN. That credential and the APIs described are coherent with a text-to-video service. However, the SKILL.md frontmatter includes a config path (~/.config/nemovideo/) while the registry metadata reported earlier said no required config paths — this mismatch is an inconsistency you should confirm with the author.
Instruction Scope
Instructions are explicit about creating sessions, using SSE, uploading user files (multipart or URLs), and polling render endpoints. The skill will automatically POST to an anonymous-token endpoint to mint a NEMO_TOKEN when one isn't present — meaning it will reach out to the external service and create a transient credential without an explicit interactive consent step. The runtime directions do not ask for unrelated files or extra system secrets, but they do direct user-supplied files and any text prompts to an external service (uploads up to 500MB). This is expected for the stated purpose but has clear privacy implications.
Install Mechanism
Instruction-only skill with no install spec or code files — lowest install risk. All operations are described as remote API calls; nothing is written to disk by an installer as part of the skill itself. The only minor oddity is deriving X-Skill-Platform from an install path (reading path strings) — harmless but unnecessary.
Credentials
Only NEMO_TOKEN is declared as required (primary credential) which matches the described API. The skill's fallback to automatically obtain an anonymous NEMO_TOKEN if none is present is notable: it reduces friction but also means the skill will obtain and use credentials on your behalf. No other unrelated secrets are requested.
Persistence & Privilege
The skill does not request always:true or other elevated persistent privileges. It keeps a session_id for its own operations (normal) and does not instruct modification of other skills or system-wide settings.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install text-to-video-making-ai - After installation, invoke the skill by name or use
/text-to-video-making-ai - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of Text to Video Making AI — Turn Text Into Shareable Videos.
- Instantly generate shareable videos from text descriptions or uploaded TXT, DOCX, PDF files (up to 500MB).
- Automatic setup and cloud backend connection; includes built-in anonymous token acquisition with 100 free credits.
- Turn text/blog intros into 30-second videos with visuals and background music in 1–2 minutes, ready to export in multiple formats including 1080p MP4.
- Smart prompt-to-action mapping for uploads, edits, exports, and credit/status checks.
- Session-based editing allows iterative video refinements, batch file uploads, and maintains project progress.
- Built-in error handling and user feedback throughout the cloud rendering workflow.
Metadata
Frequently Asked Questions
What is Text To Video Making Ai?
Skip the learning curve of professional editing software. Describe what you want — turn this blog intro into a 30-second video with visuals and background mu... It is an AI Agent Skill for Claude Code / OpenClaw, with 66 downloads so far.
How do I install Text To Video Making Ai?
Run "/install text-to-video-making-ai" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Text To Video Making Ai free?
Yes, Text To Video Making Ai is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Text To Video Making Ai support?
Text To Video Making Ai is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Text To Video Making Ai?
It is built and maintained by mhogan2013-9 (@mhogan2013-9); the current version is v1.0.0.
More Skills