agentsclimarketplace

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)

Install
npx -y skills add Build-Your-Sales/data_gouv_mcp_bys --skill data-gouv-bys

Assembled 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

SkillWhen to call it
/data-gouv-bys:setupFirst time, or new client folder
/data-gouv-bys:ciblageAfter setup, to run Discovery → CAB-P → 10 ciblages
/data-gouv-bys:market-sizeAnytime, to compute TAM/SAM/SOM for an ICP
/data-gouv-bys:handoff-outboundAfter ciblage, to push to the outbound engine
/data-gouv-bys:datagouv-apisLow-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 ?

  1. Démarrer un nouveau client (setup → ciblage → market-size → handoff)
  2. Estimer un marché sur la France (TAM/SAM/SOM uniquement)
  3. Reprendre un client existant (continuer le ciblage ou pousser vers l'outbound)
  4. Juste explorer ce qui est possible avec data.gouv"

Then:

  • Choice 1 (new client) → check if a client.yaml already exists in clients/. 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-size inline.
  • Choice 3 (existing client) → list folders in clients/, ask which one, then route based on what's missing (no cab-p.md → ciblage; has all campaigns/ → handoff).
  • Choice 4 (explore) → load /data-gouv-bys:datagouv-apis for the low-level API reference, then show the catalogue of relevant datasets (API Sirene, API Recherche d'entreprises, Démarches Simplifiées) via the MCP search_dataservices tool, 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.md directly

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, or references/tranches-effectif.md first
  • Never skip the setup if clients/<client>/client.yaml doesn'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:setup et je te guide étape par étape."

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.