← Back to Skills Marketplace
Which Sparki Skill Should I Use?
by
fischerlam
· GitHub ↗
· v1.0.0
· MIT-0
134
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install which-sparki-skill
Description
AI-powered video editing — turn raw footage into polished vlogs, highlight reels, TikTok/Shorts/Reels, montages, and more. Control the editing flow through T...
Usage Guidance
This package appears to be a legitimate CLI wrapper for Sparki's editing service. Before installing, consider: (1) it requires/store a Sparki API key — you can provide it via SPARKI_API_KEY or the CLI 'sparki setup', and the key will be saved under ~/.openclaw/config/sparki.json; only provide a key you trust Sparki with. (2) It will upload video files to agent-api.sparki.io and download results to ~/.openclaw/workspace/sparki/videos — ensure you are comfortable with that network destination and file locations. (3) The metadata requires a 'uv' binary and runs 'uv sync' during install; confirm what 'uv' is in your environment. (4) The code optionally reads SPARKI_UPLOAD_TG_LINK env var (not explicitly listed in metadata) and allows overriding base_url in config — if you plan to change the base_url, be aware network behavior may change. If you trust sparki.io and the official Telegram bot link referenced, the skill is coherent with its stated purpose.
Capability Analysis
Type: OpenClaw Skill
Name: which-sparki-skill
Version: 1.0.0
The skill bundle provides a legitimate CLI interface and agent instructions for the Sparki AI video editing service. The Python code (cli.py, client.py) uses standard libraries like httpx and typer to manage API authentication, file uploads, and project tracking without any evidence of obfuscation or unauthorized data access. The SKILL.md instructions are well-structured to guide the AI agent through the video processing workflow, and the requested permissions are appropriately scoped to the workspace directory and the official API domain (agent-api.sparki.io).
Capability Assessment
Purpose & Capability
Name/description are a routing/helper for Sparki editing. Declared primary credential (SPARKI_API_KEY), network host (agent-api.sparki.io), filesystem writes for config and output, and CLI commands to upload/edit/download all match the stated purpose.
Instruction Scope
SKILL.md instructs only to validate an API key, provide upload links, accept local file paths or Telegram Mini App uploads, and run the included sparki CLI commands. It does not instruct reading unrelated system files or exfiltrating data to unexpected endpoints.
Install Mechanism
This is effectively instruction-only with bundled Python CLI sources; no remote downloads from arbitrary URLs. The metadata references a 'uv sync' step requiring a 'uv' binary — unusual but not inherently risky; it is local and not a network fetch to an unknown host.
Credentials
Primary credential SPARKI_API_KEY is appropriate. Minor mismatch: code reads SPARKI_UPLOAD_TG_LINK as an optional override but that env var is not listed in metadata env array; metadata otherwise lists no unrelated secrets. Base URL can be overridden in config/CLI which could point to other hosts, but the skill's declared network permission is limited to agent-api.sparki.io.
Persistence & Privilege
always:false (no forced inclusion). The skill writes only its own config (~/.openclaw/config) and outputs (~/.openclaw/workspace/sparki/videos), which is appropriate for a CLI that saves API keys and downloads results. It doesn't modify other skills or system-wide settings.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install which-sparki-skill - After installation, invoke the skill by name or use
/which-sparki-skill - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Published a routing/discovery guide to help users choose the right Sparki skill for their workflow.
Metadata
Frequently Asked Questions
What is Which Sparki Skill Should I Use??
AI-powered video editing — turn raw footage into polished vlogs, highlight reels, TikTok/Shorts/Reels, montages, and more. Control the editing flow through T... It is an AI Agent Skill for Claude Code / OpenClaw, with 134 downloads so far.
How do I install Which Sparki Skill Should I Use??
Run "/install which-sparki-skill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Which Sparki Skill Should I Use? free?
Yes, Which Sparki Skill Should I Use? is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Which Sparki Skill Should I Use? support?
Which Sparki Skill Should I Use? is cross-platform and runs anywhere OpenClaw / Claude Code is available (darwin, linux).
Who created Which Sparki Skill Should I Use??
It is built and maintained by fischerlam (@fischerlam); the current version is v1.0.0.
More Skills