Install
openclaw skills install google-maps-search-apiThis skill is designed to help users automatically extract business data from Google Maps search results. When a user asks to "find coffee shops in New York," "search for dental clinics," or "extract business leads from Google Maps," the agent should proactively apply this skill.
openclaw skills install google-maps-search-api✅ Works Powerfully & Reliably On All Major AI Assistants
| Platform | Status | How to Install |
|---|---|---|
| OpenCode | ✅ Fully Supported | Copy skill folder to ~/.opencode/skills/ |
| Claude Code | ✅ Fully Supported | Native skill support |
| Cursor | ✅ Fully Supported | Copy to ~/.cursor/skills/ |
| OpenClaw | ✅ Fully Supported | Compatible |
Why Choose BrowserAct Skills?
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.
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."
The Agent should flexibly configure the following parameters when calling the script based on user needs:
KeyWords (Search Keywords)
stringcoffee, bakery, coworking spacelanguage (UI Language)
stringen, de, fr, it, es, ja, zh-CN, zh-TWencountry (Country/Region Bias)
stringus, gb, ca, au, de, fr, es, it, jpusmax_dates (Maximum extraction limit)
number100The 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
After successful execution, the script will directly parse and print the results from the API response. Results include:
name: Business namefull address: Business addressrating: Average star ratingreview count: Number of reviewsprice range: Price levelcuisine type: Business categoryamenity tags: Features like Wi-Fi, outdoor seatingreview snippet: Highlighted short reviewservice options: Such as "Order online", "Dine-in"During script execution, if an error occurs (such as network fluctuations or task failure), the Agent should follow this logic:
Check output content:
"Invalid authorization", the API Key is invalid or expired. Do not retry; instead, guide the user to check and provide the correct API Key."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: