muapi-keyboard-art-maker

Generates top-down photos of keyboard keycaps spelling custom text via the MuAPI image API.

4.2k|481|Updated May 25, 2023
One-click install
npx skills add https://github.com/SamurAIGPT/Generative-Media-Skills --skill muapi-keyboard-art-maker
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: muapi-keyboard-art-maker
Source: https://github.com/SamurAIGPT/Generative-Media-Skills/tree/main/library/visual/keyboard-art-maker
Command: npx skills add https://github.com/SamurAIGPT/Generative-Media-Skills --skill muapi-keyboard-art-maker

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Creating stylized images of keyboard keycaps arranged to spell a message normally requires manual photography or complex image editing, which is slow and inconsistent.

Core Features & Use Cases

  • Text-to-Keycap Image Generation: Turns any custom text into a top-down photograph of white keycaps spelling the message on a dark surface.
  • Single-Step Generation: Uses one muapi image generate call with the ideogram-v3-t2i model and a fixed cinematic prompt template.
  • Use Case: A content creator needs a header image spelling "WORKFLOWS ON VADOO AI" for a blog post; they provide the text and receive a studio-quality keycap image in 1:1 or 4:3 aspect ratio.

Quick Start

Ask the agent to create keyboard art spelling your chosen phrase, for example: generate a keycap image that spells "HELLO WORLD".

Frequently Asked Questions about muapi-keyboard-art-maker

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate an image of keycaps spelling custom text?

Provide your display text to the skill, which substitutes it into a fixed prompt and calls `muapi image generate` with the ideogram-v3-t2i model. The result is a top-down photo of white keycaps spelling your message on a dark surface.

What image model does the keyboard art generator use?

It uses the ideogram-v3-t2i text-to-image model through the muapi CLI. If no CLI alias exists for a model, the skill falls back to a raw curl POST to the MuAPI endpoint and polls with `muapi predict wait`.

Do I need an API key to use the MuAPI image generation skill?

Yes, a MUAPI_API_KEY environment variable is required. If it is unset, run `muapi auth configure` first to authenticate before submitting any generation requests.

What aspect ratios are supported for keycap images?

The skill supports 1:1 and 4:3 aspect ratios for the generated keyboard art. These are set as parameters on the image generation call.

What are the limitations of text-to-image keycap spelling?

Long phrases may render with misspelled or missing letters since text-to-image models can struggle with exact typography. Keeping the display text short and requesting adequate spacing between words improves accuracy.