muapi-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 …
它会碰到什么
这一栏是扫描器报的事实,不是结论。命中多不等于有毒(安全工具、规则库、示例脚本本来就会包含危险写法),命中少也不等于干净。它和你手上的凭据、文件、网络有什么关系,需要你自己看。
技能内容
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
| Name | Type | Required | Default | Description |
|:---|:---|:---|:---|:---|
| url | text | yes | — | The website URL to analyze and redesign (e.g. "https://example.com/pricing"). |
| page_type | text | no | landing page | Type of page — "landing page", "pricing page", "product page", "dashboard", "about page". |
| redesign_style | text | no | modern, minimal, premium, dark mode | The target visual style for the redesign (e.g. "glassmorphism, vibrant gradient", "clean corporate, light mode"). |
| keep_brand | text | no | yes | Whether to keep existing brand colors/logo — "yes" or "no" (fully reimagine). |
| screenshot | image_url | no | — | Optional screenshot of the current page if URL cannot be crawled. |
Steps
Phase A — Redesign Generation
Submit the plan with TWO parallel steps:
- Full-page redesign mockup — If
{{screenshot}}is provided, usemuapi image edit(model=gpt4o-edit); otherwise usemuapi 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)
- Mobile version mockup —
muapi 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
muapiCLI commands. Usemuapi auth configurefirst ifMUAPI_API_KEYis 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 withmuapi predict wait <request_id>. - Substitute
{{input_name}}placeholders with the user's actual inputs before issuing each call.
想直接用这个技能?
本站把开放许可(MIT / Apache 等)的技能按仓库打包整理到网盘,点一下转存到你自己的网盘,不用一个个从 GitHub 拉。许可未声明的技能只给原始仓库链接,不打包。
它属于哪个仓库
library/visual/url-to-design/SKILL.md