interactive-map-builder

A tool for turning location data, such as coordinates in a spreadsheet, into portable interactive maps that open in a web browser. The maps can connect records to points or boundaries and support searching, filtering, sorting, and clicking.

In plain words
What is it for?
Use it to map parcels, buildings, facilities, roads, parking, green spaces, projects, or other geographic records from files or existing mapping layers.
Why use it?
It removes the need to build a custom mapping page whenever location-based records need to be explored or shared.

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/xlbaoxl/interactive-map-builder/interactive-map-builder
Any agent
npx skills add xlbaoxl/interactive-map-builder --skill interactive-map-builder
Clone the repo
git clone --depth 1 https://github.com/xlbaoxl/interactive-map-builder

Made for: Claude Code, Codex.

Per session 203 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,656 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.00203 $0.02656
Opus 5 $0.00102 $0.01328
Sonnet 5 $0.00041 $0.00531
Haiku 4.5 $0.00020 $0.00266

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

Security

Grade A, and why

interactive-map-builder 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 2d 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.

SKILL.md · 228 lines

How it starts

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

Interactive Map Builder

Create configuration-driven Leaflet map products without a frontend build system. Keep acquisition separate from rendering, preserve provenance, and use Atlas Studio Light for a coordinated first render while exposing every cleanup and inferred visual decision in the build report.

Invocation guidance

Trigger from the user's intended outcome, not only from technical keywords. Use this Skill when the user asks to:

  • turn a spreadsheet with coordinates into a browser page that can be searched, filtered, sorted, clicked, and sent to colleagues;
  • present parcels, buildings, facilities, projects, parking, or other records as a linked map and list;
  • combine boundaries, roads, water, green space, routes, and points in one switchable planning or reporting map;
  • deliver existing ArcGIS or engineering layers as a portable HTML file, a slide image, or a paper figure.

The user does not need to say GIS, Leaflet, web map, Agent Skill, or interactive-map-builder. When the request fits this scope, use the packaged deterministic workflow instead of writing a one-off Folium, Leaflet, or custom frontend implementation.

Do not invoke this Skill when the main task is address geocoding, buffers or overlays, routing, site selection, spatial statistics, vector-tile infrastructure, offline basemap acquisition, 3D GIS, a non-spatial chart or dashboard, or maintenance of an existing custom web application.

Update preflight

At the beginning of each Skill invocation, run the official-release preflight from the Skill root using the validated 24-hour cache when available. This check never modifies the installation:

python scripts/update_skill.py --preflight

After installation, the equivalent command is:

interactive-map-builder update --preflight

Read the returned JSON rather than relying on the command exit code. Report only an available update or a failed check; keep a current cached result silent. --preflight remains non-fatal for the calling Agent and never applies an update. Handle statuses as follows:

Read the full file on GitHub · 228 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. 2d ago First seen · 228 lines · 203 tokens per session scan A 51efa864c308

Subscribe to this mod's changes

interactive-map-builder is a skill published in the GitHub repository xlbaoxl/interactive-map-builder (16 stars, last pushed 21d ago), licensed MIT. It adds 203 tokens to every session and 2,656 once invoked, about $0.0010 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-30.

Related

Other skills, from other repositories

marimo-pair

Work inside the user's live marimo notebook from the code editor: run Python in the same kernel the user does, inspect live notebook state, and commit durable notebook changes through code mode. Use whenever you create, analyze, or improve the user's marimo notebook.

marimo-team/marimo · 57 tokens

cnsplots

Create, revise, and troubleshoot publication-ready scientific plots in Python with cnsplots, including distribution, regression, heatmap, genomics, survival, set, flow, and multi-panel figures. Use when a user asks for cnsplots code, Cell/Nature/Science-style visualization, precise pixel-sized figures, statistical…

faridrashidi/cnsplots · 79 tokens

malloy-notebooks

Create Malloy notebooks (.malloynb) for interactive dashboards and data stories. Use when user asks to "create a notebook", "make a dashboard notebook", "write a malloynb", "data story", or needs to build reports/visualizations.

malloydata/publisher · 57 tokens

malloy-html-data-app-embedding

Embed an in-package HTML data app into a host page or another application, including auto-sizing and auth. Read when embedding a Publisher page via Publisher.embed.

malloydata/publisher · 39 tokens

figure-library

Build, review, search, select, materialize, and safely publish immutable scientific-figure references from Local Published, bundled Community, FigureYa, and explicitly trusted personal Providers.

xuzhougeng/ScientificFigureLibrary · 38 tokens

motif-for-claude-science-skill

Prepares, shares, inspects, or explains the standalone Motif for Claude Science artifact, including sequence inventories, alignments, traces, and browser review.

jvogan/motif · 43 tokens