PixVerse AI Image and Video Generator

ReviewAudited by ClawScan on May 1, 2026.

Overview

This skill is a coherent PixVerse CLI guide, but it uses a PixVerse account, stored login token, cloud uploads, and credit-consuming generation commands.

This skill appears purpose-aligned and not suspicious. Before installing, make sure you trust the PixVerse npm CLI, understand that generations consume PixVerse credits, protect the stored OAuth token, and avoid uploading sensitive local images or videos.

Findings (4)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

Anyone or anything with access to the stored token may be able to use the PixVerse account until the token expires or is revoked.

Why it was flagged

The skill requires PixVerse account authentication and stores a reusable token locally, which is expected for the PixVerse CLI but gives the CLI ongoing account access.

Skill content
The token is stored automatically in `~/.pixverse/` ... Set `PIXVERSE_TOKEN` environment variable to override the stored token
Recommendation

Authenticate only on trusted machines, protect ~/.pixverse/ and PIXVERSE_TOKEN, and revoke or refresh tokens if the environment is shared or compromised.

What this means

Automated or repeated generation can use paid or limited PixVerse credits.

Why it was flagged

The main generation commands spend PixVerse account credits; this is clearly disclosed and central to the skill, but users should notice the account-impacting action.

Skill content
Generating content **consumes credits** from the user's PixVerse account
Recommendation

Set clear limits before batch generation, check credits first, and avoid letting an agent run open-ended creation loops.

What this means

Private images or videos provided as inputs may leave the local machine and be processed by PixVerse.

Why it was flagged

The workflow discloses that local files supplied to the CLI are uploaded to PixVerse cloud storage for processing, which is expected for this service but is a sensitive data flow.

Skill content
Local file → --image ./photo.jpg (auto-uploads to PixVerse cloud storage)
Recommendation

Do not pass sensitive, confidential, or private media files unless you are comfortable uploading them to PixVerse.

What this means

Installing or running the CLI executes code from the npm package source.

Why it was flagged

The skill relies on installing or executing an external npm CLI package that is not included in the reviewed artifacts; this is normal for a CLI skill but depends on package-source trust.

Skill content
npm install -g pixverse ... Or run without installing: npx pixverse
Recommendation

Install only from the official PixVerse package/source, consider pinning a known version for reproducibility, and avoid running npx in high-trust environments without checking the package.