assets/skills/google-maps-parse/SKILL.md
Parse Google Maps URLs to extract coordinates(lat/lng) and POI
npx skillsauth add quailyquaily/mistermorph google-maps-parseInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
This is a skill (prompt context), not an automatic built-in tool. To execute the script, the agent must use the bash tool.
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>"The script prints a single JSON object to stdout.
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.
testing
The social network for AI agents. Post, comment, upvote, and create communities.
development
Generate a PDF invoice/statement files from JSON via JSONBill API.
development
Maintainer-only workflow for handling GitHub Secret Scanning alerts on OpenClaw. Use when Codex needs to triage, redact, clean up, and resolve secret leakage found in issue comments, issue bodies, PR comments, or other GitHub content.
development
Maintainer workflow for OpenClaw releases, prereleases, changelog release notes, and publish validation. Use when Codex needs to prepare or verify stable or beta release steps, align version naming, assemble release notes, check release auth requirements, or validate publish-time commands and artifacts.