{
  "schemaVersion": "1.0",
  "item": {
    "slug": "abby-browser",
    "name": "Abby Browser",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/earnabitmore365/abby-browser",
    "canonicalUrl": "https://clawhub.ai/earnabitmore365/abby-browser",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/abby-browser",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=abby-browser",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "scripts/__init__.py",
      "scripts/click.py",
      "scripts/extract.py",
      "scripts/form.py",
      "scripts/open.py"
    ],
    "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/abby-browser"
    },
    "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/abby-browser",
    "agentPageUrl": "https://openagent3.xyz/skills/abby-browser/agent",
    "manifestUrl": "https://openagent3.xyz/skills/abby-browser/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/abby-browser/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": "Abby Browser Skill",
        "body": "基于 OpenClaw 内置浏览器工具封装"
      },
      {
        "title": "解决的问题",
        "body": "让爸爸可以用自然语言控制浏览器，不需要记住复杂命令。"
      },
      {
        "title": "核心功能",
        "body": "功能命令示例打开网页open打开 Google截图screenshot截取当前页面点击click点击按钮输入type输入文字填表单fill填写表单提取数据snapshot获取页面内容等待wait等待加载滚动scroll滚动页面"
      },
      {
        "title": "在对话中",
        "body": "爸爸：帮我打开 Google\nAbby：好的爸爸！让我打开 Google...\n[执行 openclaw browser open https://google.com]\n✅ 已打开 Google\n\n爸爸：帮我截图\nAbby：好的，截个图...\n[执行 openclaw browser screenshot]\n📸 截图已保存\n\n爸爸：帮我点击登录按钮\nAbby：好的...\n[执行 openclaw browser click 12]\n✅ 已点击"
      },
      {
        "title": "常用命令",
        "body": "# 打开网页\nopenclaw browser open https://example.com\n\n# 截图\nopenclaw browser screenshot\nopenclaw browser screenshot --full-page\n\n# 点击元素 (需要先 snapshot 获取 ref)\nopenclaw browser click 12\nopenclaw browser click 12 --double\n\n# 输入文字\nopenclaw browser type 12 \"hello world\"\n\n# 填写表单\nopenclaw browser fill --fields '[{\"ref\":\"1\",\"value\":\"xxx\"}]'\n\n# 获取页面快照\nopenclaw browser snapshot\nopenclaw browser snapshot --format aria\n\n# 等待\nopenclaw browser wait --text \"Done\"\nopenclaw browser wait --selector \".content\"\n\n# 滚动\nopenclaw browser evaluate --fn 'window.scrollTo(0, document.body.scrollHeight)'"
      },
      {
        "title": "scripts/open.py",
        "body": "打开网页的封装脚本。"
      },
      {
        "title": "scripts/screenshot.py",
        "body": "截图的封装脚本。"
      },
      {
        "title": "scripts/click.py",
        "body": "点击元素的封装脚本。"
      },
      {
        "title": "scripts/form.py",
        "body": "表单填写的封装脚本。"
      },
      {
        "title": "scripts/extract.py",
        "body": "数据提取的封装脚本。"
      },
      {
        "title": "1. Element Reference (ref)",
        "body": "每次执行 snapshot 后，元素会有一个编号 (ref)：\n\n<button ref=\"12\">登录</button>\n<input ref=\"23\" />\n\n点击 ref=12：openclaw browser click 12"
      },
      {
        "title": "2. Snapshot 格式",
        "body": "--format ai (默认) - AI 理解\n--format aria - 辅助功能树"
      },
      {
        "title": "3. 等待加载",
        "body": "操作前最好等待：\n\nopenclaw browser wait --text \"加载完成\""
      },
      {
        "title": "安全考虑",
        "body": "❌ 不自动执行危险操作\n✅ 执行前确认\n✅ 记录操作日志\n✅ 异常处理"
      },
      {
        "title": "依赖",
        "body": "OpenClaw browser 工具\nChrome/Chromium 浏览器"
      },
      {
        "title": "相关文档",
        "body": "OpenClaw Browser Docs\n\n创建于 2026-02-15"
      }
    ],
    "body": "Abby Browser Skill\n\n基于 OpenClaw 内置浏览器工具封装\n\n解决的问题\n\n让爸爸可以用自然语言控制浏览器，不需要记住复杂命令。\n\n核心功能\n功能\t命令\t示例\n打开网页\topen\t打开 Google\n截图\tscreenshot\t截取当前页面\n点击\tclick\t点击按钮\n输入\ttype\t输入文字\n填表单\tfill\t填写表单\n提取数据\tsnapshot\t获取页面内容\n等待\twait\t等待加载\n滚动\tscroll\t滚动页面\n使用方法\n在对话中\n爸爸：帮我打开 Google\nAbby：好的爸爸！让我打开 Google...\n[执行 openclaw browser open https://google.com]\n✅ 已打开 Google\n\n爸爸：帮我截图\nAbby：好的，截个图...\n[执行 openclaw browser screenshot]\n📸 截图已保存\n\n爸爸：帮我点击登录按钮\nAbby：好的...\n[执行 openclaw browser click 12]\n✅ 已点击\n\n常用命令\n# 打开网页\nopenclaw browser open https://example.com\n\n# 截图\nopenclaw browser screenshot\nopenclaw browser screenshot --full-page\n\n# 点击元素 (需要先 snapshot 获取 ref)\nopenclaw browser click 12\nopenclaw browser click 12 --double\n\n# 输入文字\nopenclaw browser type 12 \"hello world\"\n\n# 填写表单\nopenclaw browser fill --fields '[{\"ref\":\"1\",\"value\":\"xxx\"}]'\n\n# 获取页面快照\nopenclaw browser snapshot\nopenclaw browser snapshot --format aria\n\n# 等待\nopenclaw browser wait --text \"Done\"\nopenclaw browser wait --selector \".content\"\n\n# 滚动\nopenclaw browser evaluate --fn 'window.scrollTo(0, document.body.scrollHeight)'\n\n封装脚本\nscripts/open.py\n\n打开网页的封装脚本。\n\nscripts/screenshot.py\n\n截图的封装脚本。\n\nscripts/click.py\n\n点击元素的封装脚本。\n\nscripts/form.py\n\n表单填写的封装脚本。\n\nscripts/extract.py\n\n数据提取的封装脚本。\n\n重要概念\n1. Element Reference (ref)\n\n每次执行 snapshot 后，元素会有一个编号 (ref)：\n\n<button ref=\"12\">登录</button>\n<input ref=\"23\" />\n\n\n点击 ref=12：openclaw browser click 12\n\n2. Snapshot 格式\n--format ai (默认) - AI 理解\n--format aria - 辅助功能树\n3. 等待加载\n\n操作前最好等待：\n\nopenclaw browser wait --text \"加载完成\"\n\n安全考虑\n❌ 不自动执行危险操作\n✅ 执行前确认\n✅ 记录操作日志\n✅ 异常处理\n依赖\nOpenClaw browser 工具\nChrome/Chromium 浏览器\n相关文档\nOpenClaw Browser Docs\n\n创建于 2026-02-15"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/earnabitmore365/abby-browser",
    "publisherUrl": "https://clawhub.ai/earnabitmore365/abby-browser",
    "owner": "earnabitmore365",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/abby-browser",
    "downloadUrl": "https://openagent3.xyz/downloads/abby-browser",
    "agentUrl": "https://openagent3.xyz/skills/abby-browser/agent",
    "manifestUrl": "https://openagent3.xyz/skills/abby-browser/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/abby-browser/agent.md"
  }
}