toshtosh2024

Gmaps List To Geoguessr JSON — Development skill for Claude Code

Development community

Claude Code skill: Google Maps saved list -> GeoGuessr location JSON (map-generator / map-making.app).

How to install Gmaps List To Geoguessr JSON

This entry records only its repository, not the path inside it, so there is no exact command to give. Open toshtosh2024/gmaps-list-to-geoguessr-json and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Gmaps List To Geoguessr JSON does

Claude Code skill: Google Maps saved list -> GeoGuessr location JSON (map-generator / map-making.app).

Alternatives in Development

  • Contributors — Thank you to everyone who has contributed to making planning-with-files better 16.8k ★
  • Stakeholder Map — Build stakeholder maps with power/interest grid and comms plan 7.8k ★
  • Skill Decision Support — Present options with trade-offs for informed decision-making — use when choosing between approaches 2.8k ★

README

gmaps-list-to-geoguessr-json

Claude Code スキル。Googleマップの保存リスト(共有リンク)から、各ピンの最寄りストリートビューを1つずつ取得し、 [map-generator](https://map-g3nerator.vercel.app/) / [map-making.app](https://map-making.app/) で読み込める `{"customCoordinates":[...]}` 形式の JSON を作ります。

インストール

git clone https://github.com/toshtosh2024/gmaps-list-to-geoguessr-json ~/.claude/skills/gmaps-list-to-geoguessr-json

スクリプト単体で使う

python3 scripts/list_to_json.py "https://maps.app.goo.gl/xxxx" -o locations.json [--include-unofficial] [--radii 50,200,1000]

詳細は [SKILL.md](SKILL.md) を参照。