agentsclimarketplace

Fr open data explorer

Skill BuilderCed/agent-skills/skills/data/fr-open-data-explorer

31 cross-platform AI agent skills for regulated industries & underserved markets. EU compliance (AI Act, NIS2, DORA, GDPR), French professional (accounting, tax, notary, real estate), security audit, agent evaluation, Africa mobile money, offline-first.

Install
npx -y skills add BuilderCed/agent-skills --skill fr-open-data-explorer

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 2 stars2 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

Exploit French open data sources (SIRENE, INSEE, DVF, cadastre, DPE) for enrichment, analysis, and cross-referencing via data.gouv.fr APIs.

The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.

SKILL.md

3.4 KB, as published. Nobody here has run it

French Open Data Explorer

Quand Utiliser

  • Enrichir des donnees entreprise avec SIRENE
  • Analyser le marche immobilier avec DVF
  • Obtenir des donnees demographiques INSEE
  • Verifier des informations cadastrales
  • Analyser la performance energetique (DPE)

Sources Principales

SourceContenuAPILicence
SIRENE (INSEE)12M+ entreprises, SIRET, NAF, dirigeantsapi.insee.frLicence Ouverte 2.0
DVF (Etalab)Transactions immobilieres depuis 2014data.gouv.frLicence Ouverte 2.0
CadastreParcelles, batiments, adressescadastre.data.gouv.frLicence Ouverte 2.0
DPE (ADEME)Diagnostics energetiques batimentsdata.ademe.frLicence Ouverte 2.0
INSEEPopulation, revenus, emploi par communeapi.insee.frLicence Ouverte 2.0
BANAdresses normalisees (geocodage)api-adresse.data.gouv.frLicence Ouverte 2.0
RNCSRegistre du commercedata.inpi.frLicence Ouverte 2.0

Cas d'Usage

1. Enrichissement Entreprise

Objectif : a partir d'un SIRET, obtenir raison sociale, adresse, code NAF, effectif.

API: GET https://api.insee.fr/entreprises/sirene/V3.11/siret/{SIRET}
Auth: Bearer token (inscription gratuite api.insee.fr)

2. Analyse Immobiliere

Objectif : prix au m2 par commune, evolution, comparaison.

Dataset: "demandes-de-valeurs-foncieres" sur data.gouv.fr
Filtres: code_commune, type_local, date_mutation
Calcul: prix/surface = prix_m2

3. Diagnostic Energetique

Objectif : DPE d'un batiment, classe energetique, recommandations.

API: data.ademe.fr/datasets/dpe-v2
Filtres: code_postal, adresse, numero_dpe

4. Geocodage

Objectif : convertir adresse en coordonnees GPS.

API: GET https://api-adresse.data.gouv.fr/search/?q={adresse}
Retour: latitude, longitude, score de confiance

Qualite des Donnees

SourceFraicheurCompletudeFiabilite
SIRENEQuotidienneTres hauteOfficielle
DVFSemestrielleHaute (hors Alsace-Moselle)Officielle
CadastreMensuelleHauteOfficielle
DPEContinueMoyenne (pas tous les batiments)Variable
BANContinueHauteCollaborative

Limitations

  • DVF : Alsace-Moselle exclue (droit local)
  • DPE : ne couvre pas tous les batiments (seulement ventes/locations recentes)
  • SIRENE : dirigeants personnes physiques partiellement masques (RGPD)
  • Rate limits : varie par API (INSEE = 30 req/min gratuit)

Ce Que Ce Skill Ne Fait PAS

  • Ne stocke pas les donnees (interroge les APIs en temps reel)
  • Ne nettoie pas les datasets bruts (guide le processus)
  • Ne garantit pas la fraicheur (depend de la source officielle)
  • Ne croise pas automatiquement les sources (guide le croisement)

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.