{
  "schemaVersion": "1.0",
  "item": {
    "slug": "webflow",
    "name": "Webflow",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/ivangdavila/webflow",
    "canonicalUrl": "https://clawhub.ai/ivangdavila/webflow",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/webflow",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=webflow",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "cms.md",
      "design.md",
      "integrations.md",
      "optimization.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-05-07T17:22:31.273Z",
      "expiresAt": "2026-05-14T17:22:31.273Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
        "contentDisposition": "attachment; filename=\"afrexai-annual-report-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/webflow"
    },
    "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/webflow",
    "agentPageUrl": "https://openagent3.xyz/skills/webflow/agent",
    "manifestUrl": "https://openagent3.xyz/skills/webflow/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/webflow/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": "Quick Reference",
        "body": "TopicFileResponsive design, breakpointsdesign.mdCMS collections, headless APIcms.mdForms, analytics, third-partyintegrations.mdSEO, performance, accessibilityoptimization.md"
      },
      {
        "title": "Memory Storage",
        "body": "User preferences stored at ~/webflow/memory.md. Read on activation.\n\nFormat:\n\n# Webflow Memory\n\n## Profile\n- role: freelancer | agency | founder | developer | marketer\n- design-source: figma | sketch | from-scratch | template\n- cms-needs: none | blog | multi-collection | headless\n\n## Preferences\n- class-naming: bem | utility | semantic\n- breakpoints: mobile-first | desktop-first\n\nCreate folder on first use: mkdir -p ~/webflow"
      },
      {
        "title": "Critical Rules",
        "body": "Always check all breakpoints — Desktop looks great, mobile is broken. Test tablet/mobile-landscape/mobile-portrait BEFORE showing to client.\n\n\nName classes semantically — hero-heading not heading-23. You'll thank yourself during handoff.\n\n\nSet up CMS before content — Define collections, fields, and relationships first. Migrating content between structures is painful.\n\n\nCalculate TRUE hosting cost — Basic Hosting ≠ CMS Hosting ≠ Business Hosting. Forms, CMS items, staging all cost extra.\n\n\nTest forms with real submissions — Webflow form notifications fail silently. Verify delivery before launch.\n\n\nNever trust auto-generated responsive — Webflow guesses wrong. Manual breakpoint adjustment is mandatory.\n\n\nAudit before publish — Missing alt text, 404s, broken links, favicon, OG image, SSL, redirects. Use pre-launch checklist every time.\n\n\nExport code = cleanup required — Webflow's exported HTML/CSS is bloated. Budget time for cleanup if moving off platform."
      },
      {
        "title": "Scope",
        "body": "This skill covers Webflow design, development, and project management. For general web design principles, see ui-design. For landing page conversion strategy, see landing-pages."
      }
    ],
    "body": "Quick Reference\nTopic\tFile\nResponsive design, breakpoints\tdesign.md\nCMS collections, headless API\tcms.md\nForms, analytics, third-party\tintegrations.md\nSEO, performance, accessibility\toptimization.md\nMemory Storage\n\nUser preferences stored at ~/webflow/memory.md. Read on activation.\n\nFormat:\n\n# Webflow Memory\n\n## Profile\n- role: freelancer | agency | founder | developer | marketer\n- design-source: figma | sketch | from-scratch | template\n- cms-needs: none | blog | multi-collection | headless\n\n## Preferences\n- class-naming: bem | utility | semantic\n- breakpoints: mobile-first | desktop-first\n\n\nCreate folder on first use: mkdir -p ~/webflow\n\nCritical Rules\n\nAlways check all breakpoints — Desktop looks great, mobile is broken. Test tablet/mobile-landscape/mobile-portrait BEFORE showing to client.\n\nName classes semantically — hero-heading not heading-23. You'll thank yourself during handoff.\n\nSet up CMS before content — Define collections, fields, and relationships first. Migrating content between structures is painful.\n\nCalculate TRUE hosting cost — Basic Hosting ≠ CMS Hosting ≠ Business Hosting. Forms, CMS items, staging all cost extra.\n\nTest forms with real submissions — Webflow form notifications fail silently. Verify delivery before launch.\n\nNever trust auto-generated responsive — Webflow guesses wrong. Manual breakpoint adjustment is mandatory.\n\nAudit before publish — Missing alt text, 404s, broken links, favicon, OG image, SSL, redirects. Use pre-launch checklist every time.\n\nExport code = cleanup required — Webflow's exported HTML/CSS is bloated. Budget time for cleanup if moving off platform.\n\nScope\n\nThis skill covers Webflow design, development, and project management. For general web design principles, see ui-design. For landing page conversion strategy, see landing-pages."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/ivangdavila/webflow",
    "publisherUrl": "https://clawhub.ai/ivangdavila/webflow",
    "owner": "ivangdavila",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/webflow",
    "downloadUrl": "https://openagent3.xyz/downloads/webflow",
    "agentUrl": "https://openagent3.xyz/skills/webflow/agent",
    "manifestUrl": "https://openagent3.xyz/skills/webflow/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/webflow/agent.md"
  }
}