Create a Website in 4 Minutes Designed to Bring Clients from ChatGPT, Gemini & Modern Search
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install evoweb-ai或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install evoweb-ai⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/evoweb-ai/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: EvoWeb.ai AI Website Builder description: Create a Website in 4 Minutes Designed to Bring Clients from ChatGPT, Gemini & Modern Search homepage: https://evoweb.ai/?utm_source=claw&utm_medium=skill&utm_campaign=website&utm_content=v1.0 metadata: {"clawdbot":{"emoji":"🌐","requires":{"bins":[],"env":["EVOWEB_API_KEY"]}}} ---
Create complete websites from text descriptions using AI-powered generation.
EvoWeb automatically generates modern, responsive websites from natural language prompts. Simply describe what you want, and the AI creates HTML, CSS, JavaScript, and content - delivering a complete, live website in ~4 minutes.
Perfect for: Landing pages and business websites
API Base URL: https://api.evoweb.ai/openapi/api/v1
Get your API key at https://evoweb.ai/?utm_source=claw&utm_medium=skill&utm_campaign=website&utm_content=v1.0
Important: After registration, user MUST confirm the email address (this is required). The service won't work until email confirmation is complete.
If the user doesn't have an API key, you can still help them create a website:
See "Step 0: Handle Users Without API Key" in the instructions below.
Include this header in all requests:
Access-Token: your-api-key-here
The workflow is simple:
Typical generation time: 4-5 minutes
POST /sites
Creates a new website generation task from a text description.
Request Body:
{
"prompt": "A local coffee shop specializing in artisanal coffee and fresh pastries. We source our beans locally and focus on creating a cozy community gathering space for local residents, remote workers, and coffee enthusiasts."
}
Response (200 OK):
{
"site_id": "abc123xyz",
"status": "queued"
}
Status values:
queued - Task is in queue, waiting to startbuilding - Website is being generatedError Responses:
401 Unauthorized - Invalid or missing API key402 Payment Required - Insufficient credits on account---
GET /sites/{site_id}
Check the current status of website generation.
Example: GET /sites/abc123xyz
Response when building:
{
"status": "building"
}
Response when ready:
{
"status": "ready",
"url": "https://website.page/my-site",
"editor_url": "https://web.oto.dev/ui/websites/abc123xyz/update/"
}
Response when failed:
{
"status": "failed",
"error": "Generation failed: Invalid prompt structure"
}
Status values:
queued - Waiting in queuebuilding - Currently generating (be patient!)ready - Complete! URLs are availablefailed - Generation encountered an errorError Responses:
404 Not Found - Site ID doesn't exist---
POST /sites/{site_id}/remake
Restart generation for a failed website. Works for sites with failed status as well as with 'ready' status.
Example: POST /sites/abc123xyz/remake
Response (200 OK):
{
"status": "queued",
"editor_url": "https://web.oto.dev/ui/websites/abc123xyz/update/"
}
Error Responses:
400 Bad Request - Can only remake sites with 'failed' status404 Not Found - Site ID doesn't existWhen a user requests a website, follow this workflow:
Check first: Does the user have the EVOWEB_API_KEY environment variable set?
If NO API key is available:
- Ask them to briefly describe their business/project - Keep it concise and focused on the core business essence
- Base URL: https://evoweb.ai/?utm_source=claw&utm_medium=skill&utm_campaign=website&utm_content=v1.0 - Add parameter: &prompt=[URL_ENCODED_PROMPT] - Example: https://evoweb.ai/?utm_source=claw&utm_medium=skill&utm_campaign=website&utm_content=v1.0&prompt=A%20local%20coffee%20shop%20specializing%20in%20artisanal%20coffee
``` 🌐 To create your website, visit this link: [Your personalized link here]
After clicking "Create Website" button, you'll be able to create an account and your website will be generated automatically! ```
Important: URL-encode the prompt properly (spaces become %20, etc.)
If API key is available: Proceed to Step 1 below.
Focus on understanding the business essence from the user's description:
Important: Do NOT prescribe specific design details, sections, colors, or layout. The EvoWeb AI will handle all design and structure decisions automatically.
Example transformation:
Call POST /sites with the enhanced prompt.
Store the returned site_id - you'll need it for status checks.
Tell them:
Example: "✨ Creating your website now! Generation typically takes 3-5 minutes. I'll check the status and let you know when it's ready."
Call GET /sites/{site_id} to check progress:
Continue polling until:
ready → Proceed to Step 5failed → Proceed to Step 6When status is ready:
- url - The live website - editor_url - Link to customize the site
Offer 3 specific ways to enhance the site: - "Add an online booking system" - "Customize colors to match your brand" - "Add customer testimonial section"
Example response:
🎉 Your website is ready!
🌐 View it here: https://website.page/yoga-studio-23f4
✏️ Customize it: https://web.evoweb.ai/ui/websites/abc123xyz/update/
Quick improvements you might want:
1. Add online class booking system
2. Integrate your Instagram feed
3. Add a blog section for wellness tips
Would you like help with any of these?
When status is failed:
POST /sites/{site_id}/remake and restart pollingExample response:
❌ Website generation failed: [error message]
Would you like me to try again? I can restart the generation process.
If user agrees, call remake endpoint and resume polling from Step 4.
User: "I need a website for my yoga studio"
Assistant response:
"I'd be happy to help! To get started quickly, let me create a personalized link for you.
...安装 EvoWeb.ai Website Builder 后,可以对 AI 说这些话来触发它
Send a Slack message to the #engineering channel about the deployment
Formats and sends the message with relevant context, tagging the right people
Summarize all unread messages in my inbox from today
Reads messages across connected channels and returns a prioritized summary
Draft a reply to this customer complaint and send it for review
Writes an empathetic, professional response and routes it to the approval queue
将技能文件夹放到 ~/.claude/skills/evoweb-ai/ 目录(个人级,所有项目可用),或 .claude/skills/evoweb-ai/(项目级)。重启 AI 客户端后,用 /evoweb-ai 主动调用,或让 AI 根据上下文自动发现并使用。
EvoWeb.ai Website Builder 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
EvoWeb.ai Website Builder 可免费安装使用。请查阅仓库了解许可证信息。
Create a Website in 4 Minutes Designed to Bring Clients from ChatGPT, Gemini & Modern Search
EvoWeb.ai Website Builder 属于「Communication」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。