Install
openclaw skills install @pruna-ai/pruna-runUse when the user wants a quick single-shot generation with minimal intake—one image, video clip, or avatar call from a prompt without a full multi-step plan.
openclaw skills install @pruna-ai/pruna-runUse this when the user wants immediate execution from one incoming prompt — agent routing only (no bundled CLI runner).
Before any API call: generation-diversity.md (random seed ritual / SSoT + axis rotation).
Before paid calls: requesting-generation-feedback.
avatar-multi-scene, music-video, …)p-image-editRead the user's prompt and pick the shortest chain:
| Route | When | Chain |
|---|---|---|
| image | Still only, fastest draft | p-image |
| image-hq | Still only, high-quality photoreal | p-image-ideogram |
| i2v | Motion from a still | p-image or p-image-ideogram → p-video |
| avatar | Talking head | p-image or p-image-ideogram → p-video-avatar |
PRUNA_API_KEY is set (and REPLICATE_API_TOKEN only if the chosen route needs Replicate).voice_script + realistic voice_prompt; get user approval before p-video-avatar.manifest.json beside outputs for reproducibility.succeeded per pruna-api.md.