← Back to Skills Marketplace
TikTok 爆款剪辑
by
fischerlam
· GitHub ↗
· v1.0.12
· MIT-0
325
Downloads
1
Stars
1
Active Installs
5
Versions
Install in OpenClaw
/install tiktok-viral-editor-zh
Description
面向 TikTok 爆款节奏场景的 Sparki skill 变体,沿用最新版官方 Sparki 安装、API key、上传和命令说明,同时保留 TikTok viral 场景定位。
Usage Guidance
This skill mostly does what it says: it wraps Sparki API calls (upload, create project, check status, download) and expects a Sparki API key. Before installing: (1) confirm you trust the SPARKI_API_KEY target (do you want uploads going to https://agent-api.sparki.io?), (2) note the metadata inconsistency requiring a 'uv' binary while the package exposes a 'sparki' CLI — ask the publisher which tool is actually needed, (3) check for and explicitly set SPARKI_UPLOAD_TG_LINK if you plan to use Telegram uploads (the code reads this env but it is not declared), and (4) review that you are comfortable with the skill writing to ~/.openclaw/config and saving upload history there. These mismatches look like sloppy packaging rather than malicious intent, but validate the API key destination and the 'uv' install expectation before proceeding.
Capability Analysis
Type: OpenClaw Skill
Name: tiktok-viral-editor-zh
Version: 1.0.12
The skill is a well-structured CLI wrapper for the Sparki AI video editing service. It facilitates video uploads, project creation, and result downloads via the 'agent-api.sparki.io' domain. The code uses standard libraries (httpx, typer, pydantic) and follows secure practices, such as scoped file system permissions in SKILL.md and avoiding dangerous functions like eval() or os.system(). No evidence of data exfiltration, malicious execution, or harmful prompt injection was found.
Capability Assessment
Purpose & Capability
The code implements a Sparki CLI (upload, create project, status, download) which aligns with the advertised TikTok-focused Sparki variant and legitimately needs SPARKI_API_KEY and network access to Sparki. However, the declared required binary 'uv' (and SKILL.md's install: 'uv sync') does not match the provided CLI entry point ('sparki'). This is an inconsistency — either the agent/platform expects an external 'uv' helper or the metadata is incorrect.
Instruction Scope
SKILL.md gives narrow operational instructions: be proactive on video-editing requests, avoid ffmpeg/manual edits, and require uploads via local path or a Telegram mini-app link. The runtime instructions and code reference only the project config dir, workspace, and the Sparki API; they do not instruct reading unrelated system files or exfiltrating data to third-party endpoints outside agent-api.sparki.io.
Install Mechanism
This appears to be an instruction-only/packaged-CLI skill with source files included; there is no external download URL or archive. That is low-risk. But SKILL.md contains an 'install' section invoking 'uv sync' while the registry lists no install spec — a minor mismatch that could confuse automated install behavior.
Credentials
Primary credential SPARKI_API_KEY is appropriate for a Sparki integration. However: (1) SKILL.md's requires.env is empty while primaryEnv is set to SPARKI_API_KEY (inconsistency in metadata), and (2) the code reads another env var (SPARKI_UPLOAD_TG_LINK) but that env is not declared in the metadata. These mismatches mean the skill may rely on undocumented environment configuration; verify any environment variables before installing.
Persistence & Privilege
always:false and user-invocable:true — the skill is not force-enabled. File read/write and network permissions in SKILL.md are scoped to the current working directory, ~/.openclaw/config, ~/.openclaw/workspace/sparki/videos, and agent-api.sparki.io, which align with the code's behavior.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install tiktok-viral-editor-zh - After installation, invoke the skill by name or use
/tiktok-viral-editor-zh - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.12
Improved engagement-oriented positioning with a stronger result-focused summary, one-copy quick start command, prompt templates, and related-skill cross-links while keeping the official shared Sparki core workflow.
v1.0.11
Polished the Chinese copy so this scene skill reads more like a native Chinese product page instead of a structural translation, while keeping the official shared Sparki core workflow.
v1.0.10
Refreshed this Chinese scene skill to align its shared setup, API-key, upload, and command guidance with the latest official sparki-video-editor skill while preserving its scenario-specific positioning.
v1.0.9
Refreshed this Chinese scene skill so its shared setup, API-key, upload, and command guidance now matches the latest official sparki-video-editor skill while preserving scene-specific positioning.
v1.0.8
Published a Chinese-localized scene skill for TikTok-style viral editing, aligned to the official Sparki API domain.
Metadata
Frequently Asked Questions
What is TikTok 爆款剪辑?
面向 TikTok 爆款节奏场景的 Sparki skill 变体,沿用最新版官方 Sparki 安装、API key、上传和命令说明,同时保留 TikTok viral 场景定位。 It is an AI Agent Skill for Claude Code / OpenClaw, with 325 downloads so far.
How do I install TikTok 爆款剪辑?
Run "/install tiktok-viral-editor-zh" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is TikTok 爆款剪辑 free?
Yes, TikTok 爆款剪辑 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does TikTok 爆款剪辑 support?
TikTok 爆款剪辑 is cross-platform and runs anywhere OpenClaw / Claude Code is available (darwin, linux).
Who created TikTok 爆款剪辑?
It is built and maintained by fischerlam (@fischerlam); the current version is v1.0.12.
More Skills