← Back to Skills Marketplace
weryai-developer

Weryai Video Generator

by WeryAI-Developer · GitHub ↗ · v0.1.2 · MIT-0
cross-platform ✓ Security Clean
193
Downloads
0
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install weryai-video-generator
Description
Generate and transform WeryAI videos from text, images, storyboard frames, or first-frame and last-frame guidance. Use when the user needs text-to-video, ima...
Usage Guidance
This skill generally looks coherent for WeryAI video generation, but check the following before installing or running it: - Packaging: The scripts import many modules from a '../../../../../core/...' path that are not included in this bundle. That means these scripts likely expect a larger monorepo or shared runtime. If you plan to run them standalone, they will fail — ask the author for a complete package or the required core files. - Secrets: Only WERYAI_API_KEY is required. Keep that API key secret and do not commit it into the repository. Prefer exporting it into the runtime environment. - Data exfiltration surface: The skill will upload local media referenced in requests to WeryAI (via the upload endpoint). Do not submit sensitive local files unless you trust WeryAI and want them uploaded. - Network endpoints: Defaults point to api.weryai.com and api-growth-agent.weryai.com. Do not override WERYAI_BASE_URL or WERYAI_MODELS_BASE_URL to untrusted hosts. - First run: Use the provided dry-run commands (node scripts/models-video.js and node scripts/wait-video.js --dry-run) to verify configuration without spending credits. Also verify you have account credits before submitting paid jobs. If you need higher assurance, request the missing core modules or a packaged release (or a vetted npm package) and review the core code referenced by the re-exports before running in production.
Capability Analysis
Type: OpenClaw Skill Name: weryai-video-generator Version: 0.1.2 The skill bundle is a legitimate integration for the WeryAI video generation service. It provides scripts for text-to-video, image-to-video, and status tracking, with clear instructions in SKILL.md and AGENTS.md to guide the AI agent on parameter mapping and bounded polling to prevent infinite loops. The code follows standard practices for API wrappers, includes dry-run capabilities for safety, and lacks any indicators of data exfiltration, malicious execution, or harmful prompt injection.
Capability Assessment
Purpose & Capability
The name, description, required binary (node), and required env var (WERYAI_API_KEY) align with a video-generation integration. However, many script files re-export implementations from '../../../../../core/weryai-core' and '../../../../../core/weryai-video' which are not present in this package manifest; this suggests the package is intended to run inside a larger monorepo or shared runtime. That packaging mismatch is an operational inconsistency (not necessarily malicious) and will cause runtime failures if executed standalone.
Instruction Scope
SKILL.md and AGENTS.md instruct the agent to submit jobs, poll until completion, optionally upload local media via the API, and return playable video URLs — all coherent with the stated purpose. Important scope notes: local files referenced by the user are uploaded to the WeryAI upload endpoint (i.e., user local media will be sent to the external API), and the runtime enforces bounded polling (timeouts). There are no instructions to read unrelated local files or other environment secrets beyond the declared API key.
Install Mechanism
No install spec or remote downloads are present; the skill is node-script based and expects Node >=18 on PATH. There are no suspicious external URLs or archive extracts. The only operational caveat is the missing 'core' modules referenced by the scripts (packaging/integration issue), not an installation risk.
Credentials
The skill requires a single primary credential (WERYAI_API_KEY) and optionally allows overrides for base URLs and timeout-related env vars. This is proportionate to a third-party API integration. No unrelated secrets or broad credential sets are requested.
Persistence & Privilege
The skill does not request 'always: true', does not modify other skills, and uses normal agent invocation defaults. There is no evidence it attempts to persist beyond its intended scope or escalate privileges.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install weryai-video-generator
  3. After installation, invoke the skill by name or use /weryai-video-generator
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.2
**Major refactor to improve agent usability and remove vendored dependencies.** - All 25 vendored core and video utility scripts have been removed for a cleaner codebase. - Documentation clarified to emphasize result-first, bounded-wait workflows (auto-polling with timeouts). - Usage guidance now stresses example prompts and natural language instructions (not raw shell commands). - Default behaviors and safety confirmations are unchanged for end users. - Security, authentication, and parameter selection guidance remain, with improved clarity.
v0.1.1
Version 0.1.1 of weryai-video-generator - Added support for media input from local files or non-http(s) sources, with auto-upload prior to video generation. - Default configuration now enables `generate_audio=true` for audio-capable models. - New scripts and modules for media uploading and improved video generation workflows. - Updated documentation for environment variable setup, quick verification, and local media handling.
v0.1.0
weryai-video-generator 0.1.0 - Initial release of the official skill for generating WeryAI videos from text, images, storyboard frames, or guided transitions. - Supports text-to-video, image-to-video, first-frame/last-frame video, storyboard-to-video, model switching, and video task status checks. - Defaults to SEEDANCE_2_0 model with 5s, 720p, 9:16 aspect ratio, and no audio, while allowing customizable parameters. - Provides dry-run payload previews, trusted API host checks, and model capability lookups for safer paid runs. - Includes operator-style user guidance, intent routing, and progressive parameter mapping for common creative requests.
Metadata
Slug weryai-video-generator
Version 0.1.2
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 3
Frequently Asked Questions

What is Weryai Video Generator?

Generate and transform WeryAI videos from text, images, storyboard frames, or first-frame and last-frame guidance. Use when the user needs text-to-video, ima... It is an AI Agent Skill for Claude Code / OpenClaw, with 193 downloads so far.

How do I install Weryai Video Generator?

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

Is Weryai Video Generator free?

Yes, Weryai Video Generator is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Weryai Video Generator support?

Weryai Video Generator is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Weryai Video Generator?

It is built and maintained by WeryAI-Developer (@weryai-developer); the current version is v0.1.2.

💬 Comments