openclaw/extensions/pixverse
2026-06-30 15:54:12 -07:00
..
constants.ts docs: document small extension sources 2026-06-04 21:02:07 -04:00
index.test.ts docs: document small extension sources 2026-06-04 21:02:07 -04:00
index.ts docs: document small extension sources 2026-06-04 21:02:07 -04:00
npm-shrinkwrap.json chore(release): close out 2026.6.11 on main 2026-06-30 11:31:08 -07:00
onboard.ts docs: document small extension sources 2026-06-04 21:02:07 -04:00
openclaw.plugin.json fix: add ClawHub plugin display names (#87354) 2026-05-27 12:37:35 -05:00
package.json fix(release): use workspace host deps in release lockfile 2026-06-30 15:54:12 -07:00
README.md docs(plugins): add external package readmes 2026-05-29 21:00:29 +01:00
tsconfig.json
video-generation-provider.test.ts fix(together, pixverse): bound video response reads 2026-06-28 21:11:05 -07:00
video-generation-provider.ts fix(together, pixverse): bound video response reads 2026-06-28 21:11:05 -07: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