← Back to Skills Marketplace
zoucdr

WeryAI video tool — upscaler

by parallel world · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
126
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install video-tool-upscaler
Description
Upscale an existing HTTPS video via WeryAI (video-upscaler). Use when the user wants higher resolution output, not text-to-video.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install video-tool-upscaler
  3. After installation, invoke the skill by name or use /video-tool-upscaler
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug video-tool-upscaler
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 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. It is an AI Agent Skill for Claude Code / OpenClaw, with 126 downloads so far.

How do I install WeryAI video tool — upscaler?

Run "/install video-tool-upscaler" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is WeryAI video tool — upscaler free?

Yes, WeryAI video tool — upscaler is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does WeryAI video tool — upscaler support?

WeryAI video tool — upscaler is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created WeryAI video tool — upscaler?

It is built and maintained by parallel world (@zoucdr); the current version is v1.0.0.

💬 Comments