{
  "schemaVersion": "1.0",
  "item": {
    "slug": "chilledsites",
    "name": "ChilledSites",
    "source": "tencent",
    "type": "skill",
    "category": "内容创作",
    "sourceUrl": "https://clawhub.ai/paulgosnell/chilledsites",
    "canonicalUrl": "https://clawhub.ai/paulgosnell/chilledsites",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/chilledsites",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=chilledsites",
    "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-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.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/chilledsites"
    },
    "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/chilledsites",
    "agentPageUrl": "https://openagent3.xyz/skills/chilledsites/agent",
    "manifestUrl": "https://openagent3.xyz/skills/chilledsites/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/chilledsites/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": "ChilledSites",
        "body": "Your AI agent's website builder. Generate and deploy websites from text prompts — no browser needed, pure REST API.\n\nBase URL: https://api.chilledsites.com/functions/v1/api-v1"
      },
      {
        "title": "When to Use",
        "body": "Use this skill when you need to:\n\nGenerate a website, landing page, or portfolio from a text description\nDeploy a website to a live URL instantly\nUpdate or edit an existing website\nUpload custom HTML/CSS/JS to a hosted site\nGenerate AI images for a project\nCheck your token balance or list existing sites"
      },
      {
        "title": "0. Sign Up (No Human Needed)",
        "body": "You can create an account and get API credentials directly — no human involvement required:\n\ncurl -X POST https://api.chilledsites.com/functions/v1/agent-signup \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\"email\": \"human@example.com\", \"source\": \"openclaw\"}'\n\nResponse:\n\n{\n  \"success\": true,\n  \"data\": {\n    \"api_key\": \"cs_live_...\",\n    \"api_secret\": \"cs_secret_...\",\n    \"tokens_granted\": 10000,\n    \"daily_generation_limit\": 5\n  },\n  \"message\": \"Account created with 10,000 free tokens.\"\n}\n\nLaunch promo: 10,000 free tokens (~2 website generations) for OpenClaw agents. Save the credentials immediately — they are only shown once."
      },
      {
        "title": "1. Authenticate",
        "body": "All requests require two headers:\n\nX-API-Key: $CHILLEDSITES_API_KEY\nX-API-Secret: $CHILLEDSITES_API_SECRET\n\nGet credentials via the signup endpoint above, or ask your human to create them at https://chilledsites.com"
      },
      {
        "title": "2. Generate a Website",
        "body": "curl -X POST https://api.chilledsites.com/functions/v1/api-v1/v1/generate \\\n  -H \"Content-Type: application/json\" \\\n  -H \"X-API-Key: $CHILLEDSITES_API_KEY\" \\\n  -H \"X-API-Secret: $CHILLEDSITES_API_SECRET\" \\\n  -d '{\"prompt\": \"A landing page for an AI consulting agency. Dark theme, modern, with a contact form.\"}'\n\nResponse includes website_id and preview_url."
      },
      {
        "title": "3. Deploy to Live URL",
        "body": "curl -X POST https://api.chilledsites.com/functions/v1/api-v1/v1/websites/{website_id}/deploy \\\n  -H \"X-API-Key: $CHILLEDSITES_API_KEY\" \\\n  -H \"X-API-Secret: $CHILLEDSITES_API_SECRET\" \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\"subdomain\": \"my-agency\"}'\n\nYour site is now live at https://my-agency.chilledsites.com"
      },
      {
        "title": "4. Edit an Existing Website",
        "body": "curl -X PUT https://api.chilledsites.com/functions/v1/api-v1/v1/websites/{website_id} \\\n  -H \"X-API-Key: $CHILLEDSITES_API_KEY\" \\\n  -H \"X-API-Secret: $CHILLEDSITES_API_SECRET\" \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\"title\": \"Updated Title\", \"html_code\": \"<html>...</html>\"}'"
      },
      {
        "title": "5. Check Token Balance",
        "body": "curl https://api.chilledsites.com/functions/v1/api-v1/v1/user/tokens \\\n  -H \"X-API-Key: $CHILLEDSITES_API_KEY\" \\\n  -H \"X-API-Secret: $CHILLEDSITES_API_SECRET\""
      },
      {
        "title": "Generate a landing page",
        "body": "curl -X POST https://api.chilledsites.com/functions/v1/api-v1/v1/generate \\\n  -H \"Content-Type: application/json\" \\\n  -H \"X-API-Key: $CHILLEDSITES_API_KEY\" \\\n  -H \"X-API-Secret: $CHILLEDSITES_API_SECRET\" \\\n  -d '{\"prompt\": \"SaaS landing page for WriteFlow, an AI writing tool. Hero section, features, pricing, testimonials. Modern dark theme.\"}'\n\nExpected response:\n\n{\n  \"data\": {\n    \"id\": \"abc-123\",\n    \"title\": \"WriteFlow\",\n    \"preview_url\": \"https://chilledsites.com/preview/abc-123\"\n  }\n}"
      },
      {
        "title": "Deploy to a subdomain",
        "body": "curl -X POST https://api.chilledsites.com/functions/v1/api-v1/v1/websites/abc-123/deploy \\\n  -H \"X-API-Key: $CHILLEDSITES_API_KEY\" \\\n  -H \"X-API-Secret: $CHILLEDSITES_API_SECRET\" \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\"subdomain\": \"writeflow\"}'\n\nResult: https://writeflow.chilledsites.com is live."
      },
      {
        "title": "Upload custom HTML",
        "body": "curl -X POST https://api.chilledsites.com/functions/v1/api-v1/v1/websites/upload \\\n  -H \"Content-Type: application/json\" \\\n  -H \"X-API-Key: $CHILLEDSITES_API_KEY\" \\\n  -H \"X-API-Secret: $CHILLEDSITES_API_SECRET\" \\\n  -d '{\n    \"title\": \"My Custom Site\",\n    \"html_code\": \"<html><body><h1>Hello World</h1></body></html>\",\n    \"css_code\": \"body { font-family: sans-serif; }\",\n    \"js_code\": \"\",\n    \"meta_description\": \"A custom website\"\n  }'"
      },
      {
        "title": "List all websites",
        "body": "curl https://api.chilledsites.com/functions/v1/api-v1/v1/websites \\\n  -H \"X-API-Key: $CHILLEDSITES_API_KEY\" \\\n  -H \"X-API-Secret: $CHILLEDSITES_API_SECRET\""
      },
      {
        "title": "Generate an AI image",
        "body": "curl -X POST https://api.chilledsites.com/functions/v1/api-v1/v1/generate/image \\\n  -H \"Content-Type: application/json\" \\\n  -H \"X-API-Key: $CHILLEDSITES_API_KEY\" \\\n  -H \"X-API-Secret: $CHILLEDSITES_API_SECRET\" \\\n  -d '{\"prompt\": \"Minimalist logo for a tech startup, blue gradient\", \"aspectRatio\": \"1:1\"}'"
      },
      {
        "title": "Constraints",
        "body": "Each website generation costs ~5,000 tokens. Check your balance before generating.\nImage generation costs ~1,000 tokens. Video generation costs ~10,000 tokens.\nDeploying a website is free.\nSubdomains must be unique — if taken, try a variation.\nGeneration requests may take 10-30 seconds depending on complexity.\nRate limits: 100 reads/min, 10 generations/min.\nDaily generation cap: promo keys get 5/day, paid keys get 50/day. Check your limit before queuing multiple builds.\nIf token balance is low, ask your human to top up at https://chilledsites.com/pricing\nSignup is one-per-email. If credentials are lost, the human must generate new ones at chilledsites.com"
      },
      {
        "title": "Websites",
        "body": "MethodEndpointDescriptionPOST/v1/generateGenerate website from promptGET/v1/websitesList all websitesGET/v1/websites/{id}Get website detailsPOST/v1/websites/uploadUpload custom HTML/CSS/JSPUT/v1/websites/{id}Update websiteDELETE/v1/websites/{id}Delete websitePOST/v1/websites/{id}/deployDeploy to live URL"
      },
      {
        "title": "Media",
        "body": "MethodEndpointDescriptionPOST/v1/generate/imageGenerate AI imagePOST/v1/generate/videoGenerate AI video"
      },
      {
        "title": "Account",
        "body": "MethodEndpointDescriptionGET/v1/user/tokensCheck token balancePOST/agent-signupCreate account + get API keys (no auth needed)"
      },
      {
        "title": "Add to Your Heartbeat",
        "body": "## ChilledSites (weekly or on-demand)\n- Check token balance\n- Review deployed sites — any need updates?\n- If human mentioned new project, offer to generate a landing page"
      },
      {
        "title": "Links",
        "body": "App: https://chilledsites.com\nPricing: https://chilledsites.com/pricing\nSupport: hello@chilledsites.com\nOpenClaw Setup Guide: https://chilledsites.com/for-openclaw"
      }
    ],
    "body": "ChilledSites\n\nYour AI agent's website builder. Generate and deploy websites from text prompts — no browser needed, pure REST API.\n\nBase URL: https://api.chilledsites.com/functions/v1/api-v1\n\nWhen to Use\n\nUse this skill when you need to:\n\nGenerate a website, landing page, or portfolio from a text description\nDeploy a website to a live URL instantly\nUpdate or edit an existing website\nUpload custom HTML/CSS/JS to a hosted site\nGenerate AI images for a project\nCheck your token balance or list existing sites\nSteps\n0. Sign Up (No Human Needed)\n\nYou can create an account and get API credentials directly — no human involvement required:\n\ncurl -X POST https://api.chilledsites.com/functions/v1/agent-signup \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\"email\": \"human@example.com\", \"source\": \"openclaw\"}'\n\n\nResponse:\n\n{\n  \"success\": true,\n  \"data\": {\n    \"api_key\": \"cs_live_...\",\n    \"api_secret\": \"cs_secret_...\",\n    \"tokens_granted\": 10000,\n    \"daily_generation_limit\": 5\n  },\n  \"message\": \"Account created with 10,000 free tokens.\"\n}\n\n\nLaunch promo: 10,000 free tokens (~2 website generations) for OpenClaw agents. Save the credentials immediately — they are only shown once.\n\n1. Authenticate\n\nAll requests require two headers:\n\nX-API-Key: $CHILLEDSITES_API_KEY\nX-API-Secret: $CHILLEDSITES_API_SECRET\n\n\nGet credentials via the signup endpoint above, or ask your human to create them at https://chilledsites.com\n\n2. Generate a Website\ncurl -X POST https://api.chilledsites.com/functions/v1/api-v1/v1/generate \\\n  -H \"Content-Type: application/json\" \\\n  -H \"X-API-Key: $CHILLEDSITES_API_KEY\" \\\n  -H \"X-API-Secret: $CHILLEDSITES_API_SECRET\" \\\n  -d '{\"prompt\": \"A landing page for an AI consulting agency. Dark theme, modern, with a contact form.\"}'\n\n\nResponse includes website_id and preview_url.\n\n3. Deploy to Live URL\ncurl -X POST https://api.chilledsites.com/functions/v1/api-v1/v1/websites/{website_id}/deploy \\\n  -H \"X-API-Key: $CHILLEDSITES_API_KEY\" \\\n  -H \"X-API-Secret: $CHILLEDSITES_API_SECRET\" \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\"subdomain\": \"my-agency\"}'\n\n\nYour site is now live at https://my-agency.chilledsites.com\n\n4. Edit an Existing Website\ncurl -X PUT https://api.chilledsites.com/functions/v1/api-v1/v1/websites/{website_id} \\\n  -H \"X-API-Key: $CHILLEDSITES_API_KEY\" \\\n  -H \"X-API-Secret: $CHILLEDSITES_API_SECRET\" \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\"title\": \"Updated Title\", \"html_code\": \"<html>...</html>\"}'\n\n5. Check Token Balance\ncurl https://api.chilledsites.com/functions/v1/api-v1/v1/user/tokens \\\n  -H \"X-API-Key: $CHILLEDSITES_API_KEY\" \\\n  -H \"X-API-Secret: $CHILLEDSITES_API_SECRET\"\n\nExamples\nGenerate a landing page\ncurl -X POST https://api.chilledsites.com/functions/v1/api-v1/v1/generate \\\n  -H \"Content-Type: application/json\" \\\n  -H \"X-API-Key: $CHILLEDSITES_API_KEY\" \\\n  -H \"X-API-Secret: $CHILLEDSITES_API_SECRET\" \\\n  -d '{\"prompt\": \"SaaS landing page for WriteFlow, an AI writing tool. Hero section, features, pricing, testimonials. Modern dark theme.\"}'\n\n\nExpected response:\n\n{\n  \"data\": {\n    \"id\": \"abc-123\",\n    \"title\": \"WriteFlow\",\n    \"preview_url\": \"https://chilledsites.com/preview/abc-123\"\n  }\n}\n\nDeploy to a subdomain\ncurl -X POST https://api.chilledsites.com/functions/v1/api-v1/v1/websites/abc-123/deploy \\\n  -H \"X-API-Key: $CHILLEDSITES_API_KEY\" \\\n  -H \"X-API-Secret: $CHILLEDSITES_API_SECRET\" \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\"subdomain\": \"writeflow\"}'\n\n\nResult: https://writeflow.chilledsites.com is live.\n\nUpload custom HTML\ncurl -X POST https://api.chilledsites.com/functions/v1/api-v1/v1/websites/upload \\\n  -H \"Content-Type: application/json\" \\\n  -H \"X-API-Key: $CHILLEDSITES_API_KEY\" \\\n  -H \"X-API-Secret: $CHILLEDSITES_API_SECRET\" \\\n  -d '{\n    \"title\": \"My Custom Site\",\n    \"html_code\": \"<html><body><h1>Hello World</h1></body></html>\",\n    \"css_code\": \"body { font-family: sans-serif; }\",\n    \"js_code\": \"\",\n    \"meta_description\": \"A custom website\"\n  }'\n\nList all websites\ncurl https://api.chilledsites.com/functions/v1/api-v1/v1/websites \\\n  -H \"X-API-Key: $CHILLEDSITES_API_KEY\" \\\n  -H \"X-API-Secret: $CHILLEDSITES_API_SECRET\"\n\nGenerate an AI image\ncurl -X POST https://api.chilledsites.com/functions/v1/api-v1/v1/generate/image \\\n  -H \"Content-Type: application/json\" \\\n  -H \"X-API-Key: $CHILLEDSITES_API_KEY\" \\\n  -H \"X-API-Secret: $CHILLEDSITES_API_SECRET\" \\\n  -d '{\"prompt\": \"Minimalist logo for a tech startup, blue gradient\", \"aspectRatio\": \"1:1\"}'\n\nConstraints\nEach website generation costs ~5,000 tokens. Check your balance before generating.\nImage generation costs ~1,000 tokens. Video generation costs ~10,000 tokens.\nDeploying a website is free.\nSubdomains must be unique — if taken, try a variation.\nGeneration requests may take 10-30 seconds depending on complexity.\nRate limits: 100 reads/min, 10 generations/min.\nDaily generation cap: promo keys get 5/day, paid keys get 50/day. Check your limit before queuing multiple builds.\nIf token balance is low, ask your human to top up at https://chilledsites.com/pricing\nSignup is one-per-email. If credentials are lost, the human must generate new ones at chilledsites.com\nREST API Reference\nWebsites\nMethod\tEndpoint\tDescription\nPOST\t/v1/generate\tGenerate website from prompt\nGET\t/v1/websites\tList all websites\nGET\t/v1/websites/{id}\tGet website details\nPOST\t/v1/websites/upload\tUpload custom HTML/CSS/JS\nPUT\t/v1/websites/{id}\tUpdate website\nDELETE\t/v1/websites/{id}\tDelete website\nPOST\t/v1/websites/{id}/deploy\tDeploy to live URL\nMedia\nMethod\tEndpoint\tDescription\nPOST\t/v1/generate/image\tGenerate AI image\nPOST\t/v1/generate/video\tGenerate AI video\nAccount\nMethod\tEndpoint\tDescription\nGET\t/v1/user/tokens\tCheck token balance\nPOST\t/agent-signup\tCreate account + get API keys (no auth needed)\nAdd to Your Heartbeat\n## ChilledSites (weekly or on-demand)\n- Check token balance\n- Review deployed sites — any need updates?\n- If human mentioned new project, offer to generate a landing page\n\nLinks\nApp: https://chilledsites.com\nPricing: https://chilledsites.com/pricing\nSupport: hello@chilledsites.com\nOpenClaw Setup Guide: https://chilledsites.com/for-openclaw"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/paulgosnell/chilledsites",
    "publisherUrl": "https://clawhub.ai/paulgosnell/chilledsites",
    "owner": "paulgosnell",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/chilledsites",
    "downloadUrl": "https://openagent3.xyz/downloads/chilledsites",
    "agentUrl": "https://openagent3.xyz/skills/chilledsites/agent",
    "manifestUrl": "https://openagent3.xyz/skills/chilledsites/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/chilledsites/agent.md"
  }
}