Geolocate Me Skill
Description
Cross-platform agent skill for the Geolocate Me MCP server — teaches Claude, Cursor, Hermes, Goose, and any agentskills.io-compatible agent to answer location-aware questions using the user's phone GPS.
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
Geolocate Me Skill
A cross-platform agent skill for the [Geolocate Me](https://geolocateme.app) MCP server. Teaches your agent to answer location-aware questions — *"where am I?"*, *"where did I park?"*, *"how long was I at the office?"* — by calling the right tools and responding with human-readable places instead of raw coordinates.
Compatible with any host that implements the [agentskills.io](https://agentskills.io) open standard: Claude, Claude Code, Cursor, Goose, Hermes Agent, OpenHands, Letta, nanobot, and more.
What it does
- Recognizes trigger phrases ("where am I", "where did I park", "reconstruct my day") and picks the right tool.
- Translates natural language time ranges ("yesterday at 3pm", "last week") into
from/toparameters. - Summarizes location history into human-readable segments (home → commute → office → home) rather than ping-by-ping dumps.
- Infers home / office, detects anomalies, estimates commute times — see
references/recipes.md.
Prerequisites
- The Geolocate Me app installed on your phone: iOS · Android
- A Device ID + Bot Token from the app (Settings → Copy All Credentials)
- A compatible MCP client configured with the Geolocate Me server — see
references/setup.md
Install
Recommended — via the `skills` CLI
One command, works across every agent skills host:
npx skills add linville-charlie/geolocate-me-skill
The CLI auto-detects which of your installed agents (Claude Code, Cursor, Goose, Codex, Hermes Agent, and 40+ others) should receive the skill, copies it into the right directory, and you're done. Pass `-g` for user-level install, or `-a claude-code` to target a specific agent. See [skills.sh](https://skills.sh) and [github.com/vercel-labs/skills](https://github.com/vercel-labs/skills) for more options.
Manual install
Drop the `geolocate-me/
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