Design Studio V101
/install design-studio
Design Studio — Professional Design Skill for OpenClaw
What You Get
- ⏱️ 30 seconds per cover instead of 2 hours in Canva or Figma
- 📊 Auto quality scoring (1-10) — stop guessing if your design is good enough
- 📦 Batch-generate 50+ covers from a CSV in one command
- 🔄 A/B test 4 variants instantly — pick the winner by score, not gut feeling
- 🎬 Animated GIF banners — no After Effects needed
- 📱 Device mockups in seconds — laptop, phone, tablet, any device
- 💧 Watermarking — protect your work in tile, corner, or center mode
When to Use
Activate this skill when you need to:
- Create covers for freelance profiles (Fiverr, Kwork, Upwork, Freelance.ru)
- Generate banners for social media, channels, repos
- Design logos (text-based, icon, combined)
- Build portfolio cards or presentations
- Create avatars (initials, abstract, brand)
- Prepare UI mockups or visual prototypes
- Check design quality with automated scoring
Available Tools
| Tool | Purpose | Command |
|---|---|---|
| Pillow (Python) | Raster graphics, banners, avatars | python3 -c "from PIL import Image" |
| ImageMagick | Convert, effects, compositing | convert, magick |
| svgwrite (Python) | SVG generation | python3 -c "import svgwrite" |
| CairoSVG (Python) | SVG → PNG/PDF rendering | python3 -c "import cairosvg" |
| Inkscape | SVG editing (CLI) | inkscape --export-type=png |
| GIMP | Advanced raster processing (CLI) | gimp -i -b '(script-fu ...)' |
| fonttools (Python) | Font metrics and kerning | python3 -c "from fontTools.ttLib import TTFont" |
Fonts
Find system fonts:
fc-list : family | grep -i "name"
fc-match --format="%{file}\
" "PT Sans:Bold"
Recommended Cyrillic: PT Sans/Serif, Roboto, Open Sans, Montserrat, DejaVu Sans.
Scripts (12)
Basic:
scripts/generate_banner.py— banners (size, palette, style, fonts)scripts/generate_avatar.py— avatars (gradient/flat/circle, 1024x1024)scripts/check_design.py— auto quality scoring (contrast, balance, palette → 1-10)
Marketplace covers:
scripts/generate_marketplace_cover.py— Fiverr (1280×769), Kwork (1200×800), Freelance.ru, Upwork (1584×396)
Advanced:
scripts/mockup_generator.py— device mockups (laptop/phone/tablet/monitor/hand_phone)scripts/design_pipeline.py— full pipeline: generate → check → auto-improve → finalscripts/generate_svg_library.py— SVG library (23 elements: icons, badges, frames)
Batch & effects:
scripts/ab_variants.py— A/B test: 4 cover variants with different palettes + score comparisonscripts/generate_gif_banner.py— animated GIF banners (fade_in/slide/pulse/typewriter)scripts/watermark.py— watermarks (bottom_right/center/tile)scripts/batch_generate.py— mass cover generation from CSV file
SVG library (references/svg_elements/): 10 icons, 5 badges, 5 shapes, 3 frames — ready to embed.
Print & Document Design
Also supports brochures, catalogs, and multi-page docs via Scribus, LaTeX, Typst, WeasyPrint, Pandoc, LibreOffice.
Workflow
- Brief — define task, audience, style
- Palette — choose from
references/color-palettes.md(20 curated palettes) - Fonts — pick a pair from
references/font-pairings.md(15 tested pairs) - Rules — follow
references/design-rules.md - Create — use scripts or tools directly
- Check — run
scripts/check_design.py - Iterate — fix by recommendations, re-check
References
references/design-rules.md— professional design rulesreferences/color-palettes.md— 20 curated color palettesreferences/font-pairings.md— 15 tested font pairings
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install design-studio - After installation, invoke the skill by name or use
/design-studio - Provide required inputs per the skill's parameter spec and get structured output
What is Design Studio V101?
Professional design studio for creating covers, banners, avatars, logos, mockups, portfolios and GIF animations. Use when you need to create designs for free... It is an AI Agent Skill for Claude Code / OpenClaw, with 133 downloads so far.
How do I install Design Studio V101?
Run "/install design-studio" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Design Studio V101 free?
Yes, Design Studio V101 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Design Studio V101 support?
Design Studio V101 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Design Studio V101?
It is built and maintained by mosoonpi-ai (@mosoonpi-ai); the current version is v1.0.1.