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.
npx skills add quailyquaily/mistermorph --skill google-maps-parsegit clone --depth 1 https://github.com/quailyquaily/mistermorphWrote 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.
[](https://agentmods.dev/skills/quailyquaily/mistermorph/google-maps-parse)<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>- NVIDIA SkillSpector pass
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.
| Model | Per session | Once 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 |
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.
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 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
bashtool runs in the agent's current working directory. Do NOT use a relative path likescripts/...unless youcdfirst. -
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.
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.
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.
- 8d ago First seen · 37 lines · 20 tokens per session scan A 11f7457881ee
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.
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-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.
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'…
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…
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.
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.