← 返回 Skills 市场
symbolk

Video Resize

作者 BoShen · GitHub ↗ · v1.0.0
darwinlinux ⚠ suspicious
442
总下载
1
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install video-resize
功能描述
Use when the user wants to change a video's aspect ratio or reformat it for a specific platform — e.g. "convert to vertical", "make it 9:16", "crop for TikTo...
安全使用建议
This skill's local resizer (scripts/resize.sh) is straightforward and runs entirely on your machine with ffmpeg. However, the SKILL.md also includes an optional 'AI Edit' workflow that will upload videos to a third-party service and requires you to configure SPARKI_API_KEY. Before installing/using: (1) treat uploads as sensitive — do not use the AI flow for confidential videos; (2) verify the API hostname and provider (the example uses agent-api-test.aicoding.live while the homepage is sparki.io); (3) require explicit consent and supply your own API key from a trusted provider if you want AI editing; (4) prefer to remove or ignore the AI Edit section if you only need local resizing. If the author clarifies the endpoint, declares SPARKI_API_KEY in metadata, or removes the remote upload example, the inconsistencies would be resolved and confidence would increase.
功能分析
Type: OpenClaw Skill Name: video-resize Version: 1.0.0 The skill bundle is classified as suspicious due to its 'AI Edit' functionality, which involves uploading user-provided video files to an external third-party API (`https://agent-api-test.aicoding.live/api/v1`) via `curl` commands embedded in `SKILL.md`. While this data transfer is explicitly documented as part of the skill's purpose and requires a user-configured API key, sending user files to an external service represents a significant network operation and data transfer risk, even if declared. The local `scripts/resize.sh` component, however, is well-written and appears benign.
能力评估
Purpose & Capability
The declared purpose (local video reformatting) matches the included scripts (scripts/resize.sh uses only ffmpeg). However the SKILL.md also documents an optional 'AI Edit' feature that uploads files to a remote service and requires SPARKI_API_KEY — this remote capability is not reflected in the top-level requirements (no env vars listed) and thus is an unexplained extension of the skill.
Instruction Scope
Runtime instructions for the primary tool are local (center-crop via ffmpeg). But the SKILL.md contains full example code that will upload user video files to a remote API, poll for processing, and return a download URL. That behavior will transmit user video content off-host and is only described as an optional escalation, but it is explicit and actionable in the skill's instructions.
Install Mechanism
No install spec; the skill is instruction-only with a small shell script. Nothing in the manifest downloads or executes remote installers.
Credentials
The skill metadata declares no required env vars, but SKILL.md clearly requires SPARKI_API_KEY for the AI Edit flow and shows commands to store it (openclaw config set). The API base used in the examples (agent-api-test.aicoding.live) does not match the listed homepage (sparki.io), which is an unexplained mismatch and increases risk when providing credentials.
Persistence & Privilege
always is false and there is no indication the skill requests persistent privileges or modifies other skills' configs. The only persistent action referenced is storing SPARKI_API_KEY via openclaw config if the user opts into AI Edit — that is normal for an optional remote integration.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install video-resize
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /video-resize 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of Video Resize v1.0.0: - Instantly reformat videos to any aspect ratio (e.g., 9:16, 1:1, 16:9) for platforms like TikTok, Instagram, or YouTube, using local center-crop (via ffmpeg, no API key needed). - Simple command-line tool: `bash scripts/resize.sh <input> <ratio> [output]`. - Provides aspect ratio and resolution reference table for common platforms. - Includes guidance for when to switch to AI-powered smart cropping (AI Edit) for subject-aware resizing. - Troubleshooting section added for common errors and requirements (ffmpeg, API key for AI Edit).
元数据
Slug video-resize
版本 1.0.0
许可证
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Video Resize 是什么?

Use when the user wants to change a video's aspect ratio or reformat it for a specific platform — e.g. "convert to vertical", "make it 9:16", "crop for TikTo... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 442 次。

如何安装 Video Resize?

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

Video Resize 是免费的吗?

是的,Video Resize 完全免费(开源免费),可自由下载、安装和使用。

Video Resize 支持哪些平台?

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

谁开发了 Video Resize?

由 BoShen(@symbolk)开发并维护,当前版本 v1.0.0。

💬 留言讨论