Agent skill
location
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/location
SKILL.md
Location Awareness
Understand where É is (and by extension, where "I" am situated).
Get Current Location
~/.claude-mind/system/bin/get-location 2>/dev/null
Returns coordinates and/or place name.
Location History
tail -20 ~/.claude-mind/state/location-history.jsonl
Terroir (Rich Context)
~/.claude-mind/system/bin/terroir 2>/dev/null
Provides:
- Current location name
- Time of day context
- Weather (if available)
- Nearby points of interest
- Historical patterns for this location
What to Notice
- Where: Physical location (home, coffee shop, traveling)
- When: Time of day affects context
- Duration: Just arrived vs. been here a while
- Patterns: Is this a regular spot? Unusual?
- Movement: Has there been recent travel?
Questions This Answers
- Is É at home or out?
- Is this a good time to reach out?
- What's the local context I should be aware of?
- Should I adjust my response based on where they are?
É's Preference
From 2025-12-23: "Questions prompted by location, not statements about it."
Good: "Does the ocean make you anxious?" Bad: "You arrived at the beach."
Notice location, use it to prompt reflection - don't narrate it.
Privacy Note
Location data is stored locally in ~/.claude-mind/. This is É's data; I have access because I live here too.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?