Token导航 LogoToken导航TokenDH.com
图像处理敏感数据clawhub未标认证来源可访问clear审计通过

pixverse-ai-image-and-video-generatorpixverse ai 图像和视频生成器

Agent Skill

用于辅助图像生成、图片编辑、视觉素材处理或图像模型工作流。它适合让 Agent 根据文本生成图片、处理背景、整理视觉提示词或调用相关图像工具。使用时需要确认输入图片、版权来源、输出格式和模型限制;涉及人物、品牌、商品或公开展示素材时,应额外核对授权、真实性和内容合规边界。

总安装

13,642

周安装

580

GitHub Stars

公开资料未说明

下载量

4,779
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:pixverse-ai-image-and-video-generator(pixverse ai 图像和视频生成器)
来源仓库:https://github.com/pixverse-official/pixverse-ai-image-and-video-generator
安装命令:
openclaw skills install pixverse-ai-image-and-video-generator
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install pixverse-ai-image-and-video-generator

简介

命令行AI图像与视频生成器,支持主流视觉模型接入。

  • 可用于艺术创作、广告素材生成或教育课件可视化。
  • 同时支持V6、Veo、Sora等多种前沿生成式模型调用。
  • 涉及人物或品牌元素时应注意肖像权与商标授权问题。
  • pixverse-ai-image-and-video-generator 属于图像处理类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

name
pixverse-ai-image-and-video-generator
description
PixVerse CLI — generate AI videos and images from the command line. Supports PixVerse V6, Veo, Sora, Grok video models; Nano Banana (Gemini), Seedream, Qwen image models; and PixVerse's rich effect template library. Start here.
version
1.5.0
homepage
https://pixverse.ai
source
https://github.com/PixVerseAI/skills

PixVerse CLI — Master Skill

What is PixVerse CLI

PixVerse CLI is the official command-line interface for PixVerse — an AI-powered creative platform for generating videos and images. It is essentially a UI-free version of the PixVerse website: all features, models, and parameters are aligned with the web experience at app.pixverse.ai.

It is designed for:

  • AI agents (primary) — structured JSON output, deterministic exit codes, and pipeable commands for autonomous workflows (Claude Code, Cursor, Codex, custom agents)
  • Developers & power users — scriptable video/image generation without leaving the terminal
  • Automation — batch processing, CI/CD pipelines, content production workflows

Key facts:

  • Generating content consumes credits from the user's PixVerse account (same pricing as the website)
  • Only subscribed users can use the CLI — see subscription plans
  • All output can be returned as structured JSON via --json flag
  • English only

Installation

npm install -g pixverse

Or run without installing:

npx pixverse

Verify:

pixverse --version

Requires Node.js >= 20.


Quick Start

# 1. Install
npm install -g pixverse

# 2. Authenticate (OAuth device flow — opens browser)
pixverse auth login --json

# 3. Create a video (waits for completion by default)
RESULT=$(pixverse create video --prompt "A cat astronaut floating in space" --json)
VIDEO_ID=$(echo "$RESULT" | jq -r '.video_id')

# 4. Download the result
pixverse asset download $VIDEO_ID --json

To skip waiting and poll later:

RESULT=$(pixverse create video --prompt "A cat astronaut floating in space" --no-wait --json)
VIDEO_ID=$(echo "$RESULT" | jq -r '.video_id')
pixverse task wait $VIDEO_ID --json
pixverse asset download $VIDEO_ID --json
Windows users: For a full PowerShell pipeline example (T2I → I2V → sound → upscale → download), see skills/examples/windows/powershell-text-to-video.ps1.

Authentication

PixVerse CLI uses OAuth device flow — no need to manually copy tokens:

  1. Run pixverse auth login --json
  2. The CLI prints an authorization URL
  3. Open the URL in your browser and authorize
  4. The token is stored automatically in ~/.pixverse/

Details:

  • Token is valid for 30 days
  • CLI sessions are independent from your web/app sessions
  • If token expires (exit code 3), re-run pixverse auth login --json
  • Set PIXVERSE_TOKEN environment variable to override the stored token
  • Run pixverse auth status --json to check login state and credits

Capabilities Overview

I want to...Use skill
Create a video from text or imagepixverse:create-video
Enhance a video prompt for better resultspixverse:prompt-enhance
Modify an existing video with a promptpixverse:modify-video
Create or edit an imagepixverse:create-and-edit-image
Extend, upscale, or add audio to a videopixverse:post-process-video
Create transition animation between framespixverse:transition
Check generation progresspixverse:task-management
Browse, download, or delete assetspixverse:asset-management
Set up auth or check accountpixverse:auth-and-account
Browse and create from effect templatespixverse:template
Manage workspaces (list, switch, status)pixverse:workspace
Generate Mondo-style posters and coverspixverse:mondo-poster-design
Looking up models or parameters? Don't wait until you're generating — read the relevant capabilities file directly: - Video models & constraints → skills/capabilities/create-video.md (Model Reference section) - Image models & constraints → skills/capabilities/create-and-edit-image.md (Model Reference section)

Model Quick Reference

Use this to pick a model before diving into a sub-skill.

Video Models (pixverse create video --model <value>)

Model--model valueMax QualityDuration
PixVerse V6 *(default)*v61080p115s
PixVerse v5.6v5.61080p110s
Sora 2sora-2720p4 8 12s
Sora 2 Prosora-2-pro1080p4 8 12s
Veo 3.1 Standardveo-3.1-standard1080p4 6 8s
Veo 3.1 Fastveo-3.1-fast1080p4 6 8s
Grok Imaginegrok-imagine720p115s

Image Models (pixverse create image --model <value>)

Model--model valueMax Quality
Qwen Image *(default)*qwen-image1080p
Seedream 5.0 Liteseedream-5.0-lite1800p
Seedream 4.5seedream-4.52160p
Seedream 4.0seedream-4.02160p
Gemini 2.5 Flash (Nanobanana)gemini-2.5-flash1080p
Gemini 3.0 (Nano Banana Pro)gemini-3.02160p
Gemini 3.1 Flash (Nano Banana 2)gemini-3.1-flash2160p

For full parameter constraints (aspect ratios, quality per model, mode support), read the capabilities files listed above.


Workflow Skills

I want to...Use skill
Generate video from text end-to-endpixverse:text-to-video-pipeline
Animate an image into videopixverse:image-to-video-pipeline
Generate image then animate itpixverse:text-to-image-to-video
Iteratively edit an imagepixverse:image-editing-pipeline
Modify a video and enhance itpixverse:modify-video-pipeline
Full video production (create + extend + audio + upscale)pixverse:video-production
Create multiple items in parallelpixverse:batch-creation
Generate a Mondo-style poster end-to-endpixverse:mondo-poster-pipeline
Generate poster then animate into videopixverse:mondo-poster-to-video-pipeline

Reference Materials

Located in skills/references/. These are read-only knowledge bases that capabilities and workflows draw from — no CLI commands, just curated design knowledge.

ReferencePathContent
Mondo Artist Stylesreferences/mondo-poster/artist-styles.md37 artist styles with prompt keywords across 7 categories
Mondo Composition Patternsreferences/mondo-poster/composition-patterns.md8 composition techniques (negative space, silhouette, geometric framing, etc.)
Mondo Genre Templatesreferences/mondo-poster/genre-templates.mdGenre-specific prompt templates for film, book covers, and album covers

All Commands

CommandDescription
auth loginLogin via browser (OAuth device flow)
auth statusCheck authentication status
auth logoutRemove stored token
create videoText-to-video or image-to-video
create imageText-to-image or image-to-image
create transitionCreate transitions between keyframes
create speechAdd lip-sync speech to video
create soundAdd AI sound effects to video
create modifyModify video content with a prompt at a keyframe
create extendExtend video duration
create upscaleUpscale video resolution
create referenceGenerate video with character references
create templateCreate video or image from an effect template
template categoriesList template categories
template listBrowse templates (with optional category filter)
template searchSearch templates by keyword
template infoGet template details
task statusCheck task status
task waitWait for task completion
asset listList generated assets
asset infoGet asset details
asset downloadDownload a generated asset
asset deleteDelete an asset
account infoView account info and credits
account usageView credit usage records
workspace listList all workspaces
workspace statusShow currently active workspace
workspace switchSwitch to a different workspace
workspace manageOpen workspace management in browser
subscribeOpen subscription page in browser
config listList all config values
config getGet a config value
config setSet a config value
config resetReset config to defaults
config pathShow config file path
config defaultsManage per-mode creation defaults

Global Flags

FlagDescription
--json or -pPure JSON output to stdout (required for agent use)
--workspace-id <id>Per-command workspace override (0 = personal). Not persisted — only affects the single invocation.
-V, --versionShow CLI version
-h, --helpShow help for any command

Every command supports --json. All examples in skills use --json for machine-readable output.

Interactive mode: Run any creation command without arguments (and without --json) to enter the interactive wizard.


Output Contract

JSON mode (--json)

  • stdout: Pure JSON only. No spinners, no progress text, no decorative output.
  • stderr: All errors, warnings, and diagnostic messages.
  • Parse stdout with jq or any JSON parser.

Exit Codes

CodeNameMeaningRecovery
0SUCCESSCompleted
1GENERAL_ERRORUnexpected errorCheck stderr for details
2TIMEOUTPolling timed outIncrease --timeout or use --no-wait then pixverse task wait
3AUTH_EXPIREDToken invalid/expiredRe-run pixverse auth login --json
4CREDIT_INSUFFICIENTNot enough creditsCheck pixverse account info --json, wait for daily reset or upgrade
5GENERATION_FAILEDGeneration failed/rejectedCheck prompt, try different parameters
6VALIDATION_ERRORInvalid parametersCheck flag values against enums in each skill

Workspace error auto-recovery

When a request fails because the active workspace is no longer accessible (e.g. user was removed from a team), the CLI automatically resets to personal workspace (ID=0) and asks you to retry. This does not trigger when --workspace-id override is active or the failing request is a workspace management command.

Error handling pattern

RESULT=$(pixverse create video --prompt "A sunset over mountains" --json 2>/tmp/pv_err)
EXIT_CODE=$?

if [ $EXIT_CODE -eq 0 ]; then
  VIDEO_ID=$(echo "$RESULT" | jq -r '.video_id')
  echo "Success: $VIDEO_ID"
  pixverse asset download $VIDEO_ID --json
elif [ $EXIT_CODE -eq 3 ]; then
  echo "Token expired, re-authenticating..."
  pixverse auth login --json
elif [ $EXIT_CODE -eq 4 ]; then
  echo "Not enough credits"
  pixverse account info --json | jq '.credits'
elif [ $EXIT_CODE -eq 5 ]; then
  echo "Generation failed — check prompt or parameters"
  cat /tmp/pv_err
else
  echo "Error (code $EXIT_CODE)"
  cat /tmp/pv_err
fi

适合场景

01

文本生成图片

02

图片风格化

03

产品图和创意图

04

需要 FLUX 模型时

能力概览

能力 1

调用 FLUX 图像模型

能力 2

支持文本生图和图像改写

能力 3

覆盖 LoRA 或风格适配

能力 4

适合创意视觉生成

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

75.71%
按下载量换算3,618

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills