← 返回 Skills 市场
fischerlam

Faceless Video

作者 fischerlam · GitHub ↗ · v1.0.12 · MIT-0
darwinlinux ⚠ suspicious
306
总下载
0
收藏
0
当前安装
7
版本数
在 OpenClaw 中安装
/install faceless-video
功能描述
Scenario-focused Sparki skill for faceless or no-camera-presence outputs while using the latest official Sparki setup, API-key, and upload workflow guidance.
使用说明 (SKILL.md)

Faceless Video

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 Focus

Use this variant when the user wants faceless content, no-on-camera presence, or automation-style explainer output.

Examples:

  • Make a faceless video.
  • I do not want to appear on camera.
  • Turn this into faceless content.
  • Create a no-face explainer from this material.
安全使用建议
This skill appears to implement a legitimate Sparki CLI for faceless video workflows and only needs your Sparki API key and local file access. However, there are a few mismatches to check before installing or using it: - Confirm the 'uv' requirement and install step: SKILL.md mentions running 'uv sync' but the package is Python-based and registry metadata claimed no install spec. Ask the publisher what 'uv' is and why it is required; avoid running unknown binaries until verified. - Be aware downloads: the CLI will download result URLs returned by the Sparki API and follows redirects — those URLs may be hosted on third-party CDNs. The skill's declared network domain is only agent-api.sparki.io, so verify whether your environment enforces network restrictions or whether the skill needs additional allowed domains. - Inspect code or run in a sandbox: source files are included, so you (or someone you trust) can review them or run the tool in an isolated environment before giving it your SPARKI_API_KEY. - Least privilege: only provide a Sparki API key scoped as narrowly as possible; do not supply high-privilege or unrelated credentials. If you cannot verify 'uv' or the publisher, treat this package with caution. The inconsistencies look more like sloppy packaging than overt malice, but they merit manual review.
功能分析
Type: OpenClaw Skill Name: faceless-video Version: 1.0.12 The 'faceless-video' skill is a legitimate CLI wrapper for the Sparki AI video editing service. It handles API authentication, file uploads, project management, and result downloads via the 'agent-api.sparki.io' endpoint. The code (src/sparki_cli/) follows standard Python practices, uses well-known libraries (typer, httpx, pydantic), and its requested permissions in SKILL.md are strictly limited to its configuration and workspace directories.
能力评估
Purpose & Capability
Name/description, code, and declared primary credential (SPARKI_API_KEY) line up: the package is a CLI wrapper that uploads videos and creates projects against Sparki's API and stores local config/history in ~/.openclaw. Required read/write paths and network domain correspond to that purpose.
Instruction Scope
SKILL.md stays within the video-editing/upload scope and instructs using local file paths or Telegram mini-app uploads (not sending files directly into chat). The CLI reads local files from $CWD and writes config/history to ~/.openclaw — expected for this use. One caution: the CLI will download result URLs returned by the API and follows redirects; those result URLs may point to external CDNs (e.g., S3/Cloudfront). SKILL.md/network permissions only list agent-api.sparki.io, but runtime behavior can reach arbitrary download URLs returned by the API.
Install Mechanism
Registry metadata said 'no install spec / instruction-only', but the SKILL.md includes an install block (command: 'uv sync') and the bundle contains a Python CLI package (pyproject.toml + src/...). The declared required binary is 'uv', while the code is Python-based and does not call 'uv' directly — this mismatch (package files present but no clear standard install instructions) is inconsistent and worth confirming. The install command references an external tool 'uv' whose provenance is not explained.
Credentials
The only declared primary credential is SPARKI_API_KEY, which is appropriate for an API client. The CLI also allows overriding upload link via SPARKI_UPLOAD_TG_LINK and stores config in ~/.openclaw; no unrelated secrets or extra credentials are requested.
Persistence & Privilege
always:false and default autonomous invocation are standard. The skill writes only to its own config/history paths under ~/.openclaw and requests read access to $CWD (to accept local file paths) — these privileges are consistent with a CLI upload/edit tool.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install faceless-video
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /faceless-video 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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 faceless video creation, built on the cleaned Sparki video workflow.
元数据
Slug faceless-video
版本 1.0.12
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 7
常见问题

Faceless Video 是什么?

Scenario-focused Sparki skill for faceless or no-camera-presence outputs while using the latest official Sparki setup, API-key, and upload workflow guidance. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 306 次。

如何安装 Faceless Video?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install faceless-video」即可一键安装,无需额外配置。

Faceless Video 是免费的吗?

是的,Faceless Video 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Faceless Video 支持哪些平台?

Faceless Video 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(darwin, linux)。

谁开发了 Faceless Video?

由 fischerlam(@fischerlam)开发并维护,当前版本 v1.0.12。

💬 留言讨论