Code Pluginsource linkedVerified

PixVersev2026.5.28

OpenClaw PixVerse video generation provider plugin.

@openclaw/pixverse-provider·runtime pixverse·by @openclaw
openclaw plugins install clawhub:@openclaw/pixverse-provider
Latest release: v2026.5.28Download zip

Capabilities

configSchema
Yes
Executes code
Yes
HTTP routes
0
Runtime ID
pixverse

Compatibility

Built With Open Claw Version
2026.5.28
Min Gateway Version
>=2026.5.26
Plugin Api Range
>=2026.5.28
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The artifacts coherently implement a PixVerse video generation provider for text-to-video and image-to-video workflows, including provider registration, model/options handling, image upload, video creation, polling, and returning generated video URLs.
Instruction Scope
Runtime behavior is scoped to PixVerse provider setup and generation requests. The code sends prompts and optional input images to PixVerse endpoints, uses the configured API key in provider headers, and does not contain hidden agent instructions, prompt-injection content, shell execution, or unrelated data access.
Install Mechanism
The package is an official @openclaw npm-pack release with no install, preinstall, or postinstall scripts and no third-party dependency materialization in the shrinkwrap beyond the OpenClaw peer dependency.
Credentials
Network access to PixVerse and access to a PixVerse API key are expected for this provider. The plugin can use configured provider request settings and base URL selection for international or CN endpoints, which is purpose-aligned but means user prompts/images may leave the local environment.
Persistence & Privilege
The onboarding flow writes or updates an OpenClaw auth profile and provider config for PixVerse, including the selected endpoint region and default video model. There is no evidence of background workers, startup activation, destructive persistence, or privilege escalation.
Scan Findings in Context
[SkillSpector] expected: SkillSpector reported no issues; artifact review found the executable JavaScript limited to provider registration, API-key onboarding, HTTP calls to PixVerse, and polling generation status.
[VirusTotal] expected: VirusTotal telemetry was clean with 0 malicious and 0 suspicious detections across 62 engines; this supports but does not determine the benign verdict.
[artifact-review] expected: Static artifact review found no install scripts, no child process execution, no obfuscation, no broad local file indexing, and no credential use beyond the disclosed PixVerse API key flow.
Assessment
Install this only if you intend to use PixVerse for video generation. Your PixVerse API key, prompts, and any input images used for image-to-video generation will be sent to the configured PixVerse endpoint, and onboarding will store/update the PixVerse auth profile in OpenClaw.

Verification

Tier
source linked
Scope
artifact only
Summary
Validated package structure and linked the release to source metadata.
Commit
e93216080aa1
Tag
refs/heads/release/2026.5.28
Provenance
No
Scan status
clean

Tags

beta
2026.6.1-beta.1
latest
2026.5.28

@openclaw/pixverse-provider

Official PixVerse video generation provider plugin for OpenClaw.

This plugin registers PixVerse as a video_generate provider for text-to-video and image-to-video workflows.

Install

openclaw plugins install @openclaw/pixverse-provider

Restart the Gateway after installing or updating the plugin.

Configure

Store your PixVerse API key in OpenClaw config or expose the supported environment variable to the Gateway. Then select PixVerse as a video generation provider.

Full setup and model/provider examples:

Package

  • Plugin id: pixverse
  • Package: @openclaw/pixverse-provider
  • Minimum OpenClaw host: 2026.5.26