← Back to Skills Marketplace
SRT to Video
by
0x00000003
· GitHub ↗
· v1.0.0
· MIT-0
117
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install srt-to-video
Description
Convert SRT subtitle files into Remotion typing-animation videos with character-by-character text reveal and cinematic animated backgrounds. Use when the use...
Usage Guidance
This skill appears to do what it says: generate a Remotion typing-animation project from an SRT and show how to npm install/start/build it. Before using it: 1) Note the provided template is incomplete — Composition.tsx and index.tsx are referenced but not included, so you will need to supply or inspect those files before trying to render. 2) The workflow runs npm install / npx remotion which fetches code from the npm registry — run those commands in a trusted or sandboxed environment if you are concerned about network-downloaded code. 3) The skill writes files to your chosen directory; review generated files (package.json, scripts, and source) before executing. 4) There are no secrets requested and no external endpoints in the code, but SRT contents are local files: avoid providing sensitive data in SRTs. If you want a higher-safety test, run npm install in an isolated VM/container and inspect the final project before rendering.
Capability Analysis
Type: OpenClaw Skill
Name: srt-to-video
Version: 1.0.0
The skill is a legitimate utility for converting SRT subtitle files into Remotion video projects with typing animations. The provided files (SKILL.md, Background.tsx, TypingText.tsx) contain standard React/Remotion logic for visual effects and project scaffolding. While the workflow involves executing shell commands like 'npm install' and 'npm run build', these are necessary for the stated purpose and use well-known, safe dependencies. No indicators of data exfiltration, malicious execution, or prompt injection were found.
Capability Assessment
Purpose & Capability
The name/description match the provided code and package.json: both implement a Remotion typing-animation background and text component and declare Remotion as a dependency. However, SKILL.md promises a complete Remotion project (Composition.tsx and index.tsx) while the template files only include TypingText.tsx, Background.tsx, package.json, and tsconfig.json — the Composition and root files are not present. That makes the templates incomplete relative to the stated promise.
Instruction Scope
Runtime instructions are narrowly scoped: parse an input .srt, compute frame/timing, generate a Remotion project, and run npm install / npm start / npm run build. The instructions do require writing files to a user-specified directory and running npm to fetch dependencies, but they do not instruct reading unrelated system files, accessing environment variables, or sending data to external endpoints.
Install Mechanism
There is no platform install spec; this is instruction+template-only. The project relies on npm (npx remotion and npm install) which will download packages from the npm registry — expected for a Remotion project. No arbitrary download URLs, shorteners, or extraction from unknown servers are present in the skill bundle.
Credentials
The skill requests no environment variables, credentials, or config paths. Its package.json depends on Remotion and React packages — proportional to the stated video-rendering purpose.
Persistence & Privilege
The skill is not always-enabled and does not request elevated platform privileges. It writes project files into a user-specified directory (normal for a project generator) and does not modify other skills or system-wide agent settings.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install srt-to-video - After installation, invoke the skill by name or use
/srt-to-video - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial publish of SRT to Remotion typewriter subtitle video skill
Metadata
Frequently Asked Questions
What is SRT to Video?
Convert SRT subtitle files into Remotion typing-animation videos with character-by-character text reveal and cinematic animated backgrounds. Use when the use... It is an AI Agent Skill for Claude Code / OpenClaw, with 117 downloads so far.
How do I install SRT to Video?
Run "/install srt-to-video" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is SRT to Video free?
Yes, SRT to Video is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does SRT to Video support?
SRT to Video is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created SRT to Video?
It is built and maintained by 0x00000003 (@0x00000003); the current version is v1.0.0.
More Skills