/install google-maps-leadgen-skill
Google Maps Lead Generation (MCP)
Use this skill to run repeatable lead-gen batches from Google Maps via MCP.
Preconditions
mcporterconfigured with servergoogle-maps.- Server key in env (
GOOGLE_MAPS_API_KEY) must be server-compatible (no browser referrer restriction). - For XLSX output,
openpyxlavailable in venv.
Fast workflow
- Build query set from geography + target verticals.
- Run
maps_search_placesfor each query. - Keep only in-target geography, dedupe by
place_id. - Enrich each place with
maps_place_details. - Export CSV or XLSX.
- If user asks for file in Telegram, send with
messagetoolaction=send+mediapath.
Query strategy
Use focused terms instead of broad generic terms.
- Good:
"odoo partner \x3Ccity> \x3Ccountry>","erp integrator \x3Ccity> \x3Ccountry>","logistics company \x3Ccity> \x3Ccountry>" - Avoid huge overlapping lists in one run; do batches.
Required output columns (V2)
nameaddressphonewebsiteemail(empty if not discoverable)ratingplace_idgoogle_maps_url(mobile-safe):https://www.google.com/maps/search/?api=1&query=\x3CNAME>&query_place_id=\x3CPLACE_ID>
Cost notes
- Search calls are usually main paid SKU driver.
- Place details add enrichment cost.
- Report rough run cost estimate and mention free-tier caveat.
Reliability guardrails
- Batch enrich in small chunks (10–50) to avoid long-running timeouts.
- Add retries for transient failures.
- Never commit API keys or sensitive exports.
Delivery rules
- If user asks for CSV/XLSX file in chat: send via
messagetool (mediapath). - If user asks specifically for XLSX formatting/edits, use xlsx workflow standards.
- Keep summary concise: count, coverage (
with_phone,with_website,with_email), file path/name.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install google-maps-leadgen-skill - 安装完成后,直接呼叫该 Skill 的名称或使用
/google-maps-leadgen-skill触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Google Maps Leadgen 是什么?
Generate B2B leads from Google Maps using a self-hosted MCP server (`google-maps`) and export to CSV or XLSX. Use when the user asks for lead generation by country/city/industry, wants phone/website/email enrichment, wants deduped lead lists, or asks to send lead files back in chat (especially Telegram file delivery). 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1335 次。
如何安装 Google Maps Leadgen?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install google-maps-leadgen-skill」即可一键安装,无需额外配置。
Google Maps Leadgen 是免费的吗?
是的,Google Maps Leadgen 完全免费(开源免费),可自由下载、安装和使用。
Google Maps Leadgen 支持哪些平台?
Google Maps Leadgen 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Google Maps Leadgen?
由 Realowg(@realowg)开发并维护,当前版本 v0.1.0。