{
  "schemaVersion": "1.0",
  "item": {
    "slug": "automatic-website-builder",
    "name": "Build Websites while you Sleep",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/CowTamer/automatic-website-builder",
    "canonicalUrl": "https://clawhub.ai/CowTamer/automatic-website-builder",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "manual_only",
    "downloadUrl": "/downloads/automatic-website-builder",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=automatic-website-builder",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "references/workflow.md",
      "scripts/build-and-deploy.sh",
      "SKILL.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Open the source page and confirm the package flow manually.",
      "Review SKILL.md if you can obtain the files.",
      "Treat this source as manual setup until the download is verified."
    ],
    "agentAssist": {
      "summary": "Use the source page and any available docs to guide the install because the item currently does not return a direct package file.",
      "steps": [
        "Open the source page via Open source listing.",
        "If you can obtain the package, extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the source page and extracted files."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I tried to install a skill package from Yavira, but the item currently does not return a direct package file. Inspect the source page and any extracted docs, then tell me what you can confirm and any manual steps still required."
        },
        {
          "label": "Upgrade existing",
          "body": "I tried to upgrade a skill package from Yavira, but the item currently does not return a direct package file. Compare the source page and any extracted docs with my current installation, then summarize what changed and what manual follow-up I still need."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "slug": "automatic-website-builder",
      "status": "source_issue",
      "reason": "not_found",
      "recommendedAction": "review_source",
      "checkedAt": "2026-05-01T04:11:01.351Z",
      "expiresAt": "2026-05-02T04:11:01.351Z",
      "httpStatus": 404,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=automatic-website-builder",
      "contentType": "text/plain",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=automatic-website-builder",
        "contentDisposition": null,
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "automatic-website-builder"
      },
      "scope": "item",
      "summary": "Known item issue.",
      "detail": "This item's current download entry is known to bounce back to a listing or homepage instead of returning a package file.",
      "primaryActionLabel": "Open source listing",
      "primaryActionHref": "https://clawhub.ai/CowTamer/automatic-website-builder"
    },
    "validation": {
      "installChecklist": [
        "Open the source listing and confirm there is a real package or setup artifact available.",
        "Review SKILL.md before asking your agent to continue.",
        "Treat this source as manual setup until the upstream download flow is fixed."
      ],
      "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/automatic-website-builder",
    "agentPageUrl": "https://openagent3.xyz/skills/automatic-website-builder/agent",
    "manifestUrl": "https://openagent3.xyz/skills/automatic-website-builder/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/automatic-website-builder/agent.md"
  },
  "agentAssist": {
    "summary": "Use the source page and any available docs to guide the install because the item currently does not return a direct package file.",
    "steps": [
      "Open the source page via Open source listing.",
      "If you can obtain the package, extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the source page and extracted files."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I tried to install a skill package from Yavira, but the item currently does not return a direct package file. Inspect the source page and any extracted docs, then tell me what you can confirm and any manual steps still required."
      },
      {
        "label": "Upgrade existing",
        "body": "I tried to upgrade a skill package from Yavira, but the item currently does not return a direct package file. Compare the source page and any extracted docs with my current installation, then summarize what changed and what manual follow-up I still need."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Website Builder",
        "body": "Autonomously research, build, and ship a B2B SaaS website fast."
      },
      {
        "title": "Workflow",
        "body": "Check for Vercel Token:\n\nVerify that the $VERCEL_TOKEN environment variable is set or vercel CLI is authenticated. If not, stop and inform the user.\n\n\nResearch Trends & Problems (Do not ask the user):\n\nSearch for current trends, complaints, and problems people are having on platforms like GitHub (issues, discussions), Reddit, and HackerNews.\nYou can use tools like web_search or the gh CLI to find these problems.\nIdentify ONE clear problem that a lightweight web app can solve.\n\n\nBuild the Solution:\n\nDesign and build an app (static or Next.js) that specifically solves the problem you found.\nstatic for a single-file landing page or micro-tool.\nnextjs for multi-page/app-router projects.\n\n\nDeploy:\n\nDeploy the project to Vercel using your Vercel token.\n\n\nReturn:\n\nThe deployed URL, the problem you found, and how your app solves it."
      },
      {
        "title": "Command",
        "body": "bash skills/website-builder/scripts/build-and-deploy.sh --name \"my-auto-saas\" --mode static --idea \"Solution to X based on Y trend\"\n\nOptional:\n\nbash scripts/build-and-deploy.sh --name \"my-site\" --mode nextjs --idea \"MVP concept\"\n\nLocal scaffold test (no deploy):\n\nbash scripts/build-and-deploy.sh --name \"my-site\" --mode static --skip-deploy"
      },
      {
        "title": "Notes",
        "body": "Require vercel CLI auth beforehand (VERCEL_TOKEN in ~/.bashrc or session).\nNever hardcode secrets into source files.\nPrefer polished dark UI defaults unless user asks otherwise.\nFor larger projects, scaffold first, then iterate in follow-up turns.\n\nSee references/workflow.md for detailed operational guidance."
      }
    ],
    "body": "Website Builder\n\nAutonomously research, build, and ship a B2B SaaS website fast.\n\nWorkflow\nCheck for Vercel Token:\nVerify that the $VERCEL_TOKEN environment variable is set or vercel CLI is authenticated. If not, stop and inform the user.\nResearch Trends & Problems (Do not ask the user):\nSearch for current trends, complaints, and problems people are having on platforms like GitHub (issues, discussions), Reddit, and HackerNews.\nYou can use tools like web_search or the gh CLI to find these problems.\nIdentify ONE clear problem that a lightweight web app can solve.\nBuild the Solution:\nDesign and build an app (static or Next.js) that specifically solves the problem you found.\nstatic for a single-file landing page or micro-tool.\nnextjs for multi-page/app-router projects.\nDeploy:\nDeploy the project to Vercel using your Vercel token.\nReturn:\nThe deployed URL, the problem you found, and how your app solves it.\nCommand\nbash skills/website-builder/scripts/build-and-deploy.sh --name \"my-auto-saas\" --mode static --idea \"Solution to X based on Y trend\"\n\n\nOptional:\n\nbash scripts/build-and-deploy.sh --name \"my-site\" --mode nextjs --idea \"MVP concept\"\n\n\nLocal scaffold test (no deploy):\n\nbash scripts/build-and-deploy.sh --name \"my-site\" --mode static --skip-deploy\n\nNotes\nRequire vercel CLI auth beforehand (VERCEL_TOKEN in ~/.bashrc or session).\nNever hardcode secrets into source files.\nPrefer polished dark UI defaults unless user asks otherwise.\nFor larger projects, scaffold first, then iterate in follow-up turns.\n\nSee references/workflow.md for detailed operational guidance."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/CowTamer/automatic-website-builder",
    "publisherUrl": "https://clawhub.ai/CowTamer/automatic-website-builder",
    "owner": "CowTamer",
    "version": "1.0.1",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/automatic-website-builder",
    "downloadUrl": "https://openagent3.xyz/downloads/automatic-website-builder",
    "agentUrl": "https://openagent3.xyz/skills/automatic-website-builder/agent",
    "manifestUrl": "https://openagent3.xyz/skills/automatic-website-builder/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/automatic-website-builder/agent.md"
  }
}