Agent skill

prospeccao-b2b-comercio-local

Prospeccao B2B de comercio local (Google Places + WhatsApp + registro).

Hermes-brasilgithub.com/Hermes-brasilGitHub ↗
claude-codeMIT
Install
npx skills add Hermes-brasil/hermes-brasil --skill prospeccao-b2b-comercio-local --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 4 KB
Bundled scripts: none
Path: skills/prospeccao-b2b-comercio-local/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 61

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Prospecção B2B — Comércio Local > Pipeline automatizado de prospecção B2B para comércio local. > Cobre coleta → qualificação → envio → registro → follow-up. > Nichos: clínicas, salões, pet shops, restaurantes, mercados, lojas, oficinas, franquias. ## Visão geral do fluxo ``` 1. COLETA: Google Places API → nomes, endereços, telefones, sites, avaliações 2. DEDUP: consultar banco ANTES de inserir (zero duplicatas) 3. FILTRO: manter só comércios com WhatsApp OU Instagram OU site 4. ENVIO: WhatsApp (Evolution API) com delay entre mensagens 5. REGISTRO: SQLite + planilha (Google Sheets) 6. RESUMO: relatório no Telegram ``` ## 1. Coleta — Google Places API (New) — RECOMENDADO Muito mais rápido e confiável que browser: ```bash curl -s "https://places.googleapis.com/v1/places:searchText?key={API_KEY}" \ -H "Content-Type: application/json" \ -H "X-Goog-FieldMask: places.displayName,places.formattedAddress,places.nationalPhoneNumber,places.rating,places.websiteUri" \ -d '{"textQuery":"auto pecas em Pirituba Sao Paulo","maxResultCount":10}' ``` **⚠️ Header OBRIGATÓRIO:** `X-Goog-FieldMask` — sem ele retorna erro 400. ### Setup (uma única vez) 1. `console.cloud.google.com` → ativar **Places A

What's inside
Steps it walks through
  1. Visão geral do fluxo
  2. 1. Coleta — Google Places API (New) — RECOMENDADO
  3. Setup (uma única vez)
  4. 2. Dedup — Consultar banco ANTES de adicionar
  5. 3. Filtro — WhatsApp OU Instagram OU Site
  6. 4. Envio via WhatsApp (Evolution API)
  7. 5. Registro no SQLite
  8. 6. Abordagem de porta (presencial — alto diferencial)
  9. Pitfalls
  10. Quando usar
Commands it runs
curl -s "https://places.googleapis.com/v1/places:searchText?key={API_KEY}" \
More from hermes-brasil
All skills →
About this skill
What does the prospeccao-b2b-comercio-local skill do?

Prospeccao B2B de comercio local (Google Places + WhatsApp + registro).

How do I install it?

Run `npx skills add Hermes-brasil/hermes-brasil --skill prospeccao-b2b-comercio-local --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From Hermes-brasil/hermes-brasil, a repository with 61 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going