← Back to Skills Marketplace
WeryAI video tool — magic style
by
parallel world
· GitHub ↗
· v1.0.0
· MIT-0
129
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install video-tool-magic-style
Description
Apply WeryAI magic style transfer to an existing HTTPS video (video-magic). Use when the user wants preset visual restyling of a video URL, not text-to-video.
Usage Guidance
This package appears coherent and limited in scope, but before installing or running: 1) verify the WERYAI_API_KEY is a valid key for the expected service and only provide that key (do not set unrelated credentials). 2) Confirm the video URL and chosen style before using the 'submit' action (the skill itself warns this is a paid, non-idempotent run). 3) Because the source/homepage is unknown, inspect the shipped script (scripts/video_magic_style.js) locally to confirm there are no unexpected endpoints or behaviors before running. 4) Avoid running any sibling scripts that may be present in a mixed repo copy — the SKILL.md explicitly warns they may be out-of-scope.
Capability Analysis
Type: OpenClaw Skill
Name: video-tool-magic-style
Version: 1.0.0
The skill bundle is a legitimate wrapper for the WeryAI video magic style transfer API. The Node.js script (scripts/video_magic_style.js) implements standard API interaction logic, including input validation for HTTPS URLs and secure handling of the WERYAI_API_KEY via environment variables. The SKILL.md documentation includes proactive security instructions for the AI agent, such as warnings against writing API keys to disk and instructions to ignore unrelated scripts that might be present in the environment.
Capability Assessment
Purpose & Capability
Name/description request Node and WERYAI_API_KEY only, matching a client that calls an external WeryAI video-magic API. No unrelated credentials, binaries, or paths are requested.
Instruction Scope
SKILL.md instructs running the included Node CLI script against a public https:// video_url, mandates a pre-submit confirmation, and explicitly disallows local-file uploads or other sibling scripts. The included script validates https URLs, reads only process.env.WERYAI_API_KEY, and performs network calls to api.weryai.com for submit/status — behavior matches the doc.
Install Mechanism
No install spec; it's run directly with Node (Node 18+). No downloads or archive extraction are present, so nothing is written to disk by an installer beyond running the shipped script.
Credentials
Only WERYAI_API_KEY is required and is the primary credential. The script reads that env var and does not reference other secrets or config paths in the visible code, which is proportionate for a remote API client.
Persistence & Privilege
Skill does not request 'always: true'. It does not claim to modify other skills or system settings; it is a one-off client CLI that requires user invocation and a confirmed submit step.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install video-tool-magic-style - After installation, invoke the skill by name or use
/video-tool-magic-style - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: Apply WeryAI magic style transfer to videos via public URLs.
- Supports "magic-style" visual restyling of an existing HTTPS video, not text-to-video.
- Requires only a public video URL; local files and uploads are not supported.
- Main script: scripts/video_magic_style.js; requires Node.js 18+ and WERYAI_API_KEY.
- Supports style presets: anime_style_3 (default), anime_style_4, and realistic_2.
- Includes strict security guidance: uses only the documented environment variable, does not write keys or accept disk files.
- Other video tools or endpoints are out of scope—only this workflow is documented and supported.
Metadata
Frequently Asked Questions
What is WeryAI video tool — magic style?
Apply WeryAI magic style transfer to an existing HTTPS video (video-magic). Use when the user wants preset visual restyling of a video URL, not text-to-video. It is an AI Agent Skill for Claude Code / OpenClaw, with 129 downloads so far.
How do I install WeryAI video tool — magic style?
Run "/install video-tool-magic-style" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is WeryAI video tool — magic style free?
Yes, WeryAI video tool — magic style is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does WeryAI video tool — magic style support?
WeryAI video tool — magic style is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created WeryAI video tool — magic style?
It is built and maintained by parallel world (@zoucdr); the current version is v1.0.0.
More Skills