geo-data-placefinder-skill

geo-data-placefinder-skill is a skill for Claude Code, Codex from fouomene/geodataplacefinder. It costs 133 tokens per session (1,749 once invoked), scanned A, original, GPL-3.0.

A geographic search helper that answers questions about places by querying the geodataplacefinder.org API, which uses Overture Maps data. It can work with place names, addresses, categories, and location coordinates.

In plain words
What is it for?
Use it to find a place, search for places by name, address, or category, or obtain a place's geographic coordinates.
Why use it?
It avoids manually searching maps or looking up coordinates when a user needs to identify or locate a place. It gives the coding agent a defined way to answer location questions.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing.

Good fit Use it to find a place, search for places by name, address, or category, or obtain a place's geographic coordinates.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/fouomene/geodataplacefinder/geo-data-placefinder-skill
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.

Any agent
npx skills add fouomene/geodataplacefinder --skill geo-data-placefinder-skill
Clone the repo
git clone --depth 1 https://github.com/fouomene/geodataplacefinder

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 geo-data-placefinder-skill

README.md
[![agentmods](https://agentmods.dev/badge/skills/fouomene/geodataplacefinder/geo-data-placefinder-skill/github.svg)](https://agentmods.dev/skills/fouomene/geodataplacefinder/geo-data-placefinder-skill)
Your own site
<a href="https://agentmods.dev/skills/fouomene/geodataplacefinder/geo-data-placefinder-skill"><img src="https://agentmods.dev/badge/skills/fouomene/geodataplacefinder/geo-data-placefinder-skill/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for geo-data-placefinder-skill

Your own site · 80×15
<a href="https://agentmods.dev/skills/fouomene/geodataplacefinder/geo-data-placefinder-skill"><img src="https://agentmods.dev/badge/skills/fouomene/geodataplacefinder/geo-data-placefinder-skill.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 133 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,749 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown 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.1 $0.00133 $0.01749
Opus 5 $0.00067 $0.00874
Sonnet 5 $0.00027 $0.00350
Haiku 4.5 $0.00013 $0.00175

Measured 11d ago against content hash 9d97fdf5234f, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

geo-data-placefinder-skill scanned grade A with 1 finding 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 11d 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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

curl "https://geodataplacefinder.org/api/search?q=Hilton+Hotel+Paris&limit=5"
skills/geo-data-placefinder-skill/SKILL.md · 201 lines

The source is not reproduced here

Licensed GPL-3.0

The repository is licensed GPL-3.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

Read it on GitHub

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. 11d ago First seen · 201 lines · 133 tokens per session scan A 9d97fdf5234f

Subscribe to this mod's changes

geo-data-placefinder-skill is a skill published in the GitHub repository fouomene/geodataplacefinder (0 stars, last pushed 3mo ago), licensed GPL-3.0. It adds 133 tokens to every session and 1,749 once invoked, about $0.0007 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

geotessera

Read Tessera satellite embeddings with the geotessera Python library. Use when sampling, mapping, or classifying with Tessera embeddings — reading points, regions, or patches from the zarr store, selecting dataset versions, or building land-cover and detection workflows on the embeddings.

ucam-eo/geotessera · 61 tokens

ultraprospect

Build a sourced, territory-wide company prospect list with registry checks, qualification, and citation-aware exports.

maxgfr/ultraprospect · 25 tokens

codeql

Scans a codebase for security vulnerabilities using CodeQL's interprocedural data flow and taint tracking analysis. Triggers on "run codeql", "codeql scan", "codeql analysis", "build codeql database", or "find vulnerabilities with codeql". Supports "run all" (security-and-quality + security-experimental suites) and…

FlorianBruniaux/starmapper · 102 tokens

sarif-parsing

Parses and processes SARIF files from static analysis tools like CodeQL, Semgrep, or other scanners. Triggers on "parse sarif", "read scan results", "aggregate findings", "deduplicate alerts", or "process sarif output". Handles filtering, deduplication, format conversion, and CI/CD integration of SARIF data. Does NOT…

FlorianBruniaux/starmapper · 91 tokens

audit-context-building

Enables ultra-granular, line-by-line code analysis to build deep architectural context before vulnerability or bug finding.

FlorianBruniaux/starmapper · 27 tokens

sharp-edges

Identifies error-prone APIs, dangerous configurations, and footgun designs that enable security mistakes. Use when reviewing API designs, configuration schemas, cryptographic library ergonomics, or evaluating whether code follows 'secure by default' and 'pit of success' principles. Triggers: footgun, misuse-resistant…

FlorianBruniaux/starmapper · 74 tokens