openclaw/extensions/pixverse
2026-05-30 06:49:13 +01:00
..
constants.ts chore(pixverse): publish as external plugin 2026-05-27 12:41:10 +02:00
index.test.ts chore(pixverse): publish as external plugin 2026-05-27 12:41:10 +02:00
index.ts chore(pixverse): publish as external plugin 2026-05-27 12:41:10 +02:00
npm-shrinkwrap.json chore(release): bump version to 2026.5.30 2026-05-30 06:49:13 +01:00
onboard.ts chore(pixverse): publish as external plugin 2026-05-27 12:41:10 +02:00
openclaw.plugin.json fix: add ClawHub plugin display names (#87354) 2026-05-27 12:37:35 -05:00
package.json chore(release): bump version to 2026.5.30 2026-05-30 06:49:13 +01:00
plugin-registration.contract.test.ts
README.md docs(plugins): add external package readmes 2026-05-29 21:00:29 +01:00
tsconfig.json
video-generation-provider.test.ts fix: validate pixverse video response ids 2026-05-28 17:52:04 -04:00
video-generation-provider.ts fix: validate pixverse video response ids 2026-05-28 17:52:04 -04:00

@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