โ† All skills
Tencent SkillHub ยท Developer Tools

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).

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

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).

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, scripts/gmaps_leads_export.py

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

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

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.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
0.1.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 8 sections Open source page

Google Maps Lead Generation (MCP)

Use this skill to run repeatable lead-gen batches from Google Maps via MCP.

Preconditions

mcporter configured with server google-maps. Server key in env (GOOGLE_MAPS_API_KEY) must be server-compatible (no browser referrer restriction). For XLSX output, openpyxl available in venv.

Fast workflow

Build query set from geography + target verticals. Run maps_search_places for 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 message tool action=send + media path.

Query strategy

Use focused terms instead of broad generic terms. Good: "odoo partner <city> <country>", "erp integrator <city> <country>", "logistics company <city> <country>" Avoid huge overlapping lists in one run; do batches.

Required output columns (V2)

name address phone website email (empty if not discoverable) rating place_id google_maps_url (mobile-safe): https://www.google.com/maps/search/?api=1&query=<NAME>&query_place_id=<PLACE_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 message tool (media path). 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.

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
1 Docs1 Scripts
  • SKILL.md Primary doc
  • scripts/gmaps_leads_export.py Scripts