explaingit

gmapsscraper/google-maps-agent-skills

15Audience · pm founderComplexity · 2/5Setup · easy

TLDR

Eight installable skills for AI coding assistants like Claude Code and OpenClaw that add Google Maps lead generation, letting the agent find businesses by location, extract emails, and export results to CRM tools like HubSpot or Pipedrive.

Mindmap

mindmap
  root((google-maps-agent-skills))
    What It Does
      AI agent lead generation
      Google Maps scraping
    Paid Skills
      Business listing scrape
      Email extraction
      Scored lead generation
      CRM export
    Free Skills
      Cold email writing
      Competitor analysis
      Review scoring
    Installation
      ClawHub installer
      Manual folder copy
    Audience
      Sales teams
      Founders
Click or tap to explore — scroll the page freely

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

Things people build with this

USE CASE 1

Ask your AI coding assistant to find all dentists in a city with email addresses and export the list to a CSV file.

USE CASE 2

Generate a scored lead list of businesses by category and location without leaving your code editor.

USE CASE 3

Write personalized cold emails for an existing CSV of leads using the free offline skill.

Getting it running

Difficulty · easy Time to first run · 30min

Five of the eight skills require a paid gmapsscraper.io API key, 2 credits per search, 10 free credits on signup.

No license specified in the repository.

In plain English

This repository is a collection of add-on skills for Claude Code and OpenClaw, two AI coding assistant tools that support an installable skill format. Each skill in this collection adds a specific Google Maps lead generation capability to the AI agent. Once a skill is installed, the agent understands how to fulfill requests like "find all dentists in Chicago with their emails" by calling an external API. There are eight skills in total. Five of them require an API key and credits: scraping business listings from Google Maps, generating scored leads, finding businesses by category and location, extracting business email addresses, and exporting results to CSV, JSON, HubSpot, or Pipedrive. The other three skills are free and work locally on data you already have: writing personalized cold emails from a CSV file, analyzing competitor data, and scoring reviews. The paid skills connect to the gmapsscraper.io API, which is a third-party service run by the same account that published this repository. Each search costs 2 credits. New accounts get 10 free credits on signup, which covers 5 searches. Paid plans start at $29 per month. The skills are designed to ask for confirmation before spending credits. The free skills do not require any API key and run entirely on data you provide. They handle the outreach and analysis steps that come after you have already gathered the raw business data. Installation can be done through a tool called ClawHub, through a separate npx command for skills, or by copying the skill folder manually into the Claude configuration directory. The repository includes README translations in eight languages.

Copy-paste prompts

Prompt 1
I want to use google-maps-agent-skills to find all pizza restaurants in Seattle with contact info. Walk me through installing the skill in Claude Code and running the first search.
Prompt 2
How many credits does a single gmapsscraper search cost and what do the 10 free credits on a new account cover? What is the cheapest paid plan?
Prompt 3
I only want to use the three free offline skills in google-maps-agent-skills. Which ones are they and what input data do each of them need?
Open on GitHub → Explain another repo

← gmapsscraper on gitmyhub — every repo by this author, as a profile.

Verify against the repo before relying on details.