← Back to Skills Marketplace
wanjie-openclaw-video
by
liangshenghzj888-stack
· GitHub ↗
· v1.0.0
· MIT-0
80
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install wanjie-openclaw-video-v1-0-2
Description
Generates Veo videos via natural language commands with automatic dependency repair, timeout handling, and background task monitoring.
Usage Guidance
This skill appears to implement a legitimate video-generation flow, but exercise caution before installing: it will read your ~/.openclaw/openclaw.json to obtain an API key and send your prompts to https://maas-openapi.wanjiedata.com, it may auto-install Python packages at runtime, spawn detached background Python processes, and automatically open any URL returned by the service. Because the skill's source and homepage are unknown, consider these precautions: inspect the code yourself (or have someone you trust review it); run it in a sandbox or on a throwaway account/API key; back up and review ~/.openclaw/openclaw.json contents; or avoid installing if you cannot trust the publisher. The discrepancy (SKILL.md claims a Windows scheduled task but no code creates one) and the automatic opening of external URLs are the main risk signals.
Capability Assessment
Purpose & Capability
Name/description, SKILL.md, and code all align around using a Veo model service to generate videos. The code posts prompts to a wanjiedata API and stores results in veo_result.txt, which matches the stated purpose.
Instruction Scope
Runtime instructions and code read ~/.openclaw/openclaw.json to extract an API key and send the user's prompt to an external endpoint. The worker also parses responses and automatically opens the first URL it finds in the user's browser. These actions go beyond simple local processing and involve reading local config and launching external network requests and browser windows.
Install Mechanism
No formal install spec is provided (instruction-only), which minimizes installer risk. However the included Python helper will attempt to pip-install 'requests' at runtime if missing, and hooks spawn detached Python processes — both behaviors cause code execution and network access at runtime.
Credentials
The skill requests no environment variables but expects and reads the user's ~/.openclaw/openclaw.json to obtain an API key. That file may contain sensitive credentials; the skill extracts the first provider apiKey without explicit scoping. Using local credentials to call an external service is plausible for this feature, but the access to local config is sensitive and not declared in the metadata.
Persistence & Privilege
always is false and model invocation is allowed (normal). The skill launches detached background worker processes that persist after the invoking message. SKILL.md mentions a Windows scheduled task, but no code creates such a task. Background processes and persistent monitoring are expected for a 'daemon' style skill, but they increase blast radius and should be considered before use.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install wanjie-openclaw-video-v1-0-2 - After installation, invoke the skill by name or use
/wanjie-openclaw-video-v1-0-2 - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Frequently Asked Questions
What is wanjie-openclaw-video?
Generates Veo videos via natural language commands with automatic dependency repair, timeout handling, and background task monitoring. It is an AI Agent Skill for Claude Code / OpenClaw, with 80 downloads so far.
How do I install wanjie-openclaw-video?
Run "/install wanjie-openclaw-video-v1-0-2" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is wanjie-openclaw-video free?
Yes, wanjie-openclaw-video is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does wanjie-openclaw-video support?
wanjie-openclaw-video is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created wanjie-openclaw-video?
It is built and maintained by liangshenghzj888-stack (@liangshenghzj888-stack); the current version is v1.0.0.
More Skills