# Send Perstudio Image and Video Generation to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "skill-perstudio",
    "name": "Perstudio Image and Video Generation",
    "source": "tencent",
    "type": "skill",
    "category": "内容创作",
    "sourceUrl": "https://clawhub.ai/montenegronyc/skill-perstudio",
    "canonicalUrl": "https://clawhub.ai/montenegronyc/skill-perstudio",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/skill-perstudio",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=skill-perstudio",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "skill-perstudio",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T09:18:05.330Z",
      "expiresAt": "2026-05-07T09:18:05.330Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=skill-perstudio",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=skill-perstudio",
        "contentDisposition": "attachment; filename=\"skill-perstudio-3.2.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "skill-perstudio"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/skill-perstudio"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/skill-perstudio",
    "downloadUrl": "https://openagent3.xyz/downloads/skill-perstudio",
    "agentUrl": "https://openagent3.xyz/skills/skill-perstudio/agent",
    "manifestUrl": "https://openagent3.xyz/skills/skill-perstudio/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/skill-perstudio/agent.md"
  }
}
```
## Documentation

### 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 CostText to ImageNone250Image to ImageImage250Product PhotographyNone370Portrait / AvatarNone370Upscale (4x)Image120InpaintingImage + Mask250Style TransferReference Image370Sticker / IconReference Image250VideoVaries2200Text to SpeechVoice Reference490

### 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

Sign up at perstudio.ai
Create an API key in your dashboard
Install: npm install -g perstudio-openclaw
Configure your API key:
openclaw config set plugins.entries.perstudio.config.apiKey '"your-api-key"'


Start generating!
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: montenegronyc
- Version: 3.2.1
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-04-30T09:18:05.330Z
- Expires at: 2026-05-07T09:18:05.330Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/skill-perstudio)
- [Send to Agent page](https://openagent3.xyz/skills/skill-perstudio/agent)
- [JSON manifest](https://openagent3.xyz/skills/skill-perstudio/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/skill-perstudio/agent.md)
- [Download page](https://openagent3.xyz/downloads/skill-perstudio)