{
  "schemaVersion": "1.0",
  "item": {
    "slug": "camoufox-tools",
    "name": "Camoufox Tools",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/AdAstraAbyssoque/camoufox-tools",
    "canonicalUrl": "https://clawhub.ai/AdAstraAbyssoque/camoufox-tools",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/camoufox-tools",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=camoufox-tools",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "install.sh"
    ],
    "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-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/camoufox-tools"
    },
    "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/camoufox-tools",
    "agentPageUrl": "https://openagent3.xyz/skills/camoufox-tools/agent",
    "manifestUrl": "https://openagent3.xyz/skills/camoufox-tools/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/camoufox-tools/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": "camoufox-tools",
        "body": "🦊 封装 camoufox + agent-browser 的最佳实践，提供简化的命令行工具用于反检测浏览器自动化和数据抓取。"
      },
      {
        "title": "为什么需要这个 Skill？",
        "body": "反检测: camoufox 是基于 Firefox 的防指纹浏览器，能绕过 Bilibili 等网站的风控\n简化命令: 隐藏复杂的 --executable-path 和 --headed 参数\n最佳实践: 自动处理 close 规范，避免资源泄漏\n即装即用: 一键安装，无需记忆长路径"
      },
      {
        "title": "安装",
        "body": "# 运行安装脚本，将工具添加到 PATH\ncd ~/.openclaw/workspace/skills/camoufox-tools\n./install.sh\n\n# 或者手动添加到 PATH\nexport PATH=\"$HOME/.openclaw/workspace/skills/camoufox-tools/bin:$PATH\""
      },
      {
        "title": "环境变量",
        "body": "# 可选：自定义 camoufox 路径（默认: ~/.local/share/camoufox/camoufox）\nexport CAMOUFOX_PATH=/path/to/camoufox"
      },
      {
        "title": "1. fox-open - 有头模式打开网页",
        "body": "使用 camoufox 有头模式打开指定网页。\n\nfox-open \"https://example.com\"\nfox-open \"https://bilibili.com\"\n\n特性:\n\n自动关闭之前的 browser 实例\n自动使用 --headed 模式\n自动填充 camoufox 路径"
      },
      {
        "title": "2. fox-scrape - 抓取页面内容",
        "body": "抓取网页内容，支持等待时间和 CSS 选择器。\n\n# 基本用法\nfox-scrape \"https://example.com\"\n\n# 等待 5 秒后抓取\nfox-scrape \"https://example.com\" --wait 5000\n\n# 抓取特定元素\nfox-scrape \"https://example.com\" --selector \".article-content\"\n\n# 短选项\nfox-scrape \"https://example.com\" -w 5000 -s \".content\"\n\n选项:\n\n-w, --wait <ms> - 等待时间（毫秒，默认 3000）\n-s, --selector <sel> - CSS 选择器，提取特定元素\n\n特性:\n\n自动启动 browser（如未运行）\n任务完成后自动关闭 browser"
      },
      {
        "title": "3. fox-eval - 执行 JavaScript",
        "body": "在当前页面执行 JavaScript 代码。\n\n# 获取页面标题\nfox-eval \"document.title\"\n\n# 获取元素文本\nfox-eval \"document.querySelector('.like-btn').textContent\"\n\n# 获取多个元素\nfox-eval \"[...document.querySelectorAll('.stat')].map(e => e.textContent)\"\n\n注意: 需要先使用 fox-open 打开网页。"
      },
      {
        "title": "4. fox-close - 规范关闭",
        "body": "关闭所有 browser 实例，释放资源。\n\nfox-close\n\n建议: 在每个任务完成后执行，避免资源占用。"
      },
      {
        "title": "5. fox-bilibili-stats - 获取 B 站视频数据",
        "body": "获取 Bilibili 视频的统计数据。\n\nfox-bilibili-stats \"BV1NGZtBwELa\"\nfox-bilibili-stats \"BV1xx411c7mD\"\n\n输出:\n\n📺 视频标题\n▶️  播放量\n👍 点赞数\n🪙 投币数\n⭐ 收藏数\n📤 分享数\n💬 弹幕数\n\n特性:\n\n自动处理 BV 号格式\n自动启动和关闭 browser"
      },
      {
        "title": "工作流 1: 快速查看网页",
        "body": "fox-open \"https://example.com\"\n# 查看完成后\nfox-close"
      },
      {
        "title": "工作流 2: 抓取动态内容",
        "body": "fox-scrape \"https://example.com\" --wait 5000 --selector \".dynamic-content\""
      },
      {
        "title": "工作流 3: 交互式数据提取",
        "body": "# 打开页面\nfox-open \"https://example.com\"\n\n# 执行一些操作后提取数据\nfox-eval \"document.querySelector('.data').textContent\"\n\n# 关闭\nfox-close"
      },
      {
        "title": "工作流 4: B 站视频数据分析",
        "body": "fox-bilibili-stats \"BV1NGZtBwELa\""
      },
      {
        "title": "Browser 无法启动",
        "body": "检查 camoufox 是否已安装: ls ~/.local/share/camoufox/camoufox\n设置正确的路径: export CAMOUFOX_PATH=/path/to/camoufox"
      },
      {
        "title": "页面加载超时",
        "body": "增加等待时间: fox-scrape --wait 10000\n检查网络连接"
      },
      {
        "title": "选择器找不到元素",
        "body": "使用 fox-open 打开页面后手动检查元素\n使用 fox-eval 测试选择器: fox-eval \"document.querySelector('.your-selector')\""
      },
      {
        "title": "依赖",
        "body": "openclaw CLI\ncamoufox (headless Firefox)\nagent-browser 扩展"
      },
      {
        "title": "许可证",
        "body": "MIT"
      }
    ],
    "body": "camoufox-tools\n\n🦊 封装 camoufox + agent-browser 的最佳实践，提供简化的命令行工具用于反检测浏览器自动化和数据抓取。\n\n为什么需要这个 Skill？\n反检测: camoufox 是基于 Firefox 的防指纹浏览器，能绕过 Bilibili 等网站的风控\n简化命令: 隐藏复杂的 --executable-path 和 --headed 参数\n最佳实践: 自动处理 close 规范，避免资源泄漏\n即装即用: 一键安装，无需记忆长路径\n安装\n# 运行安装脚本，将工具添加到 PATH\ncd ~/.openclaw/workspace/skills/camoufox-tools\n./install.sh\n\n# 或者手动添加到 PATH\nexport PATH=\"$HOME/.openclaw/workspace/skills/camoufox-tools/bin:$PATH\"\n\n环境变量\n# 可选：自定义 camoufox 路径（默认: ~/.local/share/camoufox/camoufox）\nexport CAMOUFOX_PATH=/path/to/camoufox\n\n工具列表\n1. fox-open - 有头模式打开网页\n\n使用 camoufox 有头模式打开指定网页。\n\nfox-open \"https://example.com\"\nfox-open \"https://bilibili.com\"\n\n\n特性:\n\n自动关闭之前的 browser 实例\n自动使用 --headed 模式\n自动填充 camoufox 路径\n2. fox-scrape - 抓取页面内容\n\n抓取网页内容，支持等待时间和 CSS 选择器。\n\n# 基本用法\nfox-scrape \"https://example.com\"\n\n# 等待 5 秒后抓取\nfox-scrape \"https://example.com\" --wait 5000\n\n# 抓取特定元素\nfox-scrape \"https://example.com\" --selector \".article-content\"\n\n# 短选项\nfox-scrape \"https://example.com\" -w 5000 -s \".content\"\n\n\n选项:\n\n-w, --wait <ms> - 等待时间（毫秒，默认 3000）\n-s, --selector <sel> - CSS 选择器，提取特定元素\n\n特性:\n\n自动启动 browser（如未运行）\n任务完成后自动关闭 browser\n3. fox-eval - 执行 JavaScript\n\n在当前页面执行 JavaScript 代码。\n\n# 获取页面标题\nfox-eval \"document.title\"\n\n# 获取元素文本\nfox-eval \"document.querySelector('.like-btn').textContent\"\n\n# 获取多个元素\nfox-eval \"[...document.querySelectorAll('.stat')].map(e => e.textContent)\"\n\n\n注意: 需要先使用 fox-open 打开网页。\n\n4. fox-close - 规范关闭\n\n关闭所有 browser 实例，释放资源。\n\nfox-close\n\n\n建议: 在每个任务完成后执行，避免资源占用。\n\n5. fox-bilibili-stats - 获取 B 站视频数据\n\n获取 Bilibili 视频的统计数据。\n\nfox-bilibili-stats \"BV1NGZtBwELa\"\nfox-bilibili-stats \"BV1xx411c7mD\"\n\n\n输出:\n\n📺 视频标题\n▶️ 播放量\n👍 点赞数\n🪙 投币数\n⭐ 收藏数\n📤 分享数\n💬 弹幕数\n\n特性:\n\n自动处理 BV 号格式\n自动启动和关闭 browser\n典型工作流\n工作流 1: 快速查看网页\nfox-open \"https://example.com\"\n# 查看完成后\nfox-close\n\n工作流 2: 抓取动态内容\nfox-scrape \"https://example.com\" --wait 5000 --selector \".dynamic-content\"\n\n工作流 3: 交互式数据提取\n# 打开页面\nfox-open \"https://example.com\"\n\n# 执行一些操作后提取数据\nfox-eval \"document.querySelector('.data').textContent\"\n\n# 关闭\nfox-close\n\n工作流 4: B 站视频数据分析\nfox-bilibili-stats \"BV1NGZtBwELa\"\n\n故障排除\nBrowser 无法启动\n检查 camoufox 是否已安装: ls ~/.local/share/camoufox/camoufox\n设置正确的路径: export CAMOUFOX_PATH=/path/to/camoufox\n页面加载超时\n增加等待时间: fox-scrape --wait 10000\n检查网络连接\n选择器找不到元素\n使用 fox-open 打开页面后手动检查元素\n使用 fox-eval 测试选择器: fox-eval \"document.querySelector('.your-selector')\"\n依赖\nopenclaw CLI\ncamoufox (headless Firefox)\nagent-browser 扩展\n许可证\n\nMIT"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/AdAstraAbyssoque/camoufox-tools",
    "publisherUrl": "https://clawhub.ai/AdAstraAbyssoque/camoufox-tools",
    "owner": "AdAstraAbyssoque",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/camoufox-tools",
    "downloadUrl": "https://openagent3.xyz/downloads/camoufox-tools",
    "agentUrl": "https://openagent3.xyz/skills/camoufox-tools/agent",
    "manifestUrl": "https://openagent3.xyz/skills/camoufox-tools/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/camoufox-tools/agent.md"
  }
}