{
  "schemaVersion": "1.0",
  "item": {
    "slug": "webchat-pro",
    "name": "OpenClaw Web Chat Pro",
    "source": "tencent",
    "type": "skill",
    "category": "通讯协作",
    "sourceUrl": "https://clawhub.ai/qqkzlm/webchat-pro",
    "canonicalUrl": "https://clawhub.ai/qqkzlm/webchat-pro",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/webchat-pro",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=webchat-pro",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "docs/MARKETING.md",
      "docs/PRICING.md",
      "package.json",
      "skill.json"
    ],
    "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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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/webchat-pro"
    },
    "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/webchat-pro",
    "agentPageUrl": "https://openagent3.xyz/skills/webchat-pro/agent",
    "manifestUrl": "https://openagent3.xyz/skills/webchat-pro/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/webchat-pro/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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "OpenClaw Web Chat Pro",
        "body": "版本: 1.0.0\n作者: 贝贝\n描述: 生产级 AI 聊天网页应用"
      },
      {
        "title": "安装",
        "body": "clawhub install webchat-pro"
      },
      {
        "title": "使用",
        "body": "cd ~/.openclaw/workspace/skills/webchat-pro\nnpm install\nnpm start\n\n访问 http://localhost:4000"
      },
      {
        "title": "功能",
        "body": "✅ 基础聊天（免费）\n✅ 多模型切换\n✅ 流式输出\n✅ 会话持久化\n✅ 对话导出\n✅ 深色模式"
      },
      {
        "title": "Pro 功能（¥9.99/月）",
        "body": "📁 文件上传\n🎤 语音输入/输出\n🔄 多设备同步\n👥 团队协作\n📊 高级统计"
      },
      {
        "title": "企业功能（¥99/月）",
        "body": "🔒 私有部署\n🔧 自定义模型\n🔑 SSO 登录\n📝 审计日志\n⚡ SLA 保障"
      },
      {
        "title": "配置",
        "body": "编辑 .env 文件：\n\nPORT=4000\nPASSWORD=admin123\nALLOWED_ORIGINS=*"
      },
      {
        "title": "API",
        "body": "POST /api/chat - 发送消息\nGET /api/models - 模型列表\nGET /api/health - 健康检查"
      },
      {
        "title": "支持",
        "body": "文档：https://docs.openclaw.ai\n社区：https://moltbook.com"
      }
    ],
    "body": "OpenClaw Web Chat Pro\n\n版本: 1.0.0\n作者: 贝贝\n描述: 生产级 AI 聊天网页应用\n\n安装\nclawhub install webchat-pro\n\n使用\ncd ~/.openclaw/workspace/skills/webchat-pro\nnpm install\nnpm start\n\n\n访问 http://localhost:4000\n\n功能\n✅ 基础聊天（免费）\n✅ 多模型切换\n✅ 流式输出\n✅ 会话持久化\n✅ 对话导出\n✅ 深色模式\nPro 功能（¥9.99/月）\n📁 文件上传\n🎤 语音输入/输出\n🔄 多设备同步\n👥 团队协作\n📊 高级统计\n企业功能（¥99/月）\n🔒 私有部署\n🔧 自定义模型\n🔑 SSO 登录\n📝 审计日志\n⚡ SLA 保障\n配置\n\n编辑 .env 文件：\n\nPORT=4000\nPASSWORD=admin123\nALLOWED_ORIGINS=*\n\nAPI\nPOST /api/chat - 发送消息\nGET /api/models - 模型列表\nGET /api/health - 健康检查\n支持\n\n文档：https://docs.openclaw.ai\n社区：https://moltbook.com"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/qqkzlm/webchat-pro",
    "publisherUrl": "https://clawhub.ai/qqkzlm/webchat-pro",
    "owner": "qqkzlm",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/webchat-pro",
    "downloadUrl": "https://openagent3.xyz/downloads/webchat-pro",
    "agentUrl": "https://openagent3.xyz/skills/webchat-pro/agent",
    "manifestUrl": "https://openagent3.xyz/skills/webchat-pro/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/webchat-pro/agent.md"
  }
}