← 返回 Skills 市场
WeryAI video tool — background remove
作者
parallel world
· GitHub ↗
· v1.0.0
· MIT-0
137
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install video-tool-background-remove
功能描述
Remove or replace a video background with a solid color via WeryAI (video-background-remove). Use when the user wants background removal or a flat-color back...
安全使用建议
This package appears to be coherent and limited to calling WeryAI's background-remove endpoint on public HTTPS video URLs. Before installing: (1) only provide a WERYAI_API_KEY you intend to use for this workflow and avoid exposing other secrets; (2) confirm any video URL with the user before submitting (SKILL.md's pre-submit gate) since runs may be paid; (3) ensure your Node.js runtime is 18+; (4) inspect the package you received to confirm it contains only the advertised files (SKILL.md and scripts/video_background_remove.js) and there aren't extra sibling scripts that accept local-file uploads; (5) if you reuse the API key elsewhere, consider using a scoped/rotated key for this skill. Based on the provided files and instructions, there are no inconsistencies suggesting hidden exfiltration or unrelated permissions.
功能分析
Type: OpenClaw Skill
Name: video-tool-background-remove
Version: 1.0.0
The skill bundle is a well-structured tool for interacting with the WeryAI video background removal API. The core logic in `scripts/video_background_remove.js` includes strict input validation (enforcing HTTPS URLs), limits environment variable access to only the required API key, and contains no file system or shell execution capabilities. The `SKILL.md` instructions are defensive, explicitly directing the AI agent to avoid local file access and to ignore any unrelated scripts that might be present in the environment.
能力评估
Purpose & Capability
Name/description (background removal) aligns with required items: Node.js runtime and a single WERYAI_API_KEY. The declared endpoint (api.weryai.com/v1/generation/video-background-remove) and tool schema in the script match the stated purpose. No unrelated service credentials or binaries are requested.
Instruction Scope
SKILL.md and the entry script limit inputs to a public https:// video_url and an optional background_color. The script validates https URLs, reads process.env.WERYAI_API_KEY only, and documents a pre-submit confirmation step for paid runs. The README explicitly warns against running other sibling scripts. No instructions request reading arbitrary files, shell history, or other env vars.
Install Mechanism
There is no install spec (instruction-only with a bundled script). This minimizes install-time risk — nothing is downloaded from untrusted URLs and the only runtime dependency is Node 18+ (declared).
Credentials
Only one environment variable (WERYAI_API_KEY) is required and is appropriate for an API client. The script's getApiKey() reads only WERYAI_API_KEY and the SKILL.md explicitly warns not to rely on other env vars. No extra secrets or unrelated credentials are requested.
Persistence & Privilege
Skill does not request permanent presence (always: false). It does not modify other skills or system-wide settings. Autonomous invocation is allowed (platform default) but is not combined with other red flags here.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install video-tool-background-remove - 安装完成后,直接呼叫该 Skill 的名称或使用
/video-tool-background-remove触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of video-tool-background-remove skill.
- Removes or replaces video backgrounds with a solid color using WeryAI, for public HTTPS video URLs only.
- Provides a single entry script: scripts/video_background_remove.js.
- Supports optional background color selection (BLACK by default).
- Requires user confirmation before paid video processing.
- Only WERYAI_API_KEY is needed; local files and other workflows are out of scope.
元数据
常见问题
WeryAI video tool — background remove 是什么?
Remove or replace a video background with a solid color via WeryAI (video-background-remove). Use when the user wants background removal or a flat-color back... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 137 次。
如何安装 WeryAI video tool — background remove?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install video-tool-background-remove」即可一键安装,无需额外配置。
WeryAI video tool — background remove 是免费的吗?
是的,WeryAI video tool — background remove 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
WeryAI video tool — background remove 支持哪些平台?
WeryAI video tool — background remove 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 WeryAI video tool — background remove?
由 parallel world(@zoucdr)开发并维护,当前版本 v1.0.0。
推荐 Skills