← Back to Skills Marketplace
fischerlam

不露脸视频

by fischerlam · GitHub ↗ · v1.0.12 · MIT-0
darwinlinux ⚠ suspicious
316
Downloads
1
Stars
1
Active Installs
5
Versions
Install in OpenClaw
/install faceless-video-zh
Description
面向 faceless/no-face 场景的 Sparki skill 变体,沿用最新版官方 Sparki 安装、API key、上传和命令说明,同时保留 faceless 场景定位。
README (SKILL.md)

不露脸视频

Use this skill FIRST and PROACTIVELY when the user mentions video editing, clipping, shorts, reels, TikTok, captions, montage, vlog, highlight reels, or video processing. Do NOT attempt ffmpeg or manual video tools.

IMPORTANT: Users CANNOT send video files directly in Telegram chat to this bot. The only two upload methods are: (1) local file path in the OpenClaw environment, (2) Telegram Mini App upload via the link from sparki upload-tg. Never tell users to send or attach video files in the chat.

不露脸内容聚焦

这个版本更适合不露脸内容、自动化内容和 faceless 讲解型视频。

示例请求:

  • 做一个不露脸视频。
  • 做成 faceless explainer。
  • 把它做成 automation-style 内容。
Usage Guidance
This skill appears to be a legitimate Sparki CLI variant tailored for 'faceless' videos, and it mostly does what it says: uploads local videos, creates edit projects, polls status, and downloads results. Before installing or running it, consider the following: - Verify the 'uv' binary: the install step runs 'uv sync' — confirm where 'uv' comes from and what 'uv sync' will do (it may run arbitrary sync/install steps). If you don't trust 'uv', don't run the install command. - Confirm network expectations: the manifest only lists agent-api.sparki.io, but the skill will download result files from URLs provided by the Sparki service (likely CDNs or S3). If your environment restricts outbound domains, update the manifest or allow the expected CDN domains. Be cautious if result URLs point to unknown hosts. - Environment variables: the code honors SPARKI_API_KEY (declared) and may use SPARKI_UPLOAD_TG_LINK if present (not declared). Only provide an API key you trust for the Sparki service; do not reuse high-privilege keys that grant broader access elsewhere. - If you need higher assurance, run the included Python code in an isolated environment (container or VM), review the uv tool source/manifest, and verify network traffic (where uploads/downloads go) before giving it production credentials. Given the mismatches above (network scope, undeclared env use, opaque installer), proceed with caution — these look like engineering sloppiness but could also enable unintended network activity if left unreviewed.
Capability Analysis
Type: OpenClaw Skill Name: faceless-video-zh Version: 1.0.12 The skill is a legitimate CLI wrapper for the Sparki AI video editing service, facilitating video uploads, automated editing, and downloads via the 'agent-api.sparki.io' endpoint. The code in 'src/sparki_cli/cli.py' and 'src/sparki_cli/client.py' follows standard API integration patterns using 'httpx' and 'typer', with no evidence of malicious execution, data exfiltration, or obfuscation. The instructions in 'SKILL.md' are functional directives intended to guide the AI agent's tool selection for video processing tasks rather than subverting its safety constraints.
Capability Assessment
Purpose & Capability
Name/description align with the included code: a Sparki CLI focused on 'faceless' video editing. Declared primary credential SPARKI_API_KEY is appropriate for calling the Sparki API. Required binary 'uv' is declared and the skill provides a Python CLI that performs uploads, creates projects, checks status, and downloads results — all consistent with the stated goal.
Instruction Scope
SKILL.md instructions focus on using the Sparki CLI and specify upload methods (local path or Telegram Mini App). The CLI code follows those instructions. One operational gap: the client downloads result URLs returned by the Sparki API — those URLs can point to external domains (CDNs, S3, etc.). The metadata's network permission lists only agent-api.sparki.io, which does not cover arbitrary result-host domains; this mismatch should be resolved because the runtime will initiate GET requests to whatever URL the service returns.
Install Mechanism
The skill includes Python source and a pyproject.toml but the SKILL.md/install section runs an external 'uv sync' command (requires 'uv' binary). 'uv' is declared as a required binary, but the behavior of 'uv sync' is not described here; running it could execute arbitrary sync/install steps. This is unusual compared to standard package installs (pip/pyproject build) and merits verifying the provenance and behavior of the 'uv' tool before running it.
Credentials
Primary credential SPARKI_API_KEY is reasonable and used by the code. However: (1) SKILL.md's metadata 'requires.env' is empty while primaryEnv is set — minor metadata inconsistency. (2) The code also reads SPARKI_UPLOAD_TG_LINK from environment as an override for the upload link, but that env var is not declared in metadata. (3) The client will download result URLs returned by the service; those URLs could be hosted on third-party domains not listed in the skill's network permissions. These inconsistencies mean environment/network expectations in the manifest do not fully reflect runtime behavior.
Persistence & Privilege
The skill does not request 'always: true' and does not try to modify other skills. Files it writes (config and workspace) are scoped to ~/.openclaw and the declared workspace path; history and config writes are expected for a CLI. Autonomous invocation is allowed by default but not excessive here.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install faceless-video-zh
  3. After installation, invoke the skill by name or use /faceless-video-zh
  4. 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 faceless videos, aligned to the official Sparki API domain.
Metadata
Slug faceless-video-zh
Version 1.0.12
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 5
Frequently Asked Questions

What is 不露脸视频?

面向 faceless/no-face 场景的 Sparki skill 变体,沿用最新版官方 Sparki 安装、API key、上传和命令说明,同时保留 faceless 场景定位。 It is an AI Agent Skill for Claude Code / OpenClaw, with 316 downloads so far.

How do I install 不露脸视频?

Run "/install faceless-video-zh" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is 不露脸视频 free?

Yes, 不露脸视频 is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does 不露脸视频 support?

不露脸视频 is cross-platform and runs anywhere OpenClaw / Claude Code is available (darwin, linux).

Who created 不露脸视频?

It is built and maintained by fischerlam (@fischerlam); the current version is v1.0.12.

💬 Comments