{
  "schemaVersion": "1.0",
  "item": {
    "slug": "evoweb-ai",
    "name": "EvoWeb.ai Website Builder",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/galizki/evoweb-ai",
    "canonicalUrl": "https://clawhub.ai/galizki/evoweb-ai",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/evoweb-ai",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=evoweb-ai",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/evoweb-ai"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/evoweb-ai",
    "agentPageUrl": "https://openagent3.xyz/skills/evoweb-ai/agent",
    "manifestUrl": "https://openagent3.xyz/skills/evoweb-ai/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/evoweb-ai/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "EvoWeb Website Builder",
        "body": "Create complete websites from text descriptions using AI-powered generation."
      },
      {
        "title": "Overview",
        "body": "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.\n\nPerfect for: Landing pages and business websites\n\nAPI Base URL: https://api.evoweb.ai/openapi/api/v1"
      },
      {
        "title": "Authentication",
        "body": "Get your API key at https://evoweb.ai/?utm_source=claw&utm_medium=skill&utm_campaign=website&utm_content=v1.0\n\nImportant: After registration, user MUST confirm the email address (this is required). The service won't work until email confirmation is complete."
      },
      {
        "title": "No API Key Yet?",
        "body": "If the user doesn't have an API key, you can still help them create a website:\n\nAsk for a brief description of their website (max 250 characters)\nCreate a registration link with the prompt, given in step 1\nUser can create an account after clicking \"Create Website\" button\n\nSee \"Step 0: Handle Users Without API Key\" in the instructions below.\n\nInclude this header in all requests:\n\nAccess-Token: your-api-key-here"
      },
      {
        "title": "How It Works",
        "body": "The workflow is simple:\n\nCreate - Submit a text prompt describing your website\nPoll - Check generation status every minute\nGet Result - Receive live URL and editor link when ready\n\nTypical generation time: 4-5 minutes"
      },
      {
        "title": "1. Create Website",
        "body": "POST /sites\n\nCreates a new website generation task from a text description.\n\nRequest Body:\n\n{\n  \"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.\"\n}\n\nResponse (200 OK):\n\n{\n  \"site_id\": \"abc123xyz\",\n  \"status\": \"queued\"\n}\n\nStatus values:\n\nqueued - Task is in queue, waiting to start\nbuilding - Website is being generated\n\nError Responses:\n\n401 Unauthorized - Invalid or missing API key\n402 Payment Required - Insufficient credits on account"
      },
      {
        "title": "2. Check Generation Status",
        "body": "GET /sites/{site_id}\n\nCheck the current status of website generation.\n\nExample: GET /sites/abc123xyz\n\nResponse when building:\n\n{\n  \"status\": \"building\"\n}\n\nResponse when ready:\n\n{\n  \"status\": \"ready\",\n  \"url\": \"https://website.page/my-site\",\n  \"editor_url\": \"https://web.oto.dev/ui/websites/abc123xyz/update/\"\n}\n\nResponse when failed:\n\n{\n  \"status\": \"failed\",\n  \"error\": \"Generation failed: Invalid prompt structure\"\n}\n\nStatus values:\n\nqueued - Waiting in queue\nbuilding - Currently generating (be patient!)\nready - Complete! URLs are available\nfailed - Generation encountered an error\n\nError Responses:\n\n404 Not Found - Site ID doesn't exist"
      },
      {
        "title": "3. Retry Failed Generation",
        "body": "POST /sites/{site_id}/remake\n\nRestart generation for a failed website. Works for sites with failed status as well as with 'ready' status.\n\nExample: POST /sites/abc123xyz/remake\n\nResponse (200 OK):\n\n{\n  \"status\": \"queued\",\n  \"editor_url\": \"https://web.oto.dev/ui/websites/abc123xyz/update/\"\n}\n\nError Responses:\n\n400 Bad Request - Can only remake sites with 'failed' status\n404 Not Found - Site ID doesn't exist"
      },
      {
        "title": "Instructions for AI Assistant",
        "body": "When a user requests a website, follow this workflow:"
      },
      {
        "title": "Step 0: Handle Users Without API Key",
        "body": "Check first: Does the user have the EVOWEB_API_KEY environment variable set?\n\nIf NO API key is available:\n\nCollect a brief prompt (max 250 characters) that describes their website:\n\nAsk them to briefly describe their business/project\nKeep it concise and focused on the core business essence\n\n\n\nCreate a pre-filled registration link:\n\nBase URL: https://evoweb.ai/?utm_source=claw&utm_medium=skill&utm_campaign=website&utm_content=v1.0\nAdd parameter: &prompt=[URL_ENCODED_PROMPT]\nExample: 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\n\n\n\nProvide the link to the user:\n🌐 To create your website, visit this link:\n[Your personalized link here]\n\nAfter clicking \"Create Website\" button, you'll be able to create an account and your website will be generated automatically!\n\nImportant: URL-encode the prompt properly (spaces become %20, etc.)\n\nIf API key is available: Proceed to Step 1 below."
      },
      {
        "title": "Step 1: Understand the Business",
        "body": "Focus on understanding the business essence from the user's description:\n\nWhat is the business/project about?\nWhat does it do or offer?\nWho is the target audience?\nWhat is the main goal of the website?\n\nImportant: Do NOT prescribe specific design details, sections, colors, or layout. The EvoWeb AI will handle all design and structure decisions automatically.\n\nExample transformation:\n\nUser: \"Create a website for my yoga studio\"\nEnhanced prompt: \"A yoga studio offering various classes for different skill levels, focused on wellness and mindfulness. Target audience is local community members interested in fitness and mental health.\""
      },
      {
        "title": "Step 2: Create the Site",
        "body": "Call POST /sites with the enhanced prompt.\n\nStore the returned site_id - you'll need it for status checks."
      },
      {
        "title": "Step 3: Inform the User",
        "body": "Tell them:\n\nWebsite generation has started\nIt will take approximately 4 minutes\nYou'll check progress automatically (ONLY IF YOU CAN)\n\nExample: \"✨ Creating your website now! Generation typically takes 3-5 minutes. I'll check the status and let you know when it's ready.\""
      },
      {
        "title": "Step 4: Poll for Status",
        "body": "Call GET /sites/{site_id} to check progress:\n\nPolling interval: Every 1 minute\nMaximum attempts: 20 polls\nBetween polls: You can inform user of progress (\"Still building...\")\n\nContinue polling until:\n\nStatus is ready → Proceed to Step 5\nStatus is failed → Proceed to Step 6\nMax attempts reached → Inform user generation is taking longer than expected"
      },
      {
        "title": "Step 5: Deliver Success",
        "body": "When status is ready:\n\nProvide URLs:\n\nurl - The live website\neditor_url - Link to customize the site\n\n\n\nSuggest improvements:\nOffer 3 specific ways to enhance the site:\n\n\"Add an online booking system\"\n\"Customize colors to match your brand\"\n\"Add customer testimonial section\"\n\n\n\nBe concise and actionable\n\nExample response:\n\n🎉 Your website is ready!\n\n🌐 View it here: https://website.page/yoga-studio-23f4\n✏️ Customize it: https://web.evoweb.ai/ui/websites/abc123xyz/update/\n\nQuick improvements you might want:\n1. Add online class booking system\n2. Integrate your Instagram feed\n3. Add a blog section for wellness tips\n\nWould you like help with any of these?"
      },
      {
        "title": "Step 6: Handle Failures",
        "body": "When status is failed:\n\nShow the error message from the API response\nOffer to retry: Ask if they want you to remake the site\nIf they agree: Call POST /sites/{site_id}/remake and restart polling\n\nExample response:\n\n❌ Website generation failed: [error message]\n\nWould you like me to try again? I can restart the generation process.\n\nIf user agrees, call remake endpoint and resume polling from Step 4."
      },
      {
        "title": "Example: User Without API Key",
        "body": "User: \"I need a website for my yoga studio\"\n\nAssistant response:\n\"I'd be happy to help! To get started quickly, let me create a personalized link for you.\n\n🌐 Visit this link to create your website:\nhttps://evoweb.ai/?utm_source=claw&utm_medium=skill&utm_campaign=website&utm_content=v1.0&prompt=A%20yoga%20studio%20offering%20various%20classes%20for%20all%20skill%20levels%2C%20focused%20on%20wellness%20and%20mindfulness\n\nAfter clicking 'Create Website', you'll be able to create an account and your website will be generated automatically in about 4 minutes! ✨\""
      },
      {
        "title": "Coffee Shop Landing Page",
        "body": "User request: \"Create a website for my coffee shop\"\n\nEnhanced prompt:\n\"A local coffee shop called 'Bean & Brew Cafe' specializing in artisanal coffee and fresh pastries. We source our beans locally and focus on creating a cozy community gathering space. Target audience is local residents, remote workers, and coffee enthusiasts looking for quality coffee and a welcoming atmosphere.\""
      },
      {
        "title": "Photographer Portfolio",
        "body": "User request: \"I need a portfolio site\"\n\nEnhanced prompt:\n\"A professional wedding photographer specializing in capturing authentic, emotional moments. With 10 years of experience, I focus on storytelling through images and creating timeless memories for couples. Target audience is engaged couples planning their wedding looking for a photographer who can capture the genuine emotions of their special day.\""
      },
      {
        "title": "Online Store",
        "body": "User request: \"Build an e-commerce site for my jewelry\"\n\nEnhanced prompt:\n\"A handmade jewelry business creating unique, artisan pieces. Each item is crafted by hand using traditional techniques and high-quality materials. The business focuses on custom designs and personal connections with customers. Target audience is women aged 25-45 who appreciate handcrafted, unique accessories and value the story behind their jewelry.\""
      },
      {
        "title": "SaaS Landing Page",
        "body": "User request: \"Landing page for my app\"\n\nEnhanced prompt:\n\"A project management SaaS tool designed for small to medium-sized teams. The app helps teams organize tasks, collaborate effectively, and track project progress in real-time. Key value proposition is simplicity and ease of use compared to complex enterprise solutions. Target audience is startup founders, small business owners, and team leads looking for an intuitive project management solution.\""
      },
      {
        "title": "Restaurant Website",
        "body": "User request: \"Website for our Italian restaurant\"\n\nEnhanced prompt:\n\"An authentic Italian trattoria run by a family with three generations of culinary tradition. We specialize in traditional recipes passed down through the family, using fresh ingredients and time-honored cooking methods. The restaurant offers a warm, family-friendly atmosphere and also provides catering services for special events. Target audience is locals and tourists looking for genuine Italian cuisine and a welcoming dining experience.\""
      },
      {
        "title": "Writing Good Prompts",
        "body": "✅ Do:\n\nDescribe the business/project essence\nExplain what the business does or offers\nIdentify the target audience\nClarify the main goal/purpose\nInclude key differentiators or unique value proposition\n\n❌ Don't:\n\nPrescribe specific design elements (colors, layouts, styles)\nDictate website sections or structure\nSpecify look and feel details\nBe too vague (\"make a website\") without business context\nMake direct API requests if no API key is available (use the step 0 method instead)"
      },
      {
        "title": "Polling Strategy",
        "body": "Interval: 1 minute\nMaximum: 20 attempts total\nTypical time: 4 - 5 minutes\nInform user: Let them know you're checking progress"
      },
      {
        "title": "Error Handling",
        "body": "Show clear error messages\nOffer to retry automatically\nIf multiple failures, suggest the user check their account at https://evoweb.ai/"
      },
      {
        "title": "User Experience",
        "body": "For users without API key: Provide a pre-filled registration link (quick and easy)\nFor users with API key: Set expectations (4 minute wait time)\nProvide both view and edit URLs\nSuggest concrete improvements\nBe concise in responses\nAlways end with next-step options"
      },
      {
        "title": "Technical Details",
        "body": "Protocol: HTTPS REST API\nFormat: JSON\nAuthentication: Header-based API key\nRate limits: Check with EvoWeb (may have per-account limits)\nGeneration time: Typically 4-5 minutes\nCosts: Credits per generation (see https://evoweb.ai/ for pricing)"
      },
      {
        "title": "Support & Resources",
        "body": "Get API Key: https://evoweb.ai/?utm_source=claw&utm_medium=skill&utm_campaign=website&utm_content=v1.0\nAPI Issues: Contact EvoWeb support\nAccount/Billing: Visit https://evoweb.ai/"
      },
      {
        "title": "Notes",
        "body": "Each generation consumes credits from your EvoWeb account\nEditor URL allows users to customize the generated site\nGenerated sites are hosted on EvoWeb infrastructure\nCustom domains may be available (check EvoWeb documentation)\nSites remain live as long as account is active\n\nReady to create amazing websites with just a text description! 🚀"
      }
    ],
    "body": "EvoWeb Website Builder\n\nCreate complete websites from text descriptions using AI-powered generation.\n\nOverview\n\nEvoWeb 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.\n\nPerfect for: Landing pages and business websites\n\nAPI Base URL: https://api.evoweb.ai/openapi/api/v1\n\nAuthentication\n\nGet your API key at https://evoweb.ai/?utm_source=claw&utm_medium=skill&utm_campaign=website&utm_content=v1.0\n\nImportant: After registration, user MUST confirm the email address (this is required). The service won't work until email confirmation is complete.\n\nNo API Key Yet?\n\nIf the user doesn't have an API key, you can still help them create a website:\n\nAsk for a brief description of their website (max 250 characters)\nCreate a registration link with the prompt, given in step 1\nUser can create an account after clicking \"Create Website\" button\n\nSee \"Step 0: Handle Users Without API Key\" in the instructions below.\n\nInclude this header in all requests:\n\nAccess-Token: your-api-key-here\n\nHow It Works\n\nThe workflow is simple:\n\nCreate - Submit a text prompt describing your website\nPoll - Check generation status every minute\nGet Result - Receive live URL and editor link when ready\n\nTypical generation time: 4-5 minutes\n\nAPI Endpoints\n1. Create Website\n\nPOST /sites\n\nCreates a new website generation task from a text description.\n\nRequest Body:\n\n{\n  \"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.\"\n}\n\n\nResponse (200 OK):\n\n{\n  \"site_id\": \"abc123xyz\",\n  \"status\": \"queued\"\n}\n\n\nStatus values:\n\nqueued - Task is in queue, waiting to start\nbuilding - Website is being generated\n\nError Responses:\n\n401 Unauthorized - Invalid or missing API key\n402 Payment Required - Insufficient credits on account\n2. Check Generation Status\n\nGET /sites/{site_id}\n\nCheck the current status of website generation.\n\nExample: GET /sites/abc123xyz\n\nResponse when building:\n\n{\n  \"status\": \"building\"\n}\n\n\nResponse when ready:\n\n{\n  \"status\": \"ready\",\n  \"url\": \"https://website.page/my-site\",\n  \"editor_url\": \"https://web.oto.dev/ui/websites/abc123xyz/update/\"\n}\n\n\nResponse when failed:\n\n{\n  \"status\": \"failed\",\n  \"error\": \"Generation failed: Invalid prompt structure\"\n}\n\n\nStatus values:\n\nqueued - Waiting in queue\nbuilding - Currently generating (be patient!)\nready - Complete! URLs are available\nfailed - Generation encountered an error\n\nError Responses:\n\n404 Not Found - Site ID doesn't exist\n3. Retry Failed Generation\n\nPOST /sites/{site_id}/remake\n\nRestart generation for a failed website. Works for sites with failed status as well as with 'ready' status.\n\nExample: POST /sites/abc123xyz/remake\n\nResponse (200 OK):\n\n{\n  \"status\": \"queued\",\n  \"editor_url\": \"https://web.oto.dev/ui/websites/abc123xyz/update/\"\n}\n\n\nError Responses:\n\n400 Bad Request - Can only remake sites with 'failed' status\n404 Not Found - Site ID doesn't exist\nInstructions for AI Assistant\n\nWhen a user requests a website, follow this workflow:\n\nStep 0: Handle Users Without API Key\n\nCheck first: Does the user have the EVOWEB_API_KEY environment variable set?\n\nIf NO API key is available:\n\nCollect a brief prompt (max 250 characters) that describes their website:\n\nAsk them to briefly describe their business/project\nKeep it concise and focused on the core business essence\n\nCreate a pre-filled registration link:\n\nBase URL: https://evoweb.ai/?utm_source=claw&utm_medium=skill&utm_campaign=website&utm_content=v1.0\nAdd parameter: &prompt=[URL_ENCODED_PROMPT]\nExample: 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\n\nProvide the link to the user:\n\n🌐 To create your website, visit this link:\n[Your personalized link here]\n\nAfter clicking \"Create Website\" button, you'll be able to create an account and your website will be generated automatically!\n\n\nImportant: URL-encode the prompt properly (spaces become %20, etc.)\n\nIf API key is available: Proceed to Step 1 below.\n\nStep 1: Understand the Business\n\nFocus on understanding the business essence from the user's description:\n\nWhat is the business/project about?\nWhat does it do or offer?\nWho is the target audience?\nWhat is the main goal of the website?\n\nImportant: Do NOT prescribe specific design details, sections, colors, or layout. The EvoWeb AI will handle all design and structure decisions automatically.\n\nExample transformation:\n\nUser: \"Create a website for my yoga studio\"\nEnhanced prompt: \"A yoga studio offering various classes for different skill levels, focused on wellness and mindfulness. Target audience is local community members interested in fitness and mental health.\"\nStep 2: Create the Site\n\nCall POST /sites with the enhanced prompt.\n\nStore the returned site_id - you'll need it for status checks.\n\nStep 3: Inform the User\n\nTell them:\n\nWebsite generation has started\nIt will take approximately 4 minutes\nYou'll check progress automatically (ONLY IF YOU CAN)\n\nExample: \"✨ Creating your website now! Generation typically takes 3-5 minutes. I'll check the status and let you know when it's ready.\"\n\nStep 4: Poll for Status\n\nCall GET /sites/{site_id} to check progress:\n\nPolling interval: Every 1 minute\nMaximum attempts: 20 polls\nBetween polls: You can inform user of progress (\"Still building...\")\n\nContinue polling until:\n\nStatus is ready → Proceed to Step 5\nStatus is failed → Proceed to Step 6\nMax attempts reached → Inform user generation is taking longer than expected\nStep 5: Deliver Success\n\nWhen status is ready:\n\nProvide URLs:\n\nurl - The live website\neditor_url - Link to customize the site\n\nSuggest improvements: Offer 3 specific ways to enhance the site:\n\n\"Add an online booking system\"\n\"Customize colors to match your brand\"\n\"Add customer testimonial section\"\n\nBe concise and actionable\n\nExample response:\n\n🎉 Your website is ready!\n\n🌐 View it here: https://website.page/yoga-studio-23f4\n✏️ Customize it: https://web.evoweb.ai/ui/websites/abc123xyz/update/\n\nQuick improvements you might want:\n1. Add online class booking system\n2. Integrate your Instagram feed\n3. Add a blog section for wellness tips\n\nWould you like help with any of these?\n\nStep 6: Handle Failures\n\nWhen status is failed:\n\nShow the error message from the API response\nOffer to retry: Ask if they want you to remake the site\nIf they agree: Call POST /sites/{site_id}/remake and restart polling\n\nExample response:\n\n❌ Website generation failed: [error message]\n\nWould you like me to try again? I can restart the generation process.\n\n\nIf user agrees, call remake endpoint and resume polling from Step 4.\n\nExample Prompts & Use Cases\nExample: User Without API Key\nUser: \"I need a website for my yoga studio\"\n\nAssistant response:\n\"I'd be happy to help! To get started quickly, let me create a personalized link for you.\n\n🌐 Visit this link to create your website:\nhttps://evoweb.ai/?utm_source=claw&utm_medium=skill&utm_campaign=website&utm_content=v1.0&prompt=A%20yoga%20studio%20offering%20various%20classes%20for%20all%20skill%20levels%2C%20focused%20on%20wellness%20and%20mindfulness\n\nAfter clicking 'Create Website', you'll be able to create an account and your website will be generated automatically in about 4 minutes! ✨\"\n\nCoffee Shop Landing Page\nUser request: \"Create a website for my coffee shop\"\n\nEnhanced prompt:\n\"A local coffee shop called 'Bean & Brew Cafe' specializing in artisanal coffee and fresh pastries. We source our beans locally and focus on creating a cozy community gathering space. Target audience is local residents, remote workers, and coffee enthusiasts looking for quality coffee and a welcoming atmosphere.\"\n\nPhotographer Portfolio\nUser request: \"I need a portfolio site\"\n\nEnhanced prompt:\n\"A professional wedding photographer specializing in capturing authentic, emotional moments. With 10 years of experience, I focus on storytelling through images and creating timeless memories for couples. Target audience is engaged couples planning their wedding looking for a photographer who can capture the genuine emotions of their special day.\"\n\nOnline Store\nUser request: \"Build an e-commerce site for my jewelry\"\n\nEnhanced prompt:\n\"A handmade jewelry business creating unique, artisan pieces. Each item is crafted by hand using traditional techniques and high-quality materials. The business focuses on custom designs and personal connections with customers. Target audience is women aged 25-45 who appreciate handcrafted, unique accessories and value the story behind their jewelry.\"\n\nSaaS Landing Page\nUser request: \"Landing page for my app\"\n\nEnhanced prompt:\n\"A project management SaaS tool designed for small to medium-sized teams. The app helps teams organize tasks, collaborate effectively, and track project progress in real-time. Key value proposition is simplicity and ease of use compared to complex enterprise solutions. Target audience is startup founders, small business owners, and team leads looking for an intuitive project management solution.\"\n\nRestaurant Website\nUser request: \"Website for our Italian restaurant\"\n\nEnhanced prompt:\n\"An authentic Italian trattoria run by a family with three generations of culinary tradition. We specialize in traditional recipes passed down through the family, using fresh ingredients and time-honored cooking methods. The restaurant offers a warm, family-friendly atmosphere and also provides catering services for special events. Target audience is locals and tourists looking for genuine Italian cuisine and a welcoming dining experience.\"\n\nBest Practices\nWriting Good Prompts\n\n✅ Do:\n\nDescribe the business/project essence\nExplain what the business does or offers\nIdentify the target audience\nClarify the main goal/purpose\nInclude key differentiators or unique value proposition\n\n❌ Don't:\n\nPrescribe specific design elements (colors, layouts, styles)\nDictate website sections or structure\nSpecify look and feel details\nBe too vague (\"make a website\") without business context\nMake direct API requests if no API key is available (use the step 0 method instead)\nPolling Strategy\nInterval: 1 minute\nMaximum: 20 attempts total\nTypical time: 4 - 5 minutes\nInform user: Let them know you're checking progress\nError Handling\nShow clear error messages\nOffer to retry automatically\nIf multiple failures, suggest the user check their account at https://evoweb.ai/\nUser Experience\nFor users without API key: Provide a pre-filled registration link (quick and easy)\nFor users with API key: Set expectations (4 minute wait time)\nProvide both view and edit URLs\nSuggest concrete improvements\nBe concise in responses\nAlways end with next-step options\nTechnical Details\nProtocol: HTTPS REST API\nFormat: JSON\nAuthentication: Header-based API key\nRate limits: Check with EvoWeb (may have per-account limits)\nGeneration time: Typically 4-5 minutes\nCosts: Credits per generation (see https://evoweb.ai/ for pricing)\nSupport & Resources\nGet API Key: https://evoweb.ai/?utm_source=claw&utm_medium=skill&utm_campaign=website&utm_content=v1.0\nAPI Issues: Contact EvoWeb support\nAccount/Billing: Visit https://evoweb.ai/\nNotes\nEach generation consumes credits from your EvoWeb account\nEditor URL allows users to customize the generated site\nGenerated sites are hosted on EvoWeb infrastructure\nCustom domains may be available (check EvoWeb documentation)\nSites remain live as long as account is active\n\nReady to create amazing websites with just a text description! 🚀"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/galizki/evoweb-ai",
    "publisherUrl": "https://clawhub.ai/galizki/evoweb-ai",
    "owner": "galizki",
    "version": "1.0.10",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/evoweb-ai",
    "downloadUrl": "https://openagent3.xyz/downloads/evoweb-ai",
    "agentUrl": "https://openagent3.xyz/skills/evoweb-ai/agent",
    "manifestUrl": "https://openagent3.xyz/skills/evoweb-ai/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/evoweb-ai/agent.md"
  }
}