This skill is designed to help users automatically extract business data from Google Maps search results. The Agent should proactively apply this skill when...
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install google-maps-search-api-skill或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install google-maps-search-api-skill⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/google-maps-search-api-skill/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: google-maps-search-api-skill description: "This skill is designed to help users automatically extract business data from Google Maps search results. The Agent should proactively apply this skill when the user makes the following requests searching for coffee shops in a specific city, finding dentists or medical clinics nearby, tracking competitors' locations in a certain area, extracting business leads from Google Maps lists, gathering restaurant data for market research, finding hotels or accommodation options in a region, locating specific services like coworking spaces or gyms, monitoring new business openings in a neighborhood, collecting contact information and addresses for sales prospecting, analyzing price ranges and cuisines of local eateries, getting ratings and review counts for a list of businesses, exporting local business data into a CRM or database." metadata: {"clawdbot":{"emoji":"🌐","requires":{"bins":["python"],"env":["BROWSERACT_API_KEY"]}}} ---
This skill utilizes the BrowserAct Google Maps Search API template to provide a one-stop business data collection service. It extracts structured business results directly from Google Maps search lists. Simply provide search keywords, language, and country filters to get clean, usable business data.
Before running, check the BROWSERACT_API_KEY environment variable. If not set, do not take other measures; ask and wait for the user to provide it. Agent must inform the user: > "Since you haven't configured the BrowserAct API Key, please visit the BrowserAct Console to get your Key."
When calling the script, the Agent should flexibly configure the following parameters based on user needs:
- Type: string - Description: The content you want to search on Google Maps. Can be business names, categories, or specific keywords. - Example: coffee shop, dental clinic, coworking space
- Type: string - Description: Sets the UI language and the language of returned text fields. - Common Values: en, de, fr, it, es, ja, zh-CN, zh-TW - Default: en
- Type: string - Description: Sets the country or region bias for search results. - Example: us, gb, ca, au, de, fr, jp - Default: us
- Type: number - Description: The maximum number of places to extract from the search results list. - Default: 100
The Agent should execute the following independent script to achieve "one-line command result":
# Example call
python -u ./scripts/google_maps_search_api.py "search keywords" "language" "country" count
Since this task involves automated browser operations, it may take some time (several minutes). The script will continuously output status logs with timestamps (e.g., [14:30:05] Task Status: running). Agent Instructions:
After successful execution, the script parses and prints results directly from the API response. Fields include:
name: Business namefull address: Full addressrating: Star ratingreview count: Number of reviewsprice range: Price levelcuisine type: Business categoryamenity tags: Features like Wi-Fireview snippet: Short review textservice options: Service indicators (e.g., "Order online")If an error occurs during script execution (e.g., network fluctuations or task failure), the Agent should follow this logic:
- If the output contains "Invalid authorization", it means the API Key is invalid or expired. Do not retry; guide the user to re-check and provide the correct API Key. - If the output does not contain "Invalid authorization" but the task failed (e.g., output starts with Error: or returns empty results), the Agent should automatically try to re-execute the script once.
- Automatic retry is limited to one time. If the second attempt fails, stop retrying and report the specific error information to the user.
安装 Google Maps Search Api Skill 后,可以对 AI 说这些话来触发它
Help me get started with Google Maps Search Api Skill
Explains what Google Maps Search Api Skill does, walks through the setup, and runs a quick demo based on your current project
Use Google Maps Search Api Skill to this skill is designed to help users automatically extract business...
Invokes Google Maps Search Api Skill with the right parameters and returns the result directly in the conversation
What can I do with Google Maps Search Api Skill in my data & analytics workflow?
Lists the top use cases for Google Maps Search Api Skill, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/google-maps-search-api-skill/ 目录(个人级,所有项目可用),或 .claude/skills/google-maps-search-api-skill/(项目级)。重启 AI 客户端后,用 /google-maps-search-api-skill 主动调用,或让 AI 根据上下文自动发现并使用。
Google Maps Search Api Skill 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Google Maps Search Api Skill 可免费安装使用。请查阅仓库了解许可证信息。
This skill is designed to help users automatically extract business data from Google Maps search results. The Agent should proactively apply this skill when...
Automate my data & analytics tasks using Google Maps Search Api Skill
Identifies repetitive steps in your workflow and sets up Google Maps Search Api Skill to handle them automatically
Google Maps Search Api Skill 属于「Data & Analytics」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。