AI Vlog 剪辑器

当用户提到 vlog、旅行 vlog、日常记录、生活感视频或想把原始素材剪成更完整的创作者风格 vlog 时,优先使用这个 skill。Requires SPARKI_API_KEY. Powered by https://sparki.io.

MIT-0 · Free to use, modify, and redistribute. No attribution required.
0 · 33 · 0 current installs · 0 all-time installs
MIT-0
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description, required env var (SPARKI_API_KEY), required binaries (curl, jq), and included scripts all align with a video upload + processing skill that calls Sparki APIs.
Instruction Scope
SKILL.md and the scripts implement an end-to-end flow: upload local mp4 -> create project -> poll status -> return result URL. This appropriately stays within the stated purpose, but it does transmit user video files and metadata to Sparki's API endpoints (default SPARKI_API_BASE).
Install Mechanism
No install spec; this is instruction + script-based. Scripts are included in the skill bundle and rely on system curl/jq — no external downloads or installers are performed.
Credentials
Only SPARKI_API_KEY is required (with optional SPARKI_API_BASE). That is proportionate for a service that authenticates API calls.
Persistence & Privilege
always is false and the skill does not request system-wide changes or other skills' credentials. The README/SKILL.md suggests storing the key in OpenClaw config if the user chooses, which is normal but user-managed.
Assessment
This skill is coherent and appears to do what it says: it will upload your mp4 files to Sparki's Business API and return a pre-signed result URL. Before installing or using it, consider: 1) Privacy — videos you upload are sent to a third party (Sparki). Don’t upload content you don’t want shared with that service. 2) API key scope — use a dedicated service key or account with minimal privileges, not a broad personal credential. 3) Persistence — the SKILL.md shows commands to persist the key in OpenClaw config if you choose; only do that if you trust the environment. 4) Network and size — files may be up to 3GB and will consume bandwidth. If you need more assurance, verify Sparki's privacy/terms and consider testing with non-sensitive sample videos first.

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

Current versionv1.0.8
Download zip
editingvk97c9ff7mkf5fcvqwn692wf3ad834fpblatestvk97c9ff7mkf5fcvqwn692wf3ad834fpbsparkivk97c9ff7mkf5fcvqwn692wf3ad834fpbvideovk97c9ff7mkf5fcvqwn692wf3ad834fpbvlogvk97c9ff7mkf5fcvqwn692wf3ad834fpbzhvk97c9ff7mkf5fcvqwn692wf3ad834fpb

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

AI Vlog 剪辑器

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

概览

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

  • “把这些素材剪成 vlog”
  • “做一个旅行 / 日常 vlog”
  • “把这段素材做成更像创作者的视频”
  • “让它更有 vlog 的感觉”

这个 Skill 会做的事:

  • 把原始生活或旅行素材整理成更完整的 vlog
  • 用风格 tip + 自然语言控制节奏和氛围
  • 处理完整异步流程:上传 → 处理 → 返回结果

支持的输出比例: 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 "21" "日常、松弛、有创作者感的 vlog 节奏" "9:16")
echo "$RESULT_URL"

Files

7 total
Select a file
Select a file to preview.

Comments

Loading comments…