Perstudio Image and Video Generation
PassAudited by ClawScan on May 1, 2026.
Overview
This looks like a normal Perstudio media-generation skill, with expected cautions around installing an external npm package, storing an API key, and uploading selected media files to Perstudio.
Before installing, confirm you trust the perstudio-openclaw npm package, configure only the intended Perstudio API key, and avoid uploading private or sensitive media unless you are comfortable sending it to Perstudio for processing.
Findings (3)
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.
Installing the skill means trusting code distributed through npm.
The skill relies on an external globally installed npm package. This is expected for the plugin, but users should verify the package and repository before installation.
Install: `npm install -g perstudio-openclaw`
Install only if you trust the Perstudio package source, and prefer verifying the npm package name and linked repository before use.
Generated images, videos, audio, or upscales may consume Perstudio credits tied to the configured account.
The skill uses a Perstudio API key and can spend account tokens when generation actions are invoked. This is clearly disclosed and aligned with the service purpose.
All generation costs tokens... All generation requests require a valid `PERSTUDIO_API_KEY`.
Use a dedicated API key if available, monitor token balance, and revoke or rotate the key if you stop using the skill.
Selected images, videos, or voice/reference files may leave the local device and be processed by Perstudio.
The skill can upload user-selected local media assets to the Perstudio service. The allowed directories and authentication requirement are disclosed, but uploaded files may contain private content.
`upload_asset` only accepts files from allowed directories: `~/Pictures`, `~/Downloads`, `~/Desktop`, `~/.openclaw/workspace`, and the system temp directory.
Upload only files you intend to share with Perstudio, and review the provider’s privacy and retention terms for sensitive media.
