← 返回 Skills 市场
zoucdr

WeryAI video tool — upscaler

作者 parallel world · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
126
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install video-tool-upscaler
功能描述
Upscale an existing HTTPS video via WeryAI (video-upscaler). Use when the user wants higher resolution output, not text-to-video.
安全使用建议
This package appears to do exactly what it says: call WeryAI's video-upscaler for a public HTTPS video using your WERYAI_API_KEY. Before running: (1) confirm the video URL and desired resolution with the user (SKILL.md already mandates that for paid runs), (2) keep your WERYAI_API_KEY secret and avoid writing it to disk, (3) ensure you trust https://api.weryai.com and your API key’s permissions/ billing impact (this is a paid workflow), (4) run the CLI from the skill root and avoid running any sibling scripts you didn't inspect, and (5) use --dry-run first to validate JSON. If you want higher assurance, review the full script (scripts/video_upscaler.js) locally to confirm there are no additional hidden endpoints or behaviors.
功能分析
Type: OpenClaw Skill Name: video-tool-upscaler Version: 1.0.0 The skill bundle is a well-documented tool for upscaling videos via the WeryAI API. The Node.js script (scripts/video_upscaler.js) contains standard API interaction logic, strictly validates inputs to ensure only HTTPS URLs are processed, and does not access the local filesystem or sensitive environment variables beyond the required API key. The instructions in SKILL.md include proactive security guidance for the AI agent, such as avoiding local file access and verifying script integrity.
能力评估
Purpose & Capability
Name and description claim an upscaler; the script implements an /v1/generation/video-upscaler endpoint call to https://api.weryai.com and requires only WERYAI_API_KEY and Node.js — these are appropriate and expected for the stated purpose.
Instruction Scope
SKILL.md and the CLI usage limit inputs to a public https:// video_url and optional resolution; the script validates https URLs, reads only WERYAI_API_KEY, and documents a mandatory pre-submit confirmation for paid runs. The instructions do not request reading local files or unrelated credentials.
Install Mechanism
No install spec (instruction-only invocation plus a single JS script). Required binary is only node (Node >=18 for built-in fetch). No downloads or archive extraction are present in the package.
Credentials
Only WERYAI_API_KEY is declared and used (getApiKey reads process.env.WERYAI_API_KEY). No other env vars or credentials are required or referenced in the script. The primaryEnv is proportionate to the service integration.
Persistence & Privilege
always is false; the skill does not request permanent presence or modify other skills or system-wide settings. It does network calls to the documented API endpoint, which is expected for this workflow.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install video-tool-upscaler
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /video-tool-upscaler 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of the video-tool-upscaler skill - Upscales existing videos from a public HTTPS URL using the WeryAI service. - Supports output resolutions: 1080p (default), 2k, or 4k. - CLI workflow includes dry-run validation, wait/poll, submit, and status commands. - Requires only WERYAI_API_KEY and Node.js 18+. - Accepts only public HTTPS media URLs (no local files, no upload flow). - Documents strict in-scope usage; out-of-scope scripts or features are excluded.
元数据
Slug video-tool-upscaler
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

WeryAI video tool — upscaler 是什么?

Upscale an existing HTTPS video via WeryAI (video-upscaler). Use when the user wants higher resolution output, not text-to-video. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 126 次。

如何安装 WeryAI video tool — upscaler?

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

WeryAI video tool — upscaler 是免费的吗?

是的,WeryAI video tool — upscaler 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

WeryAI video tool — upscaler 支持哪些平台?

WeryAI video tool — upscaler 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 WeryAI video tool — upscaler?

由 parallel world(@zoucdr)开发并维护,当前版本 v1.0.0。

💬 留言讨论