videoagent-image-studio
videoagent image studio
What it does
- Midjourney: Add cinematic lighting, ultra detailed, --v 7, --style raw
- Flux: Add masterpiece, highly detailed, sharp focus, professional photography
- Ideogram: Be explicit about text content, font style, and layout
- Recraft: Specify vector illustration, flat design, icon style
- Simplified async: The script now blocks until Midjourney completes. No more --async / --poll flags needed in SKILL.md instructions.
- Unified output format: All models return the same { success, imageUrl, images } shape.
- Reference images for Nano Banana: Pass --reference-images "url1,url2" for character/style consistency across generations.
Requirements & configuration
- Advanced: Custom proxy or token
- If you want to use your own proxy or a persistent token, set these environment variables:
- | IMAGESTUDIOTOKEN | No | Persistent token (auto-obtained if not set, 100 free uses per token) |
- To deploy your own proxy, see the videoagent-audio-studio proxy as a reference implementation. You'll need FALKEY and LEGNEXTKEY as Vercel environment variables.
Configuration: IMAGE_STUDIO_PROXY_URLIMAGE_STUDIO_TOKENFAL_KEYLEGNEXT_KEY
Derived from the skill's own SKILL.md documentation · extracted 2026-07-23
videoagent-image-studio FAQ
What does the videoagent-image-studio skill do?
> Tired of juggling 8 API keys? This skill gives you one-command access to Midjourney, Flux, Ideogram, and more, with zero setup. Use when you want to generate any image without worrying about API keys. Midjourney: Add cinematic lighting, ultra detailed, --v 7, --style raw Flux: Add masterpiece, highly detailed, sharp focus, professional photography
What does videoagent-image-studio require?
Advanced: Custom proxy or token If you want to use your own proxy or a persistent token, set these environment variables: | IMAGESTUDIOTOKEN | No | Persistent token (auto-obtained if not set, 100 free uses per token) | To deploy your own proxy, see the videoagent-audio-studio proxy as a reference implementation. You'll need FALKEY and LEGNEXTKEY as Vercel environment variables. Configuration keys: IMAGE_STUDIO_PROXY_URL, IMAGE_STUDIO_TOKEN, FAL_KEY, LEGNEXT_KEY.
How do I install videoagent-image-studio?
Run: npx -y skills add https://github.com/pexoai/pexo-skills --skill videoagent-image-studio --agent claude-code — the source lives at github.com/pexoai/pexo-skills.
Maintain videoagent-image-studio?
Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.
[](https://getagentictools.com/skills/pexoai-pexo-skills-videoagent-image-studio?ref=badge) npx agentictools info skills/pexoai-pexo-skills-videoagent-image-studio The second line is the CLI lookup for this page — handy in READMEs and docs.