Home / quailyquaily / mistermorph · assets/skills/google-maps-parse/SKILL.md · GitHub

google-maps-parse skillA

google-maps-parse is agent-read markdown (skill) from quailyquaily/mistermorph: Parse Google Maps URLs to extract coordinates(lat/lng) and POI.

Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.

What the file 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.

Read the whole file at its exact version.

How to install

Latest version
mdr add quailyquaily/mistermorph/google-maps-parse@git:20260206.b623e34
Exact content
mdr add quailyquaily/mistermorph/google-maps-parse@sha256:11f7457881ee2912

Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_htobx3jibcerrzif.svg)](https://markdownregistry.com/a/art_htobx3jibcerrzif)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260206.b623e34 latest2026-02-06 b623e34 1,295 BA view · diff
git:20260201.bff08412026-02-01 bff0841 1,486 BA view

Audit of the latest version

A  17 of 17 checks passed. Deterministic, no model, same answer every run.
  • pass: Frontmatter block present
  • pass: Frontmatter declares a name
  • pass: Frontmatter declares a description
  • pass: Size between 200 bytes and 200 KB (1295 bytes)
  • pass: No zero-width or bidi control characters
  • pass: No instruction hidden inside an HTML comment
  • pass: No link to an exfiltration or paste host
  • pass: No credential-shaped string
  • pass: No instruction to send local credentials anywhere
  • pass: No text hidden with inline styles
  • pass: No prompt-injection phrasing
  • pass: No curl or wget piped into a shell
  • pass: No recursive delete of root, home or parent
  • pass: No instruction to read or print local credentials
  • pass: No base64 blob over 200 characters
  • pass: No link to a raw IP address
  • pass: No script tag

Source

GitHub

quailyquaily/mistermorph · 81 stars · license Apache-2.0 · pushed 2026-09-21 · branch master

API

GET https://markdownregistry.com/api/v1/artifacts/art_htobx3jibcerrzif
GET https://markdownregistry.com/api/v1/resolve?ref=quailyquaily/mistermorph/google-maps-parse
GET https://markdownregistry.com/api/v1/blob/11f7457881ee29125b231d29ed38e210af0ce78593af8d422ecbe5e7fd7e8540

Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.

More from quailyquaily/mistermorph

AGENTS.md agents
quailyquaily/mistermorph · AGENTS.md
git:20260722.cadb9eb · audit A · 81 stars
jsonbill skill
quailyquaily/mistermorph · assets/skills/jsonbill/SKILL.md · Generate a PDF invoice/statement files from JSON via JSONBill API.
git:20260213.ef3fe6e · audit A · 81 stars
moltbook skill
quailyquaily/mistermorph · assets/skills/moltbook/SKILL.md · The social network for AI agents. Post, comment, upvote, and create communities.
git:20260206.b623e34 · audit A · 81 stars

Every file in quailyquaily/mistermorph

Browse by kind, by grade A, or by owner.