Dining Places Skill
Description
Agent Skill that turns your Google Maps saved places into a personal dining knowledge base and gives taste-matched eating-out advice.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
dining-places-skill
An [Agent Skill](https://platform.claude.com/docs/en/agents-and-tools/agent-skills/overview) that turns your **Google Maps saved places** into a personal dining knowledge base, then gives eating-out advice that:
- surfaces places you already saved (⭐ Saved),
- infers your taste from the saved set, and
- widens the search with fresh, taste-matched suggestions (✨ New),
…then plots everything on a **map**, summarises it in a **comparison table**, and gives a **booking link** per place.
It works at home and while travelling, with any coding agent — Claude Code, Codex, Cursor, Gemini CLI, Kimi, GLM-based agents, or pi. See [`AGENTS.md`](AGENTS.md).
Why Takeout?
Google has no API for personal saved places. The only export route is [Google Takeout](https://takeout.google.com/). An export contains **two** different structures:
| Source | What it is |
|---|---|
Maps (your places)/Saved Places.json |
Individually saved / starred places |
Saved/.csv (one per List) |
Lists — Favourites, Want to go, To visit, custom |
Both are parsed and merged. Note the consequence: a *location* search only works on rows that have coordinates, so List-only places must be enriched (via a Places lookup) before they can be filtered by neighbourhood. See `SKILL.md`.
Prepare your data (do this first)
A Takeout export can take a while to generate, so kick it off before you install the skill.
- In Takeout, deselect everything, then tick
both
Maps (your places)andSaved— you need both:Maps (your places)holds your starred places (with coordinates),Savedholds your Lists (Want to go, To visit, Favourites, custom). Miss one and you lose either the coordinates or the Lists. Set delivery to Add to Drive (optionally schedule a recurring export every ~2 months). - Enable the Google Drive connector in your agent so it can read the export
from
My Drive/Takeout
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11