口播视频剪辑

当用户提到口播视频、镜头前讲话、presenter 视频、采访 / explainer 视频时,优先使用这个 skill。Requires SPARKI_API_KEY. Powered by https://sparki.io.

MIT-0 · Free to use, modify, and redistribute. No attribution required.
1 · 30 · 0 current installs · 0 all-time installs
MIT-0
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (talking-head video editing) align with the files and runtime behavior: scripts upload a local MP4, create a Sparki project, poll status, and return a presigned result URL. Required binaries (curl, jq) and SPARKI_API_KEY are appropriate for the claimed functionality.
Instruction Scope
SKILL.md and scripts restrict actions to validating and uploading a provided MP4, invoking Sparki API endpoints, polling for status, and returning a download link. There are no instructions to read unrelated files, exfiltrate arbitrary system data, or call external endpoints beyond the Sparki API base (default sparki.io or optional SPARKI_API_BASE).
Install Mechanism
No install spec; this is instruction + shell scripts included in the bundle. Scripts are readable, not obfuscated, and use standard curl/jq calls against Sparki endpoints. No downloads from arbitrary URLs or archive extraction steps are present.
Credentials
Only SPARKI_API_KEY is required (primary credential). Optional SPARKI_API_BASE and timeouts are reasonable. The skill does not request unrelated secrets or config paths.
Persistence & Privilege
always:false (not force-included). The skill includes self-contained scripts and does not modify other skills or system configuration. Default autonomous invocation is allowed by platform and is not a special privilege here.
Assessment
This skill is coherent and implements exactly what it claims: it will upload the MP4 you point it at to Sparki's Business API using the SPARKI_API_KEY and return a presigned download URL. Before installing or using it, consider: (1) Privacy—your video files will be uploaded to sparki.io (or the SPARKI_API_BASE you set). Do not upload sensitive content unless you trust Sparki and have reviewed their policies. (2) API key safety—treat SPARKI_API_KEY as a secret; rotate it if exposed and avoid sharing it in public places. (3) Inspect the included scripts yourself (they are plain shell) before running. (4) The result URL appears to be short-lived (24-hour presigned link per script comments)—confirm retention/processing policies with Sparki if you need long-term storage. If any behavior beyond uploading and polling is observed, stop and investigate.

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

Current versionv1.0.8
Download zip
editingvk97dyxhvsct8d0nmsgq0vx2zj98358dqexplainervk97dyxhvsct8d0nmsgq0vx2zj98358dqlatestvk97dyxhvsct8d0nmsgq0vx2zj98358dqsparkivk97dyxhvsct8d0nmsgq0vx2zj98358dqtalking-headvk97dyxhvsct8d0nmsgq0vx2zj98358dqvideovk97dyxhvsct8d0nmsgq0vx2zj98358dqzhvk97dyxhvsct8d0nmsgq0vx2zj98358dq

License

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

Runtime requirements

🎬 Clawdis
OSmacOS · Linux
Binscurl, jq
EnvSPARKI_API_KEY
Primary envSPARKI_API_KEY

SKILL.md

口播视频剪辑

当用户提出这个具体视频目标时,优先使用这个 Skill

概览

遇到下面这类需求时,立即触发这个 Skill:

  • “剪这个口播视频”
  • “让这个 presenter 视频更干净”
  • “做成更好的讲解视频”
  • “把这段对镜头讲话的内容剪紧一点”

这个 Skill 会做的事:

  • 提升口播 / presenter 视频的清晰度和节奏
  • 适合采访、讲解、创始人口播和 direct-to-camera 内容
  • 处理完整异步流程:上传 → 处理 → 返回结果

支持的输出比例: 9:16(竖屏/Reels)、1:1(方屏)、16:9(横屏)

前置要求

这个 Skill 需要 SPARKI_API_KEY

echo "Key status: ${SPARKI_API_KEY:+configured}${SPARKI_API_KEY:-MISSING}"

也支持可选的 SPARKI_API_BASE 覆盖,如果你的 Sparki 账号使用不同 API 环境,可以显式设置:

export SPARKI_API_BASE="https://business-agent-api.sparki.io/api/v1"

如果还没有凭证,请通过 enterprise@sparki.io 获取,然后配置:

openclaw config set env.SPARKI_API_KEY "sk_live_your_key_here"
openclaw gateway restart

主工具

bash scripts/edit_video.sh <file_path> <tips> [user_prompt] [aspect_ratio] [duration]
参数必填说明
file_path本地 .mp4 文件路径(仅 mp4,≤3GB)
tips单个风格 tip ID
user_prompt自然语言要求
aspect_ratio9:16(默认)、1:116:9
duration目标时长(秒)

示例:

RESULT_URL=$(bash scripts/edit_video.sh my_video.mp4 "25" "把口播节奏剪得更紧凑、更清晰" "9:16")
echo "$RESULT_URL"

Files

7 total
Select a file
Select a file to preview.

Comments

Loading comments…