mcpbeat Sign in

Muapi Brochures Agent Skill

Generate a professional multi-page brochure design — cover, inner spread, and back cover — for business, real estate, events, or product launches.

1k tokens
context cost
the whole folder, loaded on every use
1
files
instructions only
0
copies elsewhere
how many repositories repackaged it
3969
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/SamurAIGPT/Generative-Media-Skills --skill muapi-brochures

The instruction itself

7 sections, as written by the author

Brochure Designer

Generate a professional multi-page brochure design — cover, inner spread, and back cover — for business, real estate, events, or product launches.

Inputs

| Name | Type | Required | Default | Description |

|:---|:---|:---|:---|:---|

| brand_name | text | yes | — | The company or brand name featured in the brochure. |

| topic | text | yes | — | What the brochure is about (e.g. "luxury apartments in Dubai", "annual company report 2024", "new product catalog", "health clinic services"). |

| style | text | no | modern, professional, premium | Brochure visual style (e.g. "minimalist luxury", "bold colorful", "corporate formal", "creative editorial"). |

| color_scheme | text | no | navy blue and gold | Primary color palette (e.g. "forest green and cream", "black and white with red accents"). |

| format | text | no | tri-fold | Brochure format — "tri-fold", "bi-fold", "single page", "A4 portrait". |

| brand_logo | image_url | no | — | Optional brand logo to include in the design. |

Steps

Submit the plan with THREE parallel steps (front, inside, back).

All Pages in Parallel

  • Front cover — If {{brand_logo}} provided, use muapi image edit (model=gpt4o-edit); else muapi image generate (model=gpt4o-text-to-image):
  • Prompt: Professional {{format}} brochure FRONT COVER for {{brand_name}} — {{topic}}. {{style}} design, {{color_scheme}} color scheme. Bold headline area, hero image, brand name prominently displayed, luxury print-quality design. A4 portrait format, high resolution, commercial print ready. Clean professional layout.
  • Aspect ratio: 2:3 (portrait A4)
  • Inner spread / main contentmuapi image generate (model=bytedance-seedream-v4.5):
  • Prompt: Professional {{format}} brochure INNER SPREAD for {{brand_name}} — {{topic}}. {{style}} interior layout with: headline section, 3 columns of body text placeholder, feature icons/images, pull quote, infographic element. {{color_scheme}} accents. Balanced grid layout, professional typography hierarchy. Print-ready design.
  • Aspect ratio: For tri-fold: 3:2 (landscape showing all 3 panels). For A4/bi-fold: 2:1 (landscape double spread).
  • Back covermuapi image generate (model=bytedance-seedream-v4.5):
  • Prompt: Professional {{format}} brochure BACK COVER for {{brand_name}}. {{style}}, {{color_scheme}}. Includes: contact information section, QR code placeholder, address/website/social media icons area, subtle brand pattern or texture. Clean, minimal back cover design. A4 portrait format.
  • Aspect ratio: 2:3

After generation:

  • Present all three panels in order: Cover → Inner → Back
  • Offer to adjust color, layout, or add specific content to any panel
  • Suggest exporting as a canvas composition with all pages arranged

Notes

  • Always use placeholder text blocks ("Lorem ipsum") rather than generating false content.
  • For real estate brochures, add property photography prompts as a 4th step.
  • For event brochures, emphasize date/venue hierarchy in the front cover prompt.

Trigger Keywords

brochure, flyer, leaflet, pamphlet, bi-fold, tri-fold, company brochure, marketing brochure, product brochure


Notes for the Executing Agent

  • This recipe is LLM-orchestrated: read each phase, gather any missing inputs from the user, then call muapi CLI commands. Use muapi auth configure first if MUAPI_API_KEY is unset.
  • For model IDs without a CLI alias yet, fall back to the raw endpoint via curl -X POST https://api.muapi.ai/api/v1/<endpoint> -H "x-api-key: $MUAPI_API_KEY" -H 'content-type: application/json' -d '{...}' and poll with muapi predict wait <request_id>.
  • Substitute {{input_name}} placeholders with the user's actual inputs before issuing each call.

Other skills for the same job

different authors, same section of the catalogue
Protocolsio Integration
by christophacham
×4

Integration with protocols.io API for managing scientific protocols. This skill should be used when working with protocols.io to search, create, update, or publish protocols; manage protocol steps and materials; handle discussions and comments; organize workspaces; upload and manage files; or integrate protocols.io functionality into workflows. Applicable for protocol discovery, collaborative protocol development, experiment tracking, lab protocol management, and scientific documentation.

16k tokens
Tailored Resume Generator
by frostant
×4

Analyzes job descriptions and generates tailored resumes that highlight relevant experience, skills, and achievements to maximize interview chances

3k tokens
Excalidraw Diagram Generator
by github
vendor ×3

Generate Excalidraw diagrams from natural language descriptions. Use when asked to "create a diagram", "make a flowchart", "visualize a process", "draw a system architecture", "create a mind map", or "generate an Excalidraw file". Supports flowcharts, relationship diagrams, mind maps, and system architecture diagrams. Outputs .excalidraw JSON files that can be opened directly in Excalidraw.

36k tokens scripts
Expo Dev Client
by openai
vendor ×3

Build and distribute Expo development clients locally or via TestFlight

961 tokens
Executing Plans
by ZhanlinCui
×3

Use when you have a written implementation plan to execute in a separate session with review checkpoints

542 tokens
Anndata
by christophacham
×3

Data structure for annotated matrices in single-cell analysis. Use when working with .h5ad files or integrating with the scverse ecosystem. This is the data format skill—for analysis workflows use scanpy; for probabilistic models use scvi-tools; for population-scale queries use cellxgene-census.

16k tokens
Benchling Integration
by christophacham
×3

Benchling R&D platform integration. Access registry (DNA, proteins), inventory, ELN entries, workflows via API, build Benchling Apps, query Data Warehouse, for lab data management automation.

14k tokens
Biopython
by christophacham
×3

Comprehensive molecular biology toolkit. Use for sequence manipulation, file parsing (FASTA/GenBank/PDB), phylogenetics, and programmatic NCBI/PubMed access (Bio.Entrez). Best for batch processing, custom bioinformatics pipelines, BLAST automation. For quick lookups use gget; for multi-service integration use bioservices.

24k tokens

How to use it

Copy the folder

Take samuraigpt/muapi-brochures from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.