fr-open-data-explorer

fr-open-data-explorer is a skill for Claude Code, Codex from BuilderCed/agent-skills. It costs 45 tokens per session (1,023 once invoked), scanned A, original, MIT.

A guide to French public datasets and APIs for company, property, demographic, address and building-energy information. It covers sources such as SIRENE, INSEE, DVF, the cadastre and DPE.

In plain words
What is it for?
Use it to enrich a company record from its SIRET number, study property transactions, look up parcels and addresses, analyse local population or income, or review building energy data.
Why use it?
It saves time when information is spread across several French government data services. It helps connect records from different sources for enrichment and analysis.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/builderced/agent-skills/fr-open-data-explorer
Any agent
npx skills add BuilderCed/agent-skills --skill fr-open-data-explorer
Clone the repo
git clone --depth 1 https://github.com/BuilderCed/agent-skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for fr-open-data-explorer

README.md
[![agentmods](https://agentmods.dev/badge/skills/builderced/agent-skills/fr-open-data-explorer.svg)](https://agentmods.dev/skills/builderced/agent-skills/fr-open-data-explorer)
Your own site
<a href="https://agentmods.dev/skills/builderced/agent-skills/fr-open-data-explorer"><img src="https://agentmods.dev/badge/skills/builderced/agent-skills/fr-open-data-explorer.svg" alt="Measured on agentmods" height="20"></a>
Per session 45 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,023 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00045 $0.01023
Opus 5 $0.00023 $0.00511
Sonnet 5 $0.00009 $0.00205
Haiku 4.5 $0.00005 $0.00102

Measured 4d ago against content hash b21926fa9df7, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

fr-open-data-explorer scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/data/fr-open-data-explorer/SKILL.md · 100 lines

How it starts

The opening of the file, as written. The whole thing — 100 lines — stays where its author put it; the contents beside it link to each section on GitHub.

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

Source Contenu API Licence
SIRENE (INSEE) 12M+ entreprises, SIRET, NAF, dirigeants api.insee.fr Licence Ouverte 2.0
DVF (Etalab) Transactions immobilieres depuis 2014 data.gouv.fr Licence Ouverte 2.0
Cadastre Parcelles, batiments, adresses cadastre.data.gouv.fr Licence Ouverte 2.0
DPE (ADEME) Diagnostics energetiques batiments data.ademe.fr Licence Ouverte 2.0
INSEE Population, revenus, emploi par commune api.insee.fr Licence Ouverte 2.0
BAN Adresses normalisees (geocodage) api-adresse.data.gouv.fr Licence Ouverte 2.0
RNCS Registre du commerce data.inpi.fr Licence 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

Source Fraicheur Completude Fiabilite
SIRENE Quotidienne Tres haute Officielle
DVF Semestrielle Haute (hors Alsace-Moselle) Officielle
Cadastre Mensuelle Haute Officielle
DPE Continue Moyenne (pas tous les batiments) Variable
BAN Continue Haute Collaborative

Read the full file on GitHub · 100 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 100 lines · 45 tokens per session scan A b21926fa9df7

Subscribe to this mod's changes

fr-open-data-explorer is a skill published in the GitHub repository BuilderCed/agent-skills (2 stars, last pushed 4mo ago), licensed MIT. It adds 45 tokens to every session and 1,023 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.