valeria-car

Fetch Valeria's car location and status from the Tractive public share API.

Updated Apr 8, 2026
One-click install
npx skills add https://github.com/gevrey/openclaw_backup --skill valeria-car
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: valeria-car
Source: https://github.com/gevrey/openclaw_backup/tree/main/skills/valeria-car
Command: npx skills add https://github.com/gevrey/openclaw_backup --skill valeria-car

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Valeria's car location and status can be uncertain; this skill queries a public Tractive share API and returns a concise, human-readable update.

Core Features & Use Cases

  • Fetches the latest position and status from the Tractive public share API.
  • Returns a clear, human-friendly summary with optional reverse geocoding and a Google Maps link.
  • Use case: when asked "Where is Valeria's car?" or "Is the car moving now?" to get a quick answer.

Quick Start

Run the script at /Users/cri/clawd/skills/valeria-car/scripts/valeria_car_status.py to fetch the latest car status.

Frequently Asked Questions about valeria-car

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

FAQPage Schema
How do I track a car's location using a public GPS tracking API?

You can track a car's location by querying a public GPS tracking API to fetch the latest position and status, returning a human-readable update with optional reverse geocoding and a Google Maps link.

What's the best way to check if a tracked vehicle is currently moving?

To check if a tracked vehicle is moving, query the tracking API for the latest position and status, which returns whether the car is moving along with its current location coordinates and timezone data.

Can I get a Google Maps link from raw GPS coordinates returned by a tracking API?

Yes, raw GPS coordinates returned by a tracking API can be processed to generate a Google Maps link for the exact location, alongside optional reverse geocoding to provide a human-readable address.

Does the Tractive public share API support reverse geocoding for location tracking?

The Tractive public share API provides raw position coordinates, and reverse geocoding can be optionally applied to convert those coordinates into a human-readable location summary with a Google Maps link.

How do I handle timezone conversion when fetching car tracking data from a public API?

Car tracking data fetched from a public API includes timezone handling to ensure the position and status timestamps are displayed in the correct local time within the human-readable update.

What are the limitations of using a public share API for car tracking instead of a private API?

A public share API for car tracking only provides access to shared location data without authentication, limiting output to basic position, status, and coordinates without advanced fleet management or historical tracking features.