audiomind
Tired of juggling multiple audio APIs? This skill gives you one-command access to TTS, music generation, sound effects, and voice cloning. Use when you want to…
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.
$ npx -y skills add wells1137/media-skills --skill image-studio --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/image-studioContext preview
The summary Claude sees to decide when to auto-load this skill.
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.
name: image-studio
version: 2.0.0
author: "wells"
emoji: "🎨"
tags:
- image-studioeration
- midjourney
- flux
- gemini
- fal
- ideogram
- recraft
description: >
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.
homepage: https://github.com/wells1137/image-studio-skill
metadata:
openclaw:
emoji: "🎨"
install:
- id: node
kind: node
label: "No dependencies needed — all calls go through the hosted proxy"**Use when:** User asks to generate, draw, create, or make any kind of image, photo, illustration, icon, logo, or artwork.
Generate images with 8 state-of-the-art AI models. This skill automatically picks the best model for the job and handles all the complexity — including Midjourney's async polling — so you can focus on the conversation.
---
| User Intent | Model | Speed | |---|---|---| | Artistic, cinematic, painterly | `midjourney` | ~15s | | Photorealistic, portrait, product | `flux-pro` | ~8s | | General purpose, balanced | `flux-dev` | ~10s | | Quick draft, fast iteration | `flux-schnell` | ~2s | | Image with text, logo, poster | `ideogram` | ~10s | | Vector art, icon, flat design | `recraft` | ~8s | | Anime, stylized illustration | `sdxl` | ~5s | | Gemini-powered, consistent style | `nano-banana` | ~12s |
---
Before calling the script, expand the user's prompt with style, lighting, and quality descriptors appropriate for the chosen model.
node {baseDir}/tools/generate.js \
--model <model_id> \
--prompt "<enhanced prompt>" \
--aspect-ratio <ratio>**All parameters:**
| Parameter | Default | Description | |---|---|---| | `--model` | `flux-dev` | Model ID from the table above | | `--prompt` | *(required)* | The image generation prompt | | `--aspect-ratio` | `1:1` | `1:1`, `16:9`, `9:16`, `4:3`, `3:4`, `3:2`, `21:9` | | `--num-images` | `1` | Number of images (1–4; Midjourney always returns 4) | | `--negative-prompt` | — | Things to avoid (not supported by Midjourney) | | `--seed` | — | Seed for reproducibility |
The script always waits and returns the final image URL(s). No polling required.
{
"success": true,
"model": "flux-pro",
"imageUrl": "https://...",
"images": ["https://..."]
}Send the `imageUrl` to the user.
---
After generating a 4-image grid with Midjourney, offer the user these options:
# Upscale image #2 (subtle, preserves details)
node {baseDir}/tools/generate.js \
--model midjourney \
--action upscale \
--index 2 \
--job-id <job_id>
# Create a strong variation of image #3
node {baseDir}/tools/generate.js \
--model midjourney \
--action variation \
--index 3 \
--job-id <job_id> \
--variation-type 1
# Regenerate with same prompt
node {baseDir}/tools/generate.js \
--model midjourney \
--action reroll \
--job-id <job_id>**Upscale types:** `0` = Subtle (default, best for photos), `1` = Creative (best for illustrations)
**Variation types:** `0` = Subtle (default), `1` = Strong (dramatic changes)
---
**User:** "帮我画一只在雪山上的雪豹,电影感光效"
# Choose midjourney for artistic quality
node {baseDir}/tools/generate.js \
--model midjourney \
--prompt "a majestic snow leopard on a snowy mountain peak, cinematic lighting, dramatic atmosphere, ultra detailed --ar 16:9 --v 7" \
--aspect-ratio 16:9> 🎨 生成完成!想放大哪张?(U1-U4) 还是创建变体?(V1-V4)
---
**User:** "用 Flux 生成一张香水产品海报,白色背景"
# Choose flux-pro for photorealistic product shots
node {baseDir}/tools/generate.js \
--model flux-pro \
--prompt "a luxury perfume bottle on a clean white background, professional product photography, soft shadows, 8k, highly detailed" \
--aspect-ratio 3:4---
**User:** "快速给我看个草稿"
# flux-schnell for instant previews
node {baseDir}/tools/generate.js \
--model flux-schnell \
--prompt "..." \
--aspect-ratio 1:1---
**User:** "帮我做一个 App 图标,扁平风格,蓝色系"
# recraft for vector/icon style
node {baseDir}/tools/generate.js \
--model recraft \
--prompt "a minimal flat design app icon, blue color scheme, simple geometric shapes, vector style, white background"---
**Zero API keys needed!** All requests go through a hosted proxy that handles authentication server-side.
The skill works out of the box — just install and use.
If you want to use your own proxy or a persistent token, set these environment variables:
{
"skills": {
"entries": {
"image-studio": {
"enabled": true,
"env": {
"IMAGE_STUDIO_PROXY_URL": "https://your-proxy.vercel.app",
"IMAGE_STUDIO_TOKEN": "your_token_here"
}
}
}
}
}| Variable | Required | Description | |---|---|---| | `IMAGE_STUDIO_PROXY_URL` | No | Custom proxy base URL (default: `https://image-gen-proxy.vercel.app`) | | `IMAGE_STUDIO_TOKEN` | No | Persistent token (auto-obtained if not set, 100 free uses per token) |
To deploy your own proxy, see the [audiomind proxy](../audiomind/proxy/) as a reference implementation. You'll need `FAL_KEY` and `LEGNEXT_KEY` as Vercel environment variables.
---
A collection of open-source Agent Skills for OpenClaw, focused on content creation — images, audio, and video — with zero API key management. We handle all the service integrations so you can focus on creating.
Tired of juggling multiple audio APIs? This skill gives you one-command access to TTS, music generation, sound effects, and voice cloning. Use when you want to…
Full-featured Kling 3.0 Omni video generation skill. Covers text-to-video, image-to-video, video editing (base mode), video reference (feature mode),…
Expert prompt engineering for Seedance 2.0. Use when the user wants to generate a video with multimodal assets (images, videos, audio) and needs the best…
A professional video analysis skill powered by a **dual-model architecture**: ByteDance **Seed-2.0-Mini** for rapid previews and Google **Gemini 2.5 Pro** for…
Adds professional packaging and motion graphics to videos. Use when the user asks to add intros, outros, subtitles, transitions, watermarks, or lower thirds to…
Intelligently upscale and enhance videos to cinematic quality using a multi-model backend (Topaz, SeedVR2).