← 返回 Skills 市场
115
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install vn-skill
功能描述
Local video, audio and image processing expert for macOS, powered by VN Video Editor. Use this skill whenever the user wants to process video, audio or image...
安全使用建议
This skill appears to do what it says (local VN-based media exports), but it installs a helper CLI by downloading and extracting a zip from a third-party GitHub release. Before installing: 1) Inspect the GitHub release and repository (owner: cawcut) to confirm it is legitimate and maintained by a trusted author. 2) Verify the downloaded file's SHA256 matches the value in metadata. 3) Optionally open the zip and review the binary contents or run the CLI in a sandbox/container first. 4) Be aware auto-caption engines may download ML models on first use (network activity). If you are not comfortable executing an unsigned binary from that release, decline installation and use alternative tools (ffmpeg or official VN tooling).
功能分析
Type: OpenClaw Skill
Name: vn-skill
Version: 0.1.0
The skill facilitates local media processing by downloading and executing a third-party binary (vnapp-cli) from GitHub. While the installation logic in SKILL.md includes a SHA-256 checksum verification (857417f671fd6f38ec30cf993f80c79efede7641f3532c2e9a99e75177a5853f), it performs high-risk actions such as programmatically bypassing macOS Gatekeeper (xattr -d com.apple.quarantine) and executing downloaded code. These behaviors are consistent with the stated purpose of bridging to the VN Video Editor GUI, but the reliance on an external binary and the suppression of OS-level security warnings constitute a significant supply-chain risk.
能力标签
能力评估
Purpose & Capability
The name/description (local VN Video Editor bridge for macOS) matches the instructions and CLI reference: operations are local, target macOS, and require the VN app. However the registry summary claims 'No install spec / instruction-only', while the SKILL.md metadata includes a download/install entry for a vnapp-cli binary — this inconsistency should be clarified.
Instruction Scope
SKILL.md limits actions to local file processing (video/image/audio paths supplied by the user) and session-scoped preferences. It does mention that some auto-caption engines ('whisper_turbo', 'whisper_medium') may download models on first use — network activity that is outside pure local file I/O but still consistent with running local ML models. The instructions do not request unrelated files, environment variables, or secret exfiltration.
Install Mechanism
The skill metadata contains an install entry that downloads and extracts a zip from a GitHub Releases URL (https://github.com/cawcut/skill-vn/releases/...). Extract=true means code will be written to disk (~/.openclaw/tools/vnapp-cli/). The release URL and a sha256 are provided (good), but because the top-level registry summary claimed 'No install spec', this installer is effectively hidden unless the user inspects SKILL.md. Any downloaded executable carries risk; although GitHub Releases is a normal distribution host, archive extraction and running an unsigned binary should be treated cautiously.
Credentials
The skill does not request environment variables, credentials, or config paths. It requires the VN Video Editor app and that VN's MCP server be active, which is proportional to the stated purpose.
Persistence & Privilege
always is false and the skill does not request system-wide privileges or modify other skills. The installer writes into the user's home under ~/.openclaw/tools which is reasonable for a user-scoped tool, but it will add an executable to the local system.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install vn-skill - 安装完成后,直接呼叫该 Skill 的名称或使用
/vn-skill触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial release — auto-captions, burn SRT, compress, denoise, extract, merge, background removal; local processing on macOS via VN Video Editor
元数据
常见问题
VN Skill 是什么?
Local video, audio and image processing expert for macOS, powered by VN Video Editor. Use this skill whenever the user wants to process video, audio or image... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 115 次。
如何安装 VN Skill?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install vn-skill」即可一键安装,无需额外配置。
VN Skill 是免费的吗?
是的,VN Skill 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
VN Skill 支持哪些平台?
VN Skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(darwin)。
谁开发了 VN Skill?
由 cawcut(@cawcut)开发并维护,当前版本 v0.1.0。
推荐 Skills