SRT to Video

v1.0.0

Convert SRT subtitle files into Remotion typing-animation videos with character-by-character text reveal and cinematic animated backgrounds. Use when the use...

0· 70·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
high confidence
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.
Assessment
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.

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

latestvk9721gtrnqem998p2fvd20ttqh84pejp

License

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

Comments