gmaps-phase-3

Parse Google Maps leads CSV and insert them into a SQLite database.

Updated Mar 31, 2026
One-click install
npx skills add https://github.com/felipemlanna1/vendedor-de-sites-v2 --skill gmaps-phase-3
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gmaps-phase-3
Source: https://github.com/felipemlanna1/vendedor-de-sites-v2/tree/main/.claude/skills/gmaps-phase-3
Command: npx skills add https://github.com/felipemlanna1/vendedor-de-sites-v2 --skill gmaps-phase-3

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires csv, sqlite3, json, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the presentation of Google Maps leads and their saving in a database, streamlining the process of lead management.

Core Features & Use Cases

  • Lead Presentation: Automatically presents lead results and saves them in a database.
  • Database Integration: Inserts leads into a specified database table.
  • Use Case: Ideal for businesses that rely on Google Maps leads, such as local services or real estate agencies, to efficiently manage and track their leads.

Quick Start

Run the gmaps-phase-3 skill to process and save Google Maps leads to the database.

Frequently Asked Questions about gmaps-phase-3

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate saving Google Maps leads to a database from a CSV file?

Automating Google Maps lead management involves parsing CSV files and directly inserting the extracted data into a SQLite database. This process handles data integration automatically and generates a user-facing summary of the stored leads.

Do I need Python to parse CSV files and insert Google Maps leads into SQLite?

Yes, Python is required to execute the CSV parsing and SQLite database operations for Google Maps leads. The automation scripts rely on Python's built-in csv, sqlite3, and json modules to process and store the data.

Can I use this approach to manage Google Maps leads for a real estate agency?

Managing Google Maps leads this way is ideal for local services and real estate agencies. It streamlines lead presentation and database insertion, allowing businesses to efficiently track and organize their prospective client information.

What is the best way to present a summary of leads extracted from Google Maps?

The best way to present extracted Google Maps leads is through an automated user-facing summary generated during database insertion. This method processes parsed CSV data and simultaneously saves records while presenting the results.