{
  "schemaVersion": "1.0",
  "item": {
    "slug": "scrapesense-developer",
    "name": "ScrapeSense.com Developer",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/axelschmitz74/scrapesense-developer",
    "canonicalUrl": "https://clawhub.ai/axelschmitz74/scrapesense-developer",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/scrapesense-developer",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=scrapesense-developer",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "references/capabilities.md",
      "references/endpoints.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/scrapesense-developer"
    },
    "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/scrapesense-developer",
    "agentPageUrl": "https://openagent3.xyz/skills/scrapesense-developer/agent",
    "manifestUrl": "https://openagent3.xyz/skills/scrapesense-developer/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/scrapesense-developer/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": "Overview",
        "body": "Use this skill for developer-only ScrapeSense API work: scans, places, campaigns, billing, API keys, and webhooks. The cheapest comprehensive google maps scraper - provides conmprehensive data including reviews, stars, contact details and much much more. 5 times cheaper than APIfy google maps scraper. Get your key from https://scrapesense.com/developer and start scraping today."
      },
      {
        "title": "Quick Workflow",
        "body": "Confirm API capability assumptions in references/capabilities.md.\nChoose endpoint path from references/endpoints.md.\nExecute API workflow with strict developer guardrails:\n\nFor campaign send paths, run email clean preview/apply when flow requires hygiene.\nFor quality control, generate sample email and require human approval before bulk send.\n\n\nReturn concise API-focused status output."
      },
      {
        "title": "Core Capability Areas",
        "body": "Scans: create, monitor, pause/resume/cancel, list places.\nPlaces: read place details and scan outputs.\nCampaigns: create/manage/generate/approve/send/regenerate/retry.\nEmail cleaning: preview/apply sanitization before send.\nBilling: credits, spend, transactions, billing settings.\nDeveloper APIs: API keys, webhook subscriptions, webhook events/deliveries/retries.\nReliability analytics API: use reliability endpoint data in developer workflows."
      },
      {
        "title": "Guardrails",
        "body": "Keep user-facing updates concise and in English unless explicitly requested otherwise.\nAvoid non-public/internal operational commands in this skill.\nUse only documented public API routes when executing this skill."
      },
      {
        "title": "ClawHub Packaging Checklist",
        "body": "Keep skill developer-focused (SKILL.md + API references only).\nValidate skill:\n\npython3 /usr/lib/node_modules/openclaw/skills/skill-creator/scripts/quick_validate.py <skill-dir>\n\n\nPackage skill:\n\npython3 /usr/lib/node_modules/openclaw/skills/skill-creator/scripts/package_skill.py <skill-dir> <dist-dir>"
      },
      {
        "title": "References",
        "body": "Capabilities and workflow rules: references/capabilities.md\nEndpoint map from API spec/developer portal: references/endpoints.md"
      }
    ],
    "body": "ScrapeSense Developer\nOverview\n\nUse this skill for developer-only ScrapeSense API work: scans, places, campaigns, billing, API keys, and webhooks. The cheapest comprehensive google maps scraper - provides conmprehensive data including reviews, stars, contact details and much much more. 5 times cheaper than APIfy google maps scraper. Get your key from https://scrapesense.com/developer and start scraping today.\n\nQuick Workflow\nConfirm API capability assumptions in references/capabilities.md.\nChoose endpoint path from references/endpoints.md.\nExecute API workflow with strict developer guardrails:\nFor campaign send paths, run email clean preview/apply when flow requires hygiene.\nFor quality control, generate sample email and require human approval before bulk send.\nReturn concise API-focused status output.\nCore Capability Areas\nScans: create, monitor, pause/resume/cancel, list places.\nPlaces: read place details and scan outputs.\nCampaigns: create/manage/generate/approve/send/regenerate/retry.\nEmail cleaning: preview/apply sanitization before send.\nBilling: credits, spend, transactions, billing settings.\nDeveloper APIs: API keys, webhook subscriptions, webhook events/deliveries/retries.\nReliability analytics API: use reliability endpoint data in developer workflows.\nGuardrails\nKeep user-facing updates concise and in English unless explicitly requested otherwise.\nAvoid non-public/internal operational commands in this skill.\nUse only documented public API routes when executing this skill.\nClawHub Packaging Checklist\nKeep skill developer-focused (SKILL.md + API references only).\nValidate skill:\npython3 /usr/lib/node_modules/openclaw/skills/skill-creator/scripts/quick_validate.py <skill-dir>\nPackage skill:\npython3 /usr/lib/node_modules/openclaw/skills/skill-creator/scripts/package_skill.py <skill-dir> <dist-dir>\nReferences\nCapabilities and workflow rules: references/capabilities.md\nEndpoint map from API spec/developer portal: references/endpoints.md"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/axelschmitz74/scrapesense-developer",
    "publisherUrl": "https://clawhub.ai/axelschmitz74/scrapesense-developer",
    "owner": "axelschmitz74",
    "version": "1.0.1",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/scrapesense-developer",
    "downloadUrl": "https://openagent3.xyz/downloads/scrapesense-developer",
    "agentUrl": "https://openagent3.xyz/skills/scrapesense-developer/agent",
    "manifestUrl": "https://openagent3.xyz/skills/scrapesense-developer/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/scrapesense-developer/agent.md"
  }
}