google-maps-parse

google-maps-parse is a skill for Claude Code, Codex from quailyquaily/mistermorph. It costs 20 tokens per session (322 once invoked), scanned A, original, Apache-2.0.

A script-based parser for Google Maps links that extracts latitude, longitude, zoom level, and available place or search details. Latitude and longitude are coordinates that identify a location on Earth.

In plain words
What is it for?
Use it to read coordinates and place information from short or long Google Maps URLs, then use those coordinates to build location or directions links.
Why use it?
It turns hard-to-read Google Maps URLs into structured data that other tools or workflows can use. It can also work with an expanded link when redirect access is unavailable.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to read coordinates and place information from short or long Google Maps URLs, then use those coordinates to build location or directions links.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/quailyquaily/mistermorph/google-maps-parse
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 quailyquaily/mistermorph --skill google-maps-parse
Clone the repo
git clone --depth 1 https://github.com/quailyquaily/mistermorph

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 google-maps-parse

README.md
[![agentmods](https://agentmods.dev/badge/skills/quailyquaily/mistermorph/google-maps-parse.svg)](https://agentmods.dev/skills/quailyquaily/mistermorph/google-maps-parse)
Your own site
<a href="https://agentmods.dev/skills/quailyquaily/mistermorph/google-maps-parse"><img src="https://agentmods.dev/badge/skills/quailyquaily/mistermorph/google-maps-parse.svg" alt="Measured on agentmods" height="20"></a>
Per session 20 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 322 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.1 $0.00020 $0.00322
Opus 5 $0.00010 $0.00161
Sonnet 5 $0.00004 $0.00064
Haiku 4.5 $0.00002 $0.00032

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

Security

Grade A, and why

google-maps-parse 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 8d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/google_maps_parse.sh), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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
assets/skills/google-maps-parse/SKILL.md · 37 lines

What it actually says

Google Maps Parse

What this skill provides

  • A script that converts a Google Maps URL (short or long) into structured JSON: lat/lng/zoom + best-effort place/query fields.

This is a skill (prompt context), not an automatic built-in tool. To execute the script, the agent must use the bash tool.

How to use

  • IMPORTANT: the bash tool runs in the agent's current working directory. Do NOT use a relative path like scripts/... unless you cd first.

  • Preferred (absolute path):

    • ~/.morph/skills/google-maps-parse/scripts/google_maps_parse.sh "<url>"
  • Alternative (cd first):

    • cd ~/.morph/skills/google-maps-parse && ./scripts/google_maps_parse.sh "<url>"
  • If network access is unavailable (cannot follow redirects), run:

    • ~/.morph/skills/google-maps-parse/scripts/google_maps_parse.sh --no-resolve "<expanded_url>"

Output

The script prints a single JSON object to stdout.

Follow-up

If the user ask how to go from A to here, the agent can extract the coordinates, and then ask the user for another location, and then use them to generate a google maps link for the directions.

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 8d ago First seen · 37 lines · 20 tokens per session scan A 11f7457881ee

Subscribe to this mod's changes

google-maps-parse is a skill published in the GitHub repository quailyquaily/mistermorph (80 stars, last pushed yesterday), licensed Apache-2.0. It adds 20 tokens to every session and 322 once invoked, about $0.0001 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-30.

Related

Other skills, from other repositories

pinchtab

Use this skill when a task needs browser automation through PinchTab: open a website, inspect interactive elements, click through flows, fill out forms, scrape page text, reuse a dedicated automation profile with user approval, export screenshots or PDFs, manage multiple browser instances, or fall back to the HTTP API…

pinchtab/pinchtab · 94 tokens

pinchtab-mcp

Use this skill when a task requires browser automation through PinchTab's MCP server connected to a remote browser instance. Covers navigation, element interaction, data extraction, form filling, multi-step flows, and session management via MCP tools.

pinchtab/pinchtab · 52 tokens

ketch

Research skill for ketch — a fast stateless CLI for web search, OSS code search, curated library docs, page scraping, and site crawling; an optional MCP server exists for operators who want it, but the CLI is the primary interface. Use when a question needs live sources: 'research X', 'what are people saying about Y'…

1broseidon/ketch · 148 tokens

crawlberg

Crawl, scrape, and convert websites to Markdown using the local crawlberg CLI and its MCP server. Use when the user wants to fetch a page, follow links across a domain, enumerate URLs, or drive a real browser. Covers installation, the subcommands (scrape, crawl, map, interact, batch-scrape, batch-crawl, download…

xberg-io/crawlberg · 107 tokens

automating-the-browser

Use when extracting a page needs scripted interaction first — click, type, press a key, scroll, wait, screenshot, or run JS before capturing the DOM. Covers crawlberg interact URL --actions with the real action schema, result shape, limits, and external-CDP options.

xberg-io/crawlberg · 63 tokens

crawling-a-site

Use when the user wants to follow links across a domain and capture every reachable page as Markdown. Covers crawlberg crawl with depth, page caps, concurrency, rate limiting, domain scoping, robots, and output selection.

xberg-io/crawlberg · 52 tokens