ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified utilities Safety 3/5

location-awareness

Location awareness via privacy-friendly GPS tracking (Home Assistant, OwnTracks, GPS Logger). Set location-based reminders and ask about movement history, travel time, and nearby POIs.

Why use this skill?

Track your location, manage geofence reminders, calculate travel times, and analyze movement history with the OpenClaw location-awareness skill.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/hegghammer/location-awareness
Or

What This Skill Does

The location-awareness skill transforms your OpenClaw agent into a personal geolocation assistant. By integrating with privacy-conscious services like Home Assistant, OwnTracks, or GPS Logger, it provides real-time updates on your current status, travel logistics, and place-based automation. The core functionality is centralized within the scripts/location.sh utility, ensuring that all interactions remain secure, consistent, and predictable.

Installation

To integrate this skill, ensure your environment supports the required scripts, then execute the following command in your terminal:

clawhub install openclaw/skills/skills/hegghammer/location-awareness

Use Cases

This skill is designed for users who want to optimize their daily routine through geofencing and historical analysis. Common use cases include:

  • Commute Optimization: Quickly calculate travel times to work or home using bike, car, or walking modes.
  • Automation Management: Set location-based reminders (e.g., "Remind me to buy milk when I reach the grocery store") or manage complex geofence triggers.
  • Life Logging: Track your movement history to answer questions like "Where have I been today?" or "How long was I at the office this week?"
  • POI Exploration: Discover nearby services such as cafes or pubs, filtered by proximity or category.

Example Prompts

  1. "How long will it take me to walk home right now?"
  2. "Remind me to call the insurance provider when I get to the office."
  3. "Find me a cafe within 500 meters that is open."

Tips & Limitations

  • Response Style: The agent is configured to be terse. Avoid conversational filler; the agent provides data directly as requested.
  • Command Integrity: All location functions must be routed through scripts/location.sh. Subcommands such as eta or history will not execute if called directly.
  • Privacy: Since this skill handles sensitive location data, ensure your GPS sources (Home Assistant or OwnTracks) are configured with appropriate privacy settings. The skill does not transmit your data to third-party servers; all processing is handled locally via the provided shell scripts.

Metadata

Stars2387
Views1
Updated2026-03-09
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-hegghammer-location-awareness": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#geolocation#tracking#navigation#productivity#automation
Safety Score: 3/5

Flags: file-read, file-write, code-execution, data-collection