# Send Build Websites while you Sleep to your agent
Use the source page and any available docs to guide the install because the item currently does not return a direct package file.
## Fast path
- 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.
## Suggested prompts
### New install

```text
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.
```
### Upgrade existing

```text
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.
```
## Machine-readable fields
```json
{
  "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": {
    "downloadUrl": "/downloads/automatic-website-builder",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=automatic-website-builder",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "references/workflow.md",
      "scripts/build-and-deploy.sh",
      "SKILL.md"
    ],
    "downloadMode": "manual_only",
    "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."
      ]
    }
  },
  "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"
  }
}
```
## Documentation

### Website Builder

Autonomously research, build, and ship a B2B SaaS website fast.

### Workflow

Check for Vercel Token:

Verify that the $VERCEL_TOKEN environment variable is set or vercel CLI is authenticated. If not, stop and inform the user.


Research Trends & Problems (Do not ask the user):

Search for current trends, complaints, and problems people are having on platforms like GitHub (issues, discussions), Reddit, and HackerNews.
You can use tools like web_search or the gh CLI to find these problems.
Identify ONE clear problem that a lightweight web app can solve.


Build the Solution:

Design and build an app (static or Next.js) that specifically solves the problem you found.
static for a single-file landing page or micro-tool.
nextjs for multi-page/app-router projects.


Deploy:

Deploy the project to Vercel using your Vercel token.


Return:

The deployed URL, the problem you found, and how your app solves it.

### Command

bash skills/website-builder/scripts/build-and-deploy.sh --name "my-auto-saas" --mode static --idea "Solution to X based on Y trend"

Optional:

bash scripts/build-and-deploy.sh --name "my-site" --mode nextjs --idea "MVP concept"

Local scaffold test (no deploy):

bash scripts/build-and-deploy.sh --name "my-site" --mode static --skip-deploy

### Notes

Require vercel CLI auth beforehand (VERCEL_TOKEN in ~/.bashrc or session).
Never hardcode secrets into source files.
Prefer polished dark UI defaults unless user asks otherwise.
For larger projects, scaffold first, then iterate in follow-up turns.

See references/workflow.md for detailed operational guidance.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: CowTamer
- Version: 1.0.1
## Source health
- Status: source_issue
- Known item issue.
- This item's current download entry is known to bounce back to a listing or homepage instead of returning a package file.
- Health scope: item
- Reason: not_found
- Checked at: 2026-05-01T04:11:01.351Z
- Expires at: 2026-05-02T04:11:01.351Z
- Recommended action: Open source listing
## Links
- [Detail page](https://openagent3.xyz/skills/automatic-website-builder)
- [Send to Agent page](https://openagent3.xyz/skills/automatic-website-builder/agent)
- [JSON manifest](https://openagent3.xyz/skills/automatic-website-builder/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/automatic-website-builder/agent.md)
- [Download page](https://openagent3.xyz/downloads/automatic-website-builder)