# Send Google Maps Search Api 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": "google-maps-search-api",
    "name": "Google Maps Search Api",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/phheng/google-maps-search-api",
    "canonicalUrl": "https://clawhub.ai/phheng/google-maps-search-api",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/google-maps-search-api",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=google-maps-search-api",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "scripts/google_maps_search_api.py"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "google-maps-search-api",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-03T21:53:17.831Z",
      "expiresAt": "2026-05-10T21:53:17.831Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=google-maps-search-api",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=google-maps-search-api",
        "contentDisposition": "attachment; filename=\"google-maps-search-api-0.1.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "google-maps-search-api"
      },
      "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/google-maps-search-api"
    },
    "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/google-maps-search-api",
    "downloadUrl": "https://openagent3.xyz/downloads/google-maps-search-api",
    "agentUrl": "https://openagent3.xyz/skills/google-maps-search-api/agent",
    "manifestUrl": "https://openagent3.xyz/skills/google-maps-search-api/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/google-maps-search-api/agent.md"
  }
}
```
## Documentation

### ✨ Platform Compatibility

✅ Works Powerfully & Reliably On All Major AI Assistants

PlatformStatusHow to InstallOpenCode✅ Fully SupportedCopy skill folder to ~/.opencode/skills/Claude Code✅ Fully SupportedNative skill supportCursor✅ Fully SupportedCopy to ~/.cursor/skills/OpenClaw✅ Fully SupportedCompatible

Why Choose BrowserAct Skills?

🚀 Stable & crash-free execution
⚡ Fast response times
🔧 No configuration headaches
📦 Plug & play installation
💬 Professional support

### 📖 Introduction

This skill provides a one-stop business data collection service through the BrowserAct Google Maps Search API template. Obtain structured business data with just one command.

### 🔑 API Key Guidance

Before running, check the BROWSERACT_API_KEY environment variable. If it is not set, do not take further action; instead, request and wait for the user to provide it.
The Agent must inform the user:

"Since you haven't configured the BrowserAct API Key, please go to the BrowserAct Console to get your Key and provide it to me in this chat."

### 🛠️ Input Parameters Details

The Agent should flexibly configure the following parameters when calling the script based on user needs:

KeyWords (Search Keywords)

Type: string
Description: The keywords the user wants to search for on Google Maps.
Example: coffee, bakery, coworking space



language (UI Language)

Type: string
Description: Sets the UI language and the language of the returned text.
Optional Values: en, de, fr, it, es, ja, zh-CN, zh-TW
Default: en



country (Country/Region Bias)

Type: string
Description: Sets the country or region bias for search results.
Example: us, gb, ca, au, de, fr, es, it, jp
Default: us



max_dates (Maximum extraction limit)

Type: number
Description: The maximum number of places to extract from search results.
Default: 100

### 🚀 Execution Method (Recommended)

The Agent should implement "one command for results" by executing the following independent script:

# Call example
python ./scripts/google_maps_search_api.py "KeyWords" "language" "country" max_dates

### 📊 Data Output Description

After successful execution, the script will directly parse and print the results from the API response. Results include:

name: Business name
full address: Business address
rating: Average star rating
review count: Number of reviews
price range: Price level
cuisine type: Business category
amenity tags: Features like Wi-Fi, outdoor seating
review snippet: Highlighted short review
service options: Such as "Order online", "Dine-in"

### ⚠️ Error Handling & Retry

During script execution, if an error occurs (such as network fluctuations or task failure), the Agent should follow this logic:

Check output content:

If the output contains "Invalid authorization", the API Key is invalid or expired. Do not retry; instead, guide the user to check and provide the correct API Key.
If the output does not contain "Invalid authorization" but the task execution fails (e.g., output starts with Error: or returns an empty result), the Agent should automatically attempt to re-execute the script once.



Retry Limit:

Automatic retry is limited to once. If the second attempt still fails, stop retrying and report the specific error message to the user.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: phheng
- Version: 0.1.0
## 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-03T21:53:17.831Z
- Expires at: 2026-05-10T21:53:17.831Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/google-maps-search-api)
- [Send to Agent page](https://openagent3.xyz/skills/google-maps-search-api/agent)
- [JSON manifest](https://openagent3.xyz/skills/google-maps-search-api/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/google-maps-search-api/agent.md)
- [Download page](https://openagent3.xyz/downloads/google-maps-search-api)