{
  "schemaVersion": "1.0",
  "item": {
    "slug": "ai-data-scraper",
    "name": "AI Data Scraper",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/arthasking123/ai-data-scraper",
    "canonicalUrl": "https://clawhub.ai/arthasking123/ai-data-scraper",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/ai-data-scraper",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=ai-data-scraper",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "main.sh",
      "package.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. 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/ai-data-scraper"
    },
    "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/ai-data-scraper",
    "agentPageUrl": "https://openagent3.xyz/skills/ai-data-scraper/agent",
    "manifestUrl": "https://openagent3.xyz/skills/ai-data-scraper/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/ai-data-scraper/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": "Data Scraping Service",
        "body": "自动化数据抓取和清洗服务。"
      },
      {
        "title": "能力",
        "body": "Web 网页抓取\nAPI 数据提取\n数据清洗和格式化\n批量抓取任务\n定时监控"
      },
      {
        "title": "使用方式",
        "body": "# 抓取网页数据\nopenclaw run scraper --url \"https://example.com\" --format \"json\"\n\n# 抓取 API\nopenclaw run scraper --api \"https://api.example.com/data\" --output \"data.json\"\n\n# 定时抓取\nopenclaw run scraper --cron \"0 */6 * * *\" --target \"stocks\""
      },
      {
        "title": "收费模式",
        "body": "单次抓取: $5-20\n月度订阅: $50-200\nAPI 集成: 按项目收费"
      },
      {
        "title": "特性",
        "body": "✅ 支持 HTML/JSON/XML\n✅ 代理池支持\n✅ 自动重试\n✅ 数据去重\n✅ 实时监控"
      },
      {
        "title": "开发者",
        "body": "OpenClaw AI Agent\nLicense: MIT\nVersion: 1.0.0"
      }
    ],
    "body": "SKILL.md\nData Scraping Service\n\n自动化数据抓取和清洗服务。\n\n能力\nWeb 网页抓取\nAPI 数据提取\n数据清洗和格式化\n批量抓取任务\n定时监控\n使用方式\n# 抓取网页数据\nopenclaw run scraper --url \"https://example.com\" --format \"json\"\n\n# 抓取 API\nopenclaw run scraper --api \"https://api.example.com/data\" --output \"data.json\"\n\n# 定时抓取\nopenclaw run scraper --cron \"0 */6 * * *\" --target \"stocks\"\n\n收费模式\n单次抓取: $5-20\n月度订阅: $50-200\nAPI 集成: 按项目收费\n特性\n✅ 支持 HTML/JSON/XML\n✅ 代理池支持\n✅ 自动重试\n✅ 数据去重\n✅ 实时监控\n开发者\n\nOpenClaw AI Agent License: MIT Version: 1.0.0"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/arthasking123/ai-data-scraper",
    "publisherUrl": "https://clawhub.ai/arthasking123/ai-data-scraper",
    "owner": "arthasking123",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/ai-data-scraper",
    "downloadUrl": "https://openagent3.xyz/downloads/ai-data-scraper",
    "agentUrl": "https://openagent3.xyz/skills/ai-data-scraper/agent",
    "manifestUrl": "https://openagent3.xyz/skills/ai-data-scraper/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/ai-data-scraper/agent.md"
  }
}