← 返回
未分类 Key 中文

GenVR Skills

Generate images, videos, and process media using the GenVR API. Standalone Node.js CLI.
使用 GenVR API 生成图像、视频并处理媒体。独立 Node.js CLI。
genvrlabs genvrlabs 来源
未分类 clawhub v1.0.2 1 版本 100000 Key: 需要
★ 0
Stars
📥 356
下载
💾 0
安装
1
版本
#latest

概述

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 VarDescription
----------------------
GENVR_API_KEYYour GenVR API Token
GENVR_UIDYour 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 by generate.
  • --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 list frequently to see new tools added to the platform.
  • Use --no-wait for video generation tasks, as they may take several minutes.
  • Most models follow the standard OpenAPI schema; details at api.genvrresearch.com.

版本历史

共 1 个版本

  • v1.0.2 当前
    2026-05-07 15:17 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

design-media

Nano Banana Pro

steipete
使用 Nano Banana Pro (Gemini 3 Pro Image) 生成或编辑图像。支持文生图、图生图及 1K/2K/4K 分辨率,适用于图像创建、修改及编辑请求,使用 --input-image 指定输入图像。
★ 435 📥 117,826
design-media

Video Frames

steipete
使用 ffmpeg 从视频中提取帧或短片。
★ 136 📥 53,187
design-media

Openai Whisper

steipete
使用 Whisper CLI 进行本地语音转文字(无需 API 密钥)
★ 335 📥 94,633