agentsclimarketplace

Url to design

Skill SamurAIGPT/Generative-Media-Skills/library/visual/url-to-design

Multi-modal Generative Media Skills for AI Agents (Claude Code, Cursor, Gemini CLI). High-quality image, video, and audio generation powered by muapi.ai.

Install
npx -y skills add SamurAIGPT/Generative-Media-Skills --skill url-to-design

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

What its author says it does

Copied from the file, not written here

Analyze a website URL and generate a redesigned, improved UI — recreate the visual design with modern aesthetics, better hierarchy, and fresh brand direction.

SKILL.md

3.5 KB, as published. Nobody here has run it

URL to Design

Analyze a website URL and generate a redesigned, improved UI — recreate the visual design with modern aesthetics, better hierarchy, and fresh brand direction.

Inputs

NameTypeRequiredDefaultDescription
urltextyesThe website URL to analyze and redesign (e.g. "https://example.com/pricing").
page_typetextnolanding pageType of page — "landing page", "pricing page", "product page", "dashboard", "about page".
redesign_styletextnomodern, minimal, premium, dark modeThe target visual style for the redesign (e.g. "glassmorphism, vibrant gradient", "clean corporate, light mode").
keep_brandtextnoyesWhether to keep existing brand colors/logo — "yes" or "no" (fully reimagine).
screenshotimage_urlnoOptional screenshot of the current page if URL cannot be crawled.

Steps

Phase A — Redesign Generation

Submit the plan with TWO parallel steps:

  1. Full-page redesign mockup — If {{screenshot}} is provided, use muapi image edit (model=gpt4o-edit); otherwise use muapi image generate (model=gpt4o-text-to-image):

    • Prompt: Professional UI/UX redesign of a {{page_type}} for the website at {{url}}. {{redesign_style}} design. Modern web design, 2025 aesthetic. Includes: hero section with clear headline and CTA button, features/benefits section, social proof, clean footer. Pixel-perfect, Figma-quality mockup. Desktop viewport, 1440px width design.
    • If {{keep_brand}} is "no", add: Completely reimagined brand identity, new color palette.
    • Aspect ratio: 9:16 (tall to show full page sections)
  2. Mobile version mockupmuapi image generate (model=bytedance-seedream-v4.5):

    • Prompt: Mobile-first responsive redesign of the same {{page_type}} — {{redesign_style}} style. iPhone 15 Pro frame, scrollable layout. Clean mobile navigation, thumb-friendly CTAs, optimized for 390px width. Modern 2025 mobile UI design.
    • Aspect ratio: 9:19.5

After generation:

  • Present both desktop and mobile mockups side by side
  • Provide a written summary of design improvements made
  • Offer to generate specific sections (hero, pricing cards, testimonials) as separate assets

Notes

  • If the URL is unreachable, ask the user to provide a screenshot or describe the current design.
  • Always improve: typography hierarchy, whitespace, CTA visibility, and mobile responsiveness.

Trigger Keywords

url to design, redesign website, website redesign, ui redesign, landing page design, page redesign, website to design, convert url to design


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.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.