location

Read local location state and history from ~/.claude-mind.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/claudeaceae/samara-main --skill location-claudeaceae
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: location
Source: https://github.com/claudeaceae/samara-main/tree/main/.claude/skills/location
Command: npx skills add https://github.com/claudeaceae/samara-main --skill location-claudeaceae

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides real-time and historical location context to Claude, enabling more informed interactions based on where you are and your surroundings.

Core Features & Use Cases

  • Get Current Location: Retrieve coordinates or a place name to ground conversations in your actual position.
  • Location History: Access recent location logs to identify travel patterns or frequent contexts.
  • Terroir (Rich Context): Surface location name, time of day context, weather (where available), nearby points of interest, and historical patterns for the current location.
  • Use Case: Determine if you are at home or a cafe to tailor responses, reminders, or scheduling decisions based on your location.

Quick Start

  • Run the get-location command to fetch current coordinates or place name: ~/.claude-mind/system/bin/get-location 2>/dev/null
  • Inspect rich context with terroir: ~/.claude-mind/system/bin/terroir 2>/dev/null
  • Review location history: tail -20 ~/.claude-mind/state/location-history.jsonl

Frequently Asked Questions about location

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I get current location context for AI conversations without sending data to the cloud?

Location context is kept private on-device by reading local state from the ~/.claude-mind directory. It uses built-in tools to retrieve current coordinates or place names, ensuring your location data never leaves your machine.

Can I retrieve location history to identify travel patterns?

Yes, you can review location history by reading the JSONL logs stored in the ~/.claude-mind state directory. This allows you to access recent location logs and identify travel patterns or frequent contexts for analysis.

How do I surface nearby points of interest and weather alongside my current location?

Use the terroir command to surface rich location context including place name, time of day, weather, and nearby points of interest. It reads from local state to provide historical patterns for your current location.

What's the best way to tailor AI scheduling decisions based on where I am?

Retrieve your current location context to ground conversations in your actual position. By determining whether you are at home or a cafe, you can tailor AI responses, reminders, and scheduling decisions based on your surroundings.

Does this location context tool require any external dependencies or API keys?

No external dependencies are required. The tool operates entirely on-device using built-in tools and reads local state from the ~/.claude-mind directory, keeping location data private without needing external API keys.

How do I access coordinates or a place name to ground conversations in my actual position?

Run the get-location command from the local system bin directory to fetch current coordinates or a place name. This provides real-time location context to ground your AI conversations in your actual position.