
Muapi Logo Creator
Generate minimalist, vector-style logo marks from a brand brief without opening a separate design tool.
Install
npx skills add https://github.com/samuraigpt/generative-media-skills --skill muapi-logo-creatorWhat is this skill?
- CLI flags for --brand, --style, --color, and --concept to structure a logo brief
- Encodes flat vector rules: no 3D, no heavy gradients, geometric primitives and negative space
- Delegates generation to core media script with flux-dev at 1:1 aspect ratio
- Optional styles: minimalist, abstract, or mascot
- JSON output mode for agent pipelines
Adoption & trust: 695 installs on skills.sh; 3.5k GitHub stars; 3/3 security scanners passed (skills.sh audits).
Recommended Skills
Video Editagentspace-so/runcomfy-agent-skills
Image To Videoagentspace-so/runcomfy-agent-skills
Image Editagentspace-so/runcomfy-agent-skills
Flux Kontextagentspace-so/runcomfy-agent-skills
Nano Banana 2agentspace-so/runcomfy-agent-skills
Nano Banana Editagentspace-so/runcomfy-agent-skills
Journey fit
Common Questions / FAQ
Is Muapi Logo Creator safe to install?
skills.sh reports 3 of 3 security scanners passed. Review the Security Audits panel on this page before installing in production.
SKILL.md
READMESKILL.md - Muapi Logo Creator
#!/bin/bash # Expert Skill: Logo Creator # Translates brand vision into professional vector-style branding. BRAND="" STYLE="minimalist" COLOR="black on white" CONCEPT="" while [[ $# -gt 0 ]]; do case $1 in --brand) BRAND="$2"; shift 2 ;; --style) STYLE="$2"; shift 2 ;; --color) COLOR="$2"; shift 2 ;; --concept) CONCEPT="$2"; shift 2 ;; *) shift ;; esac done if [ -z "$CONCEPT" ]; then echo "Usage: bash create-logo.sh --concept 'description' --brand 'name' [--style minimalist|abstract|mascot] [--color 'palette']" exit 1 fi # Branding Logic EXPERT_PROMPT="[LOGO_BRIEF] BRAND_NAME: \"$BRAND\" ICON_CONCEPT: $CONCEPT DESIGN_PHILOSOPHY: $STYLE, geometric primitives, negative space, flat design TECHNICAL: High scalability, solid $COLOR background, symmetric, centered TYPOGRAPHY: Geometric sans-serif wordmark [EXECUTE] Generate a clean, professional vector logo. NO 3D rendering, NO realistic shading, NO complex gradients. Pure brand identity mark." # Call Core Primitive SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" CORE_SCRIPT="$SCRIPT_DIR/../../../../core/media/generate-image.sh" bash "$CORE_SCRIPT" --prompt "$EXPERT_PROMPT" --model flux-dev --aspect-ratio 1:1 --json --- name: muapi-logo-creator version: 0.1.0 description: Engineer professional-grade brand logos using geometric primitives and negative space — generates minimalist, scalable vector-style marks via muapi.ai --- # 🖼️ Logo Creator Skill **A specialized skill for AI Agents to engineer professional-grade brand identities.** The Logo Creator skill translates brand vision into minimalist, scalable, and iconic vector-style marks. ## Core Competencies 1. **Geometric Primitive Construction**: Using basic shapes (circles, squares, triangles) to create memorable icons. 2. **Negative Space Manipulation**: Integrating secondary meanings through the strategic use of empty space. 3. **Symbolic Abstraction**: Reducing complex brand concepts into their simplest visual essence. 4. **Scalability Awareness**: Ensuring designs remain legible from 16px (favicon) to billboards. --- ## 🏗️ Technical Specification ### 1. Logo Taxonomy Table | Logo Type | Style | Best For | Focus | | :--- | :--- | :--- | :--- | | **Pictorial Mark** | Symbolic | Established Brands | Iconic Recognition | | **Abstract Mark** | Geometric | Tech/Modern | Concept/Feeling | | **Lettermark/Monogram** | Typographic | Long Names | Initials/Font Style | | **Emblem** | Traditional | Institutions/Cafe | Detail/Badge | | **Mascot** | Character | Communities/Gaming | Personality | ### 2. Branding Directives - `Color Theory`: Use high-impact monochromatic or dual-tone palettes for professional "weight." - `Typography`: Pair marks with clean Geometric Sans-Serif (e.g., Gotham, Helvetica style). - `Style`: Flat design ONLY. No gradients, 3D effects, or photorealistic textures. --- ## 🧠 Prompt Optimization Protocol (Agent Instruction) **Before calling the script, the Agent MUST refine the brand vision into a Geometric Minimalist Brief:** 1. **PRIMITIVE FOCUS**: Reduce the concept to basic shapes: *Circle, Square, Triangle*. 2. **NEGATIVE SPACE**: Explicitly instruct the model to use *negative space* for secondary meaning (e.g., "The space between the letters forms an arrow"). 3. **PRODUCTION CONSTRAINTS**: Use *Solid colors*, *Monochromatic palettes*, and *Flat design only*. NO gradients or 3D effects. 4. **CENTERED COMPOSITION**: Always specify *Isolated on white background* and *perfectly centered* for scalability. --- ## 🚀 Protocol: Using the Logo Creator ### Step 1: Define the Brand Brief Provide the agent with a brand name, core values, and industry. ### Step 2: Invoke the Script The `create-logo.sh` script generates a comprehensive branding brief. ```bash # Designing a Fintech Logo bash scripts/create-logo.sh \ --brand "Aura" \ --concept "geometric security shield with a spark" \ --style minimalist \ --color "black and