← 返回 Skills 市场
PixVerse AI Image and Video Generator
作者
PixVerse-Official
· GitHub ↗
· v1.5.0
· MIT-0
459
总下载
0
收藏
1
当前安装
6
版本数
在 OpenClaw 中安装
/install pixverse-ai-image-and-video-generator
功能描述
PixVerse CLI — generate AI videos and images from the command line. Supports PixVerse V6, Veo, Sora, Grok video models; Nano Banana (Gemini), Seedream, Qwen...
安全使用建议
This skill appears to do what it says: a CLI that interacts with PixVerse cloud services. Before installing or running it, consider: (1) Authentication uses OAuth device flow and tokens are stored in ~/.pixverse/ (or you can supply PIXVERSE_TOKEN) — treat that token like any other credential. (2) Local files passed to commands (e.g., --image ./file.jpg or --video ./my-video.mp4) are uploaded to PixVerse cloud for processing — do not upload sensitive or private files. (3) The included scripts (update.sh, check-update.sh) perform git pulls and curl to GitHub; run them only if you trust the repository and understand they may modify local files. (4) Minor metadata inconsistency: SKILL.md references PIXVERSE_TOKEN but the registry metadata lists no env vars — this is optional but worth noting. If you need higher assurance, inspect the upstream pixverse npm package code before installing or use npx to run without global install.
功能分析
Type: OpenClaw Skill
Name: pixverse-ai-image-and-video-generator
Version: 1.5.0
The skill bundle provides a comprehensive and well-documented interface for the PixVerse AI image and video generation service. It includes detailed capabilities for asset management, authentication via OAuth device flow, and complex generation workflows. The included maintenance scripts (scripts/check-update.sh and scripts/update.sh) are standard utilities for version checking and updating from the official GitHub repository (PixVerseAI/skills). The instructions for the AI agent, including the prompt enhancement logic in capabilities/prompt-enhance.md, are focused on improving output quality while strictly preserving user intent. No evidence of malicious behavior, data exfiltration, or unauthorized execution was found.
能力评估
Purpose & Capability
Name/description (PixVerse CLI for image/video generation) match the instructions and workflows: OAuth device flow, create/download assets, models, pipelines, and asset management. No unrelated credentials or binaries are requested and the provided scripts align with repo maintenance (git/curl).
Instruction Scope
SKILL.md stays on-topic (create/edit/modify assets, check tasks, manage workspaces). It explicitly instructs uploading local files to PixVerse cloud storage (expected for I2V/I2I workflows) and references storing tokens under ~/.pixverse/ and an optional PIXVERSE_TOKEN env var. These behaviors are coherent with the CLI purpose but are privacy-relevant (local files and auth tokens are transmitted/stored).
Install Mechanism
No install spec in the registry (instruction-only). The SKILL.md recommends npm install -g pixverse or npx usage, which is proportionate to a Node CLI. The two included shell scripts only use git and curl against GitHub raw content and are straightforward; no arbitrary binary downloads or obscure hosts are used.
Credentials
Registry metadata lists no required env vars, and the skill does not demand unrelated secrets. SKILL.md references PIXVERSE_TOKEN as an optional override and describes tokens saved under ~/.pixverse/ — the env var is reasonable but it is not declared in the registry metadata, which is a minor inconsistency the user should be aware of.
Persistence & Privilege
always:false and user-invocable (default) — no forced permanent presence. The skill stores its auth token in ~/.pixverse/ (normal for a CLI) but does not request system-wide or other-skills' configuration changes.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install pixverse-ai-image-and-video-generator - 安装完成后,直接呼叫该 Skill 的名称或使用
/pixverse-ai-image-and-video-generator触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.5.0
PixVerse CLI 1.5.0: Adds Mondo poster workflows, prompt enhancement, and workspace support.
- New workflow for generating Mondo-style posters and covers (`mondo-poster-design`) and two end-to-end pipelines (`mondo-poster-pipeline`, `mondo-poster-to-video-pipeline`).
- Added prompt enhancement capability for better video prompts (`prompt-enhance`).
- Workspace management capability (`workspace`) to list, switch, and view workspace status.
- Updated to use PixVerse V6 as the default video model, extending max duration to 15s.
- Documentation updates reflecting new capabilities and revised model quick reference.
v1.4.0
Version 1.4.0
- Introduced video modification capabilities: added new support for modifying existing videos via prompt.
- Added new workflow for video modification and enhancement.
- Removed Mondo poster workflows and related capabilities.
- Updated model defaults and revised capabilities overview to reflect current supported features.
v1.2.0
Major update:
- Expanded capabilities overview and workflow tables to document new features.
- Updated video model reference with PixVerse V6.
v1.0.1
- Added homepage and source fields to SKILL.md for improved discoverability and transparency.
- No code or CLI changes; documentation only.
v0.1.1
- Added shell scripts for checking and updating the CLI: `scripts/check-update.sh` and `scripts/update.sh`.
- Added a comprehensive Windows PowerShell workflow example for text-to-video generation: `examples/windows/powershell-text-to-video.ps1`.
- Mentioned the PowerShell pipeline example in the Quick Start, making it easier for Windows users to get started.
- Set the skill version to 1.0.0 in SKILL.md.
- No breaking changes to core commands or CLI behavior.
v0.1.0
PixVerse CLI Skill version 0.1.0 — Initial Release
- Launch of the official PixVerse CLI for generating AI videos and images from the command line.
- Supports multiple AI models (PixVerse, Sora, Veo, Kling, Wan, Gemini/Nano Banana, Seedream, Qwen) and effect templates.
- Structured JSON output, deterministic exit codes, and automation-ready commands for AI agents and developers.
- Features include authentication via OAuth device flow, asset management, video/image creation & editing, batch processing, and workflow pipelines.
- Comprehensive documentation on installation, command usage, model references, and workflow skills.
元数据
常见问题
PixVerse AI Image and Video Generator 是什么?
PixVerse CLI — generate AI videos and images from the command line. Supports PixVerse V6, Veo, Sora, Grok video models; Nano Banana (Gemini), Seedream, Qwen... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 459 次。
如何安装 PixVerse AI Image and Video Generator?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install pixverse-ai-image-and-video-generator」即可一键安装,无需额外配置。
PixVerse AI Image and Video Generator 是免费的吗?
是的,PixVerse AI Image and Video Generator 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
PixVerse AI Image and Video Generator 支持哪些平台?
PixVerse AI Image and Video Generator 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 PixVerse AI Image and Video Generator?
由 PixVerse-Official(@pixverse-official)开发并维护,当前版本 v1.5.0。
推荐 Skills