← 返回 Skills 市场
api00

Script to Video

作者 api00 · GitHub ↗ · v1.4.0 · MIT-0
cross-platform ✓ 安全检测通过
32
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install revid-script-to-video
功能描述
Turn an already-written script into a video with voiceover, auto-cut stock visuals, and captions. Use when the user has the words and wants Revid to handle p...
使用说明 (SKILL.md)

Script → video

The script-to-video workflow is the lowest-friction path: you bring the words, Revid brings the visuals + voice + captions + edit.

When to use this skill

  • The user pastes a finished script (or generates one in-conversation).
  • They want full creative control over the words.
  • They are happy with stock visuals (otherwise see revid-script-with-custom-media).
  • For an idea-to-video flow, use revid-prompt-to-video.

Inputs

Field Required Notes
text yes The script. Use line breaks for scene boundaries.
aspectRatio no Default 9:16
voiceId no Pick to match the script tone
targetDuration no Auto-derived from script length if omitted

Step-by-step

  1. Validate text is non-trivial (>30 words) and within practical limits (~1500 words for a 5-min video).
  2. POST /render.
  3. Poll /status.

API call template

POST /api/public/v3/render
Host: www.revid.ai
Content-Type: application/json
key: $REVID_API_KEY
{
  "workflow": "script-to-video",
  "source":   { "text": "{SCRIPT}" },
  "aspectRatio": "9:16",
  "voice":    { "enabled": true, "voiceId": "aria-en-us", "stability": 0.6, "speed": 1.0, "language": "en-US" },
  "captions": { "enabled": true, "position": "middle", "autoCrop": true },
  "music":    { "enabled": true, "syncWith": "beats" },
  "media": {
    "type": "stock-video",
    "density": "medium",
    "animation": "soft",
    "quality": "pro",
    "imageModel": "good",
    "videoModel": "pro"
  },
  "options": {
    "summarizationPreference": "no-summarization",
    "soundEffects": true,
    "hasToGenerateCover": true
  },
  "render": { "resolution": "1080p", "frameRate": 30 }
}

summarizationPreference: "no-summarization" — the user wrote the script for a reason. Don't paraphrase it.

Examples

Failure modes

Symptom Fix
Script too long → exceeds context Either split into multiple /render calls (one per chapter) or set summarizationPreference: "summarize".
Voice mispronounces brand names Inline phonetic spelling in the script ("Revid (rev-id)").
Visuals don't match niche topic Pre-author a few key shots and switch to revid-script-with-custom-media.
Music drowns the voice Lower music duck — currently no direct knob; switch music.enabled: false and add ambient sound effects via options.soundEffects: true.

See also

安全使用建议
This skill is coherent but keep these practical cautions in mind before installing: (1) The skill transmits whatever script text you provide to Revid (https://www.revid.ai) — do not include passwords, API keys, personal data, or other secrets in scripts. (2) The included example run.sh requires curl and jq to run but the skill metadata does not list required binaries — ensure your environment has these tools or update the requirements. (3) Verify you trust Revid and the scope of your REVID_API_KEY; prefer a key with minimal permissions and rotate it if you suspect exposure. (4) Test with non-sensitive content first to confirm behavior and costs. If you want these inconsistencies fixed, ask the author to declare required binaries and to document any rate limits, data retention, and how API keys are used/stored.
功能分析
Type: OpenClaw Skill Name: revid-script-to-video Version: 1.4.0 The skill is a legitimate integration for the Revid.ai video generation service. It provides instructions and a helper script (examples/run.sh) to send text scripts to the Revid API and poll for the resulting video status. No evidence of data exfiltration, malicious execution, or prompt injection was found.
能力标签
requires-sensitive-credentials
能力评估
Purpose & Capability
Name/description match the behavior: SKILL.md and examples call Revid's /render and /status endpoints and require a REVID_API_KEY, which is appropriate for a Revid integration.
Instruction Scope
SKILL.md stays on-task (send script text, set options, poll status). It instructs sending user script data to https://www.revid.ai (expected). The example run.sh reads a local script file or uses the bundled example, so it will transmit supplied text — avoid embedding secrets. The example script uses curl and jq, but the skill metadata does not declare required binaries; that's a minor inconsistency to be aware of.
Install Mechanism
No install spec (instruction-only) — nothing is downloaded or written to disk by an installer, which minimizes install-time risk.
Credentials
Only REVID_API_KEY is required and is appropriate for authenticating to Revid's API. No other credentials or unrelated environment variables are requested.
Persistence & Privilege
always is false and the skill does not request elevated or persistent platform-wide privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install revid-script-to-video
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /revid-script-to-video 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.4.0
**New version 1.4.0: Improved documentation and workflow clarity.** - Expanded SKILL.md with detailed usage instructions and API call templates. - Clarifies when to use this skill vs. related skills for more control or end-to-end scripting. - Lists new guidance on handling input scripts, supported options, and troubleshooting. - Covers frequent failure modes and suggests solutions. - Adds examples and cross-links to related workflows.
元数据
Slug revid-script-to-video
版本 1.4.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Script to Video 是什么?

Turn an already-written script into a video with voiceover, auto-cut stock visuals, and captions. Use when the user has the words and wants Revid to handle p... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 32 次。

如何安装 Script to Video?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install revid-script-to-video」即可一键安装,无需额外配置。

Script to Video 是免费的吗?

是的,Script to Video 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Script to Video 支持哪些平台?

Script to Video 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Script to Video?

由 api00(@api00)开发并维护,当前版本 v1.4.0。

💬 留言讨论