midjourney
AI image generation via Midjourney Discord bot: create images from prompts, upscale, create variations, blend images, describe images. Use when: (1) generating artwork from text descriptions, (2) creating variations of existing images, (3) upscaling low-res images, (4) analyzing images for prompts. NOT for: commercial licensing questions (check Midjourney ToS), API access (Discord-only).
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/cbuntingde/midjourneyMidjourney Skill
Generate AI artwork via the Midjourney Discord bot. All commands are run through Discord.
⚠️ Prerequisites
- Discord account — Required
- Midjourney subscription — Free trials limited, paid plans at midjourney.com
- Join Midjourney Discord — https://discord.gg/midjourney
- Bot access — Use
/imaginein #newbies channels or your own server
Quick Start
/imagine prompt: a cyberpunk cat sitting on a neon rooftop, detailed, cinematic lighting --ar 16:9 --v 6
Workflow:
- Type
/imaginein Discord - Enter your prompt
- Wait ~60 seconds for 4 variations
- Use U1-4 to upscale, V1-4 for variations
When to Use
✅ USE this skill when:
- Generating artwork, illustrations, or concept art from text
- Creating variations of an existing image
- Upscaling low-resolution images
- Blending multiple images together
- Getting prompt ideas from existing images (describe)
- Experimenting with artistic styles and parameters
❌ DON'T use this skill when:
- Need commercial licensing info → check midjourney.com/terms
- Want API access → Discord-only, no public API
- Need exact text rendering → MJ struggles with text
- Require photorealistic faces → may have artifacts
Core Commands
/imagine — Generate Images
/imagine prompt: <your description> [parameters]
Examples:
/imagine prompt: portrait of a warrior princess, golden armor, dramatic lighting, fantasy art --ar 2:3 --stylize 750
/imagine prompt: minimalist logo for a tech startup, geometric, blue and white --v 6
/imagine prompt: isometric 3D render of a cozy coffee shop, warm lighting, blender style --ar 1:1
/upscale — Increase Resolution
After generation, click U1, U2, U3, or U4 buttons under the image grid.
Or use command:
/upscale --image <job-id> --index 1
/variations — Create Variations
After generation, click V1, V2, V3, or V4 buttons.
Or use command:
/variations --image <job-id> --index 1 --strength subtle
/blend — Merge Images
/blend
Upload 2-5 images. Midjourney merges them stylistically.
Example use:
- Blend a photo with a painting style
- Merge character concepts
- Combine color palettes
/describe — Analyze Image
/describe
Upload an image → get 4 prompt suggestions that would create similar results.
Use for:
- Reverse-engineering styles
- Learning prompt patterns
- Getting inspiration from existing art
/remix — Modify Prompts
Enable remix mode to change prompts when creating variations:
/remix
Then use V1-V4 buttons with modified prompts.
Parameters Reference
Aspect Ratio (--ar)
--ar 1:1 # Square (default)
--ar 16:9 # Widescreen
--ar 9:16 # Portrait (phone)
--ar 2:3 # Classic portrait
--ar 3:2 # Landscape photo
Version (--v)
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-cbuntingde-midjourney": {
"enabled": true,
"auto_update": true
}
}
}