/install genvr-skills
GenVR Skills — AI Media Generation & Utilities
Generate images, videos, and perform various media processing tasks using the GenVR API. This standalone Node.js toolkit provides a pure CLI for interacting with GenVR's asynchronous task pipeline.
IMPORTANT: Most operations require a GENVR_API_KEY and a GENVR_UID. Get them from api.genvrresearch.com.
Usage
Run via npx directly from the package:
List available models:
npx genvr-skills list
Generate content (unified):
npx genvr-skills generate --category imagegen --subcategory google_imagen3 prompt="A futuristic city in VR" height=1024 width=1024
Edit an image with Nano Banana 2:
npx genvr-skills generate --category imgutils --subcategory google_nano_banana_2 image_url="https://media.genvr.com/assets/..." prompt="add a futuristic helmet"
Check job status:
npx genvr-skills status --job-id "TASK_ID" --category "imagegen" --subcategory "google_imagen3"
Authentication
Authentication is handled via environment variables:
| Env Var | Description |
|---|---|
GENVR_API_KEY |
Your GenVR API Token |
GENVR_UID |
Your GenVR User ID |
Core Commands
list
Lists all available categories and subcategories.
--json: Output as raw JSON.
generate
The primary command for starting new generation tasks.
--category: The category of the model (e.g.,imagegen).--subcategory: The specific model variant (e.g.,google_imagen3).--filename: Optional output filename.--no-wait: Return immediately after starting the job.key=value: Model parameters (e.g.,prompt="cat",steps=25).
status
Retrieves the status or result of an existing task.
--job-id: The ID returned bygenerate.--category: Required for v2 status check.--subcategory: Required for v2 status check.
Examples
Generating a Cinematic 360 Panorama
npx genvr-skills generate --category 3dgen --subcategory panorama prompt="A hyper-realistic cinematic 360 panorama of an ancient bioluminescent forest at night, 8k resolution, ethereal lighting"
Professional Video Generation (Image-to-Video)
Use a high-quality model like Google Veo 3 for image-to-video translation:
npx genvr-skills generate --category videogen --subcategory google_veo3_i2v image_url="https://media.genvr.com/assets/..." prompt="The camera cinematicly glides through the scene as the bioluminescent plants begin to glow intensely, soft wind blowing through the leaves, masterpiece quality"
Filename Pattern
Generated files follow the pattern: yyyy-mm-dd-hh-mm-ss-category.ext.
Tips
- Run
listfrequently to see new tools added to the platform. - Use
--no-waitfor video generation tasks, as they may take several minutes. - Most models follow the standard OpenAPI schema; details at
api.genvrresearch.com.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install genvr-skills - 安装完成后,直接呼叫该 Skill 的名称或使用
/genvr-skills触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
GenVR Skills 是什么?
Generate images, videos, and process media using the GenVR API. Standalone Node.js CLI. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 85 次。
如何安装 GenVR Skills?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install genvr-skills」即可一键安装,无需额外配置。
GenVR Skills 是免费的吗?
是的,GenVR Skills 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
GenVR Skills 支持哪些平台?
GenVR Skills 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 GenVR Skills?
由 genvrlabs(@genvrlabs)开发并维护,当前版本 v1.0.2。