location-skill

Retrieve real-time GPS location data from an Android device.

356|66|Updated Oct 13, 2025
One-click install
npx skills add https://github.com/trohitg/MachinaOS --skill location-skill
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: location-skill
Source: https://github.com/trohitg/MachinaOS/tree/main/server/skills/android_agent/location-skill
Command: npx skills add https://github.com/trohitg/MachinaOS --skill location-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Get GPS location from an Android device, including latitude, longitude, accuracy, speed, and provider information.

Core Features & Use Cases

  • Get current GPS coordinates and related data from the device.
  • Integrate with Zeenie's Location tool node for location tracking, geofencing, and navigation tasks.
  • Use cases include real-time tracking, distance calculations, and location-based reminders.

Quick Start

Connect the Location node to Zeenie's input-tools handle and request status to fetch the current GPS location.

Frequently Asked Questions about location-skill

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

FAQPage Schema
How do I get real-time GPS coordinates from an Android device?▼

Fetch real-time GPS coordinates from an Android device by connecting the Location node to the input-tools handle, which exposes latitude, longitude, altitude, accuracy, speed, bearing, and timestamp for downstream processing.

What location data can I retrieve from an Android GPS sensor?▼

Retrieving location data from an Android GPS sensor exposes latitude, longitude, altitude, accuracy, speed, bearing, provider, and timestamp via the Location tool node for geofencing, navigation, and movement monitoring.

Can I use Android geolocation data for geofencing and navigation tasks?▼

Android geolocation data supports geofencing and navigation tasks by exposing real-time GPS coordinates through the Location node, enabling movement monitoring, distance calculations, and location-based reminders.

Does this Android location tracking approach work without external dependencies?▼

This Android location tracking approach operates without external dependencies, using the device's built-in GPS sensor and the Location tool node to fetch real-time geolocation data including speed and bearing.

Why do I need GPS provider and accuracy information for movement monitoring?▼

GPS provider and accuracy information are needed for movement monitoring to validate real-time location data reliability, ensuring the coordinates meet precision requirements for accurate distance calculations and navigation tracking.