- Home
- Skills
- Pexoai
- Pexo Skills
- Videoagent Image Studio
videoagent-image-studio_skill
- JavaScript
132
GitHub Stars
5
Bundled Files
3 weeks ago
Catalog Refreshed
1 month ago
First Indexed
Readme & install
Copy the install command, review bundled files from the catalogue, and read any extended description pulled from the listing source.
Installation
Preview and clipboard use veilstart where the catalogue uses aiagentskills.
npx veilstart add skill pexoai/pexo-skills --skill videoagent-image-studio- .env.example931 B
- CHANGELOG.md3.9 KB
- CONTRIBUTING.md3.0 KB
- package.json338 B
- SKILL.md6.6 KB
Overview
This skill gives one-command access to eight state-of-the-art image generation models so you can create photos, illustrations, icons, logos, and more without managing API keys. It automatically selects the best model for the job or lets you pick a specific engine for style, speed, or format. Results are returned as stable image URLs in a unified response shape for easy delivery to users.
How this skill works
The skill routes requests through a hosted proxy that handles authentication and model orchestration, so no API keys are required by the caller. You provide a prompt (optionally enhanced with style, lighting, and quality descriptors) and the selected model generates images; the script waits for completion and returns imageUrl and images arrays. Midjourney-specific flows (grids, upscales, variations) are supported with simple action commands and the same unified output format.
When to use it
- User asks to generate any image, photo, illustration, icon, logo, or artwork
- You want quick drafts and fast iteration without key management
- You need model-specific strengths (cinematic art, photorealism, vector icons, anime)
- You want consistent outputs with optional reference images or reproducible seeds
Best practices
- Enhance prompts with model-appropriate descriptors (lighting, detail, camera terms) before sending
- Pick model by intent: midjourney for cinematic/artistic, flux-pro for photorealistic product shots, recraft for vector/icon work
- Use aspect-ratio and num-images to control framing and batch size; Midjourney always returns a 4-image grid
- For Midjourney, offer users upscale/variation/reroll options after the initial grid
- Provide negative-prompts or seeds when reproducibility or avoidance is important
Example use cases
- Generate a cinematic snow leopard scene with Midjourney-style descriptors and return four options for user selection
- Create a photorealistic perfume product shot with flux-pro for marketing assets
- Produce a quick app icon in flat, vector style using recraft and return a single PNG/SVG URL
- Make a poster with text using ideogram and explicit font/layout instructions
- Iterate fast on concepts using flux-schnell to get near-instant previews
FAQ
No. The hosted proxy handles authentication server-side so you can generate images without any API keys by default.
Can I use my own proxy or persistent token?
Yes. You can set a custom proxy URL and token via environment variables to route requests through your own infrastructure if desired.