# Send ScrapeSense.com Developer to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- 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.
## Suggested prompts
### New install

```text
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.
```
### Upgrade existing

```text
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.
```
## Machine-readable fields
```json
{
  "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": {
    "downloadUrl": "/downloads/scrapesense-developer",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=scrapesense-developer",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "references/capabilities.md",
      "references/endpoints.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "scrapesense-developer",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-08T12:12:59.811Z",
      "expiresAt": "2026-05-15T12:12:59.811Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=scrapesense-developer",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=scrapesense-developer",
        "contentDisposition": "attachment; filename=\"scrapesense-developer-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "scrapesense-developer"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "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."
      ]
    }
  },
  "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"
  }
}
```
## Documentation

### Overview

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.

### Quick Workflow

Confirm API capability assumptions in references/capabilities.md.
Choose endpoint path from references/endpoints.md.
Execute API workflow with strict developer guardrails:

For campaign send paths, run email clean preview/apply when flow requires hygiene.
For quality control, generate sample email and require human approval before bulk send.


Return concise API-focused status output.

### Core Capability Areas

Scans: create, monitor, pause/resume/cancel, list places.
Places: read place details and scan outputs.
Campaigns: create/manage/generate/approve/send/regenerate/retry.
Email cleaning: preview/apply sanitization before send.
Billing: credits, spend, transactions, billing settings.
Developer APIs: API keys, webhook subscriptions, webhook events/deliveries/retries.
Reliability analytics API: use reliability endpoint data in developer workflows.

### Guardrails

Keep user-facing updates concise and in English unless explicitly requested otherwise.
Avoid non-public/internal operational commands in this skill.
Use only documented public API routes when executing this skill.

### ClawHub Packaging Checklist

Keep skill developer-focused (SKILL.md + API references only).
Validate skill:

python3 /usr/lib/node_modules/openclaw/skills/skill-creator/scripts/quick_validate.py <skill-dir>


Package skill:

python3 /usr/lib/node_modules/openclaw/skills/skill-creator/scripts/package_skill.py <skill-dir> <dist-dir>

### References

Capabilities and workflow rules: references/capabilities.md
Endpoint map from API spec/developer portal: references/endpoints.md
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: axelschmitz74
- Version: 1.0.1
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-08T12:12:59.811Z
- Expires at: 2026-05-15T12:12:59.811Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/scrapesense-developer)
- [Send to Agent page](https://openagent3.xyz/skills/scrapesense-developer/agent)
- [JSON manifest](https://openagent3.xyz/skills/scrapesense-developer/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/scrapesense-developer/agent.md)
- [Download page](https://openagent3.xyz/downloads/scrapesense-developer)