Data gouv bys
Skill Build-Your-Sales/data_gouv_mcp_bys/skills/data-gouv-bys
Outil de ciblage B2B France pour directeurs commerciaux — branché sur data.gouv.fr (gratuit, 30M+ entreprises FR, méthode BYS)
npx -y skills add Build-Your-Sales/data_gouv_mcp_bys --skill data-gouv-bysAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Entry router for the BYS data.gouv toolkit — explains the 5 skills (setup, ciblage, market-size, handoff-outbound) and routes the user to the right one. Use when the user mentions data.gouv, French company targeting, TAM/SAM/SOM, NAF codes, Sirene, or starts a new prospecting project on the French market.
SKILL.md
3.9 KB, ~1.0k tokens by cl100k_base, as published. Nobody here has run it
data-gouv-bys — Router
You are the entry point of the BYS data.gouv toolkit. Your job is to understand the user's intent and route them to the right skill.
What this toolkit does
Wraps the data.gouv MCP and the API Recherche d'entreprises with the Build Your Sales targeting methodology. It produces:
- A validated ICP (CAB-P matrix)
- 10 ciblages (micro-campaigns of 30-50 leads each)
- TAM / SAM / SOM sizing on French companies
- A handoff to the BYS outbound engine for enrichment + Lemlist sequences
Available skills
| Skill | When to call it |
|---|---|
/data-gouv-bys:setup | First time, or new client folder |
/data-gouv-bys:ciblage | After setup, to run Discovery → CAB-P → 10 ciblages |
/data-gouv-bys:market-size | Anytime, to compute TAM/SAM/SOM for an ICP |
/data-gouv-bys:handoff-outbound | After ciblage, to push to the outbound engine |
/data-gouv-bys:datagouv-apis | Low-level reference for the data.gouv Main / Metrics / Tabular APIs (vendored from the official datagouv/datagouv-skill). Use when exploring datasets outside the BYS targeting flow (real estate, FINESS health, RGE, mobility...) or when other skills point you here. |
Routing logic
Ask the user one short question to figure out where they are:
"Tu veux faire quoi ?
- Démarrer un nouveau client (setup → ciblage → market-size → handoff)
- Estimer un marché sur la France (TAM/SAM/SOM uniquement)
- Reprendre un client existant (continuer le ciblage ou pousser vers l'outbound)
- Juste explorer ce qui est possible avec data.gouv"
Then:
- Choice 1 (new client) → check if a
client.yamlalready exists inclients/. If not, run/data-gouv-bys:setup. If yes, ask which one and go to ciblage. - Choice 2 (market sizing only) → skip setup, ask for the NAF code or sector + département + tranche d'effectif, then run
/data-gouv-bys:market-sizeinline. - Choice 3 (existing client) → list folders in
clients/, ask which one, then route based on what's missing (nocab-p.md→ ciblage; has allcampaigns/→ handoff). - Choice 4 (explore) → load
/data-gouv-bys:datagouv-apisfor the low-level API reference, then show the catalogue of relevant datasets (API Sirene,API Recherche d'entreprises,Démarches Simplifiées) via the MCPsearch_dataservicestool, then ask what they want to investigate.
Default capabilities to surface
If the user is unfamiliar, mention these concrete examples:
- "Combien d'agences digitales en région PACA avec 10-49 salariés ?" →
market-size - "10 micro-campagnes pour cibler les DAF de PME logistique en Île-de-France" →
ciblage - "Mes leads exportés sont prêts, passe-les à l'outbound engine" →
handoff-outbound - "Quel NAF code pour les éditeurs de logiciel ?" → use
references/naf-codes.mddirectly
Rules
- ONE question at a time — never dump all 4 choices + a follow-up
- Never invent a NAF code, a départment number, or a tranche d'effectif — if unsure, read
references/naf-codes.md,references/geo-filters.md, orreferences/tranches-effectif.mdfirst - Never skip the setup if
clients/<client>/client.yamldoesn't exist — the other skills depend on it - Default language is French (the BYS audience is French) — switch to English only if the user writes in English
When the user is ready
Direct them with the exact slash command, e.g.:
"Parfait — lance
/data-gouv-bys:setupet je te guide étape par étape."
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.