← 返回 Skills 市场
SRT to Video
作者
0x00000003
· GitHub ↗
· v1.0.0
· MIT-0
117
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install 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...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install srt-to-video - 安装完成后,直接呼叫该 Skill 的名称或使用
/srt-to-video触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial publish of SRT to Remotion typewriter subtitle video skill
元数据
常见问题
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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 117 次。
如何安装 SRT to Video?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install srt-to-video」即可一键安装,无需额外配置。
SRT to Video 是免费的吗?
是的,SRT to Video 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
SRT to Video 支持哪些平台?
SRT to Video 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 SRT to Video?
由 0x00000003(@0x00000003)开发并维护,当前版本 v1.0.0。
推荐 Skills