← Back to Skills Marketplace
WeryAI video tool — watermark remove
by
parallel world
· GitHub ↗
· v1.0.0
· MIT-0
162
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install video-tool-watermark-remove
Description
Remove watermark overlays from an existing HTTPS video via WeryAI (video-watermark-remove). Use when the user wants watermark cleanup, not subtitles-only or...
Usage Guidance
This package appears coherent for its stated purpose, but before running: 1) verify the only files present are SKILL.md and scripts/video_watermark_remove.js (remove any unexpected sibling scripts); 2) only set WERYAI_API_KEY in the environment (do not provide other secrets); 3) confirm the video URL is a public https:// URL you are allowed to process and explicitly confirm any submit/wait action because runs may be paid; 4) review the script locally to ensure there are no modifications that change endpoints or upload behavior. Absence of red flags here doesn't eliminate operational risks (privacy of uploaded content, service billing, or compromised upstream API), so proceed with those considerations in mind.
Capability Analysis
Type: OpenClaw Skill
Name: video-tool-watermark-remove
Version: 1.0.0
The skill bundle is a well-structured tool for interacting with the WeryAI API to remove video watermarks. The core script (scripts/video_watermark_remove.js) implements strict input validation, enforcing HTTPS URLs and proper coordinate formats, and contains no file system access or dangerous execution sinks (like eval or exec). The documentation (SKILL.md) is security-conscious, explicitly instructing the agent to limit its scope to the provided script and avoid handling local files or unrelated environment variables.
Capability Assessment
Purpose & Capability
Name/description, required binary (node), primary env var (WERYAI_API_KEY), and the CLI script all match the stated goal (calling WeryAI's /v1/generation/video-watermark-remove endpoint to process an HTTPS video URL). No unrelated cloud credentials or uncommon binaries are requested.
Instruction Scope
SKILL.md explicitly limits the workflow to a single entry script and public https:// video URLs; the included script validates https URLs, reads only process.env.WERYAI_API_KEY, and performs network calls to the WeryAI API. There are no instructions to read arbitrary local files, scan unrelated system state, or transmit data to other endpoints.
Install Mechanism
This is instruction-only with a bundled Node script and no install spec or third‑party downloads. No archives or external installers are invoked; risk from installation is low.
Credentials
Only WERYAI_API_KEY is required and declared as the primary credential; the SKILL.md and script both assert they use only that env var. The credential request is proportionate to a remote API call to WeryAI.
Persistence & Privilege
always:false and no evidence of the skill modifying other skills or agent-wide configuration. The script does not persist secrets to disk per its own security guidance.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install video-tool-watermark-remove - After installation, invoke the skill by name or use
/video-tool-watermark-remove - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of the video watermark removal tool using WeryAI.
- Removes watermark overlays from existing public HTTPS video URLs only.
- Accepts optional normalized box coordinates to specify regions; defaults to auto-detection if omitted.
- Operates with only WERYAI_API_KEY as environment variable; Node.js 18+ required.
- CLI usage limited to a single script: scripts/video_watermark_remove.js.
- No support for local files, subtitle-only erasure, or text-to-video generation.
Metadata
Frequently Asked Questions
What is WeryAI video tool — watermark remove?
Remove watermark overlays from an existing HTTPS video via WeryAI (video-watermark-remove). Use when the user wants watermark cleanup, not subtitles-only or... It is an AI Agent Skill for Claude Code / OpenClaw, with 162 downloads so far.
How do I install WeryAI video tool — watermark remove?
Run "/install video-tool-watermark-remove" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is WeryAI video tool — watermark remove free?
Yes, WeryAI video tool — watermark remove is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does WeryAI video tool — watermark remove support?
WeryAI video tool — watermark remove is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created WeryAI video tool — watermark remove?
It is built and maintained by parallel world (@zoucdr); the current version is v1.0.0.
More Skills