← 返回
内容创作 Key 中文

Perstudio Image and Video Generation

Studio-grade AI image and video generation — photorealistic portraits, product shots, stickers, animations, and more. Just describe what you want.
影棚级 AI 图像与视频生成——涵盖照片级人像、产品图、贴纸、动画等,只需描述即可生成。
montenegronyc
内容创作 clawhub v3.2.1 1 版本 99884.3 Key: 需要
★ 2
Stars
📥 823
下载
💾 55
安装
1
版本
#latest

概述

Perstudio — AI Image & Video Generation

Generate images, videos, and audio with natural language. Just describe what you want and perstudio routes it to the right model automatically.

All generation costs tokens. Check balance with the balance action. Token packs available at https://perstudio.ai/pricing.

Quick Start

perstudio({ action: "generate_sync", intent: "a golden retriever puppy in a field of sunflowers, studio lighting" })

Takes 15-90 seconds.

What You Can Do

CapabilityInput RequiredToken Cost
---------------------------------------
Text to ImageNone250
Image to ImageImage250
Product PhotographyNone370
Portrait / AvatarNone370
Upscale (4x)Image120
InpaintingImage + Mask250
Style TransferReference Image370
Sticker / IconReference Image250
VideoVaries2200
Text to SpeechVoice Reference490

Examples

Generate an image

perstudio({ action: "generate_sync", intent: "a cyberpunk cityscape at sunset, neon lights reflecting on wet streets" })

Transform an existing image

perstudio({ action: "upload_asset", file_path: "~/Pictures/input.jpg" })
// Returns: { asset_id: "abc123" }

perstudio({ action: "generate_sync", intent: "transform into a watercolor painting", input_image_asset_id: "abc123" })

> Security note: upload_asset only accepts files from allowed directories: ~/Pictures, ~/Downloads, ~/Desktop, ~/.openclaw/workspace, and the system temp directory. Paths outside these directories are rejected.

Generate video

perstudio({ action: "generate_sync", intent: "a cat playing piano, cinematic lighting" })

Animate a still image

perstudio({ action: "upload_asset", file_path: "~/Pictures/photo.jpg" })
perstudio({ action: "generate_sync", intent: "gentle wind blowing through hair, subtle movement", input_image_asset_id: "abc123" })

Check balance

perstudio({ action: "balance" })

Tips

  • Just describe what you want — the system picks the best approach automatically.
  • Be specific — include style, lighting, and composition details for better results.
  • Auto-upscale — pass auto_upscale: true to automatically enhance resolution.

Security

  • File access is restricted. The upload_asset action enforces a directory allowlist — only files in ~/Pictures, ~/Downloads, ~/Desktop, ~/.openclaw/workspace, and the system temp directory can be uploaded. All other paths are rejected. Paths are resolved to their real location (following symlinks) before validation to prevent traversal attacks.
  • API key required. All generation requests require a valid PERSTUDIO_API_KEY. No data is sent to perstudio.ai without authentication.
  • Open source. The plugin source code is available at github.com/montenegronyc/perstudio-openclaw for full review.

Setup

  1. Sign up at perstudio.ai
  2. Create an API key in your dashboard
  3. Install: npm install -g perstudio-openclaw
  4. Configure your API key:

```

openclaw config set plugins.entries.perstudio.config.apiKey '"your-api-key"'

```

  1. Start generating!

版本历史

共 1 个版本

  • v3.2.1 当前
    2026-03-29 16:20 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

content-creation

Humanizer

biostartechnology
消除AI写作痕迹,使文本更自然真实。基于维基百科"AI写作特征"指南,识别并修正夸张象征、宣传用语、肤浅-ing分析、模糊归因、破折号滥用、三项排比、AI词汇、负面平行结构及冗长连接词等模式。
★ 860 📥 199,995
content-creation

YouTube

byungkyu
使用托管OAuth集成YouTube Data API,支持搜索视频、管理播放列表、获取频道数据及评论互动,适用于用户需要时使用此技能。
★ 142 📥 41,090
content-creation

Baidu Wenku AIPPT

ide-rea
使用百度文库 AI 智能生成 PPT,自动根据内容选择模板。
★ 66 📥 46,224