高光集锦

当用户提到高光集锦、精彩片段、best moments、体育高光、活动 recap 时,优先使用这个 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 ask for creating highlight reels and the scripts implement upload → create project → poll → return result_url to the Sparki Business API. Required tools (curl, jq) and SPARKI_API_KEY are appropriate for this purpose.
Instruction Scope
SKILL.md and the scripts operate on a local mp4 file, use only the declared SPARKI_API_KEY and optional SPARKI_API_BASE, call Sparki API endpoints, and return a presigned result URL. They do not read unrelated system files or exfiltrate data to any domain other than the declared Sparki API.
Install Mechanism
No install spec—this is instruction + script based and uses only curl/jq already expected to be on PATH. No remote archive downloads or opaque installers are present.
Credentials
Only one required environment variable (SPARKI_API_KEY) is declared and used as the API authorization header. An optional SPARKI_API_BASE is supported for alternate endpoints; no other secrets or unrelated credentials are requested.
Persistence & Privilege
always is false and the skill does not request permanent system-level changes. It suggests setting the SPARKI_API_KEY in OpenClaw config (normal for API-based skills) but does not modify other skills or system-wide credentials.
Assessment
This skill will upload local mp4 files to Sparki's Business API and return a presigned download URL—you must provide a valid SPARKI_API_KEY. Before installing, confirm you trust Sparki (https://sparki.io) with the video content you plan to upload, understand that processed results are delivered via a short-lived presigned URL, and that the scripts require network access plus curl and jq. If you need stricter controls, consider using an API key with limited scope, avoid uploading sensitive videos, and inspect the provided scripts yourself before running them.

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

Current versionv1.0.8
Download zip
editingvk97c6cj3fyff5x078wrwv51zch834a0dhighlightvk97c6cj3fyff5x078wrwv51zch834a0dlatestvk97c6cj3fyff5x078wrwv51zch834a0dreelsvk97c6cj3fyff5x078wrwv51zch834a0dsparkivk97c6cj3fyff5x078wrwv51zch834a0dvideovk97c6cj3fyff5x078wrwv51zch834a0dzhvk97c6cj3fyff5x078wrwv51zch834a0d

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:

  • “帮我做高光集锦”
  • “提炼最精彩的片段”
  • “做成体育高光”
  • “把最强片段剪出来”

这个 Skill 会做的事:

  • 提炼最精彩片段并组合成高光集锦
  • 适合体育、活动、演讲和 recap 视频
  • 处理完整异步流程:上传 → 处理 → 返回结果

支持的输出比例: 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 "28" "只保留最精彩的片段,并做得更有冲击力" "9:16")
echo "$RESULT_URL"

Files

7 total
Select a file
Select a file to preview.

Comments

Loading comments…