Geolocate Me Skill banner
linville-charlie linville-charlie

Geolocate Me Skill

Development community

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/to parameters.
  • 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

  1. The Geolocate Me app installed on your phone: iOS · Android
  2. A Device ID + Bot Token from the app (Settings → Copy All Credentials)
  3. 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/