← Back to Skills Marketplace
TikTok Viral Editor
by
fischerlam
· GitHub ↗
· v1.0.12
· MIT-0
228
Downloads
0
Stars
1
Active Installs
7
Versions
Install in OpenClaw
/install tiktok-viral-editor
Description
Scenario-focused Sparki skill for TikTok-native pacing and viral-style edits while using the latest official Sparki setup, API-key, and upload workflow guida...
Usage Guidance
This skill appears to do what it says: it calls the Sparki API, uploads local videos, creates edit projects, and downloads results, storing your API key in ~/.openclaw/config. Two things to check before installing: (1) clarify the 'uv' binary/install hint — the package's code doesn't need 'uv', so ask the publisher what 'uv sync' is meant to do (avoid running unknown binaries). (2) Confirm agent-api.sparki.io and sparki.io are the official Sparki endpoints you intend to use and that you trust providing your SPARKI_API_KEY (it will be stored locally). If you want extra safety, run the CLI in a sandbox or inspect/execute the Python code in a controlled environment rather than running any arbitrary 'uv' installer.
Capability Analysis
Type: OpenClaw Skill
Name: tiktok-viral-editor
Version: 1.0.12
The tiktok-viral-editor skill is a legitimate CLI tool and API wrapper for the Sparki AI video editing service. The code (sparki_cli/cli.py, client.py) implements standard functionality for uploading video assets, managing editing projects, and downloading processed results from agent-api.sparki.io. It uses well-known libraries like httpx and typer, and its requested filesystem and network permissions are strictly aligned with its stated purpose. No evidence of data exfiltration, malicious execution, or harmful prompt injection was found.
Capability Assessment
Purpose & Capability
Name/description claim TikTok-focused edits via the Sparki service, and the code implements a Sparki CLI that uploads assets, creates projects, polls status, and downloads results. Network domain DEFAULT_BASE_URL matches the allowed domain (agent-api.sparki.io), and file paths written/read match described behavior (config in ~/.openclaw and output in ~/.openclaw/workspace/sparki/videos).
Instruction Scope
SKILL.md contains clear runtime instructions (only permit uploads via local path or Telegram mini app, 'use this skill first', 'do not attempt ffmpeg') which are consistent with the CLI behavior. It also embeds an install entry that runs 'uv sync' and requires the 'uv' binary — the runtime instructions reference that but the Python code never calls or depends on a 'uv' executable, so the install hint is extraneous and should be clarified.
Install Mechanism
Registry shows no formal install spec (instruction-only), and the package ships Python code (pyproject, src/). There is no external download or archive extraction. However SKILL.md declares an 'install' command referencing 'uv sync' which would run a nonstandard binary; that install step is unusual and not necessary given the provided Python code, so it's a mismatch rather than a direct high-risk install.
Credentials
The skill declares SPARKI_API_KEY as the primary credential and the code uses it (Config reads SPARKI_API_KEY env or local config). No unrelated credentials are requested. The skill may also read SPARKI_UPLOAD_TG_LINK if provided. Requested FS and network permissions directly map to the implemented behavior.
Persistence & Privilege
always is false; the skill writes only to its own config and workspace paths (~/.openclaw/*) and does not request broader system or other-skill configuration. Network access is restricted to agent-api.sparki.io in the manifest and used in code.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install tiktok-viral-editor - After installation, invoke the skill by name or use
/tiktok-viral-editor - 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
Tightened the opening trigger and example requests so this scene skill is more vertical and better aligned to user intent, while keeping the official shared Sparki core workflow.
v1.0.10
Refreshed this 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 scene skill to align its shared setup, API-key, upload, and command guidance with the latest official sparki-video-editor skill while preserving scene-specific positioning.
v1.0.8
Updated the default API endpoint to the official Sparki domain https://business-agent-api.sparki.io and aligned docs/scripts accordingly.
v1.0.7
Re-released as a cleaned English-only update. Fixed metadata alignment and standardized configurable API base usage.
v1.0.6
Published a scenario-specific skill focused on TikTok-style viral editing, built on the cleaned Sparki video workflow.
Metadata
Frequently Asked Questions
What is TikTok Viral Editor?
Scenario-focused Sparki skill for TikTok-native pacing and viral-style edits while using the latest official Sparki setup, API-key, and upload workflow guida... It is an AI Agent Skill for Claude Code / OpenClaw, with 228 downloads so far.
How do I install TikTok Viral Editor?
Run "/install tiktok-viral-editor" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is TikTok Viral Editor free?
Yes, TikTok Viral Editor is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does TikTok Viral Editor support?
TikTok Viral Editor is cross-platform and runs anywhere OpenClaw / Claude Code is available (darwin, linux).
Who created TikTok Viral Editor?
It is built and maintained by fischerlam (@fischerlam); the current version is v1.0.12.
More Skills