What problem does it solve?
It eliminates the need to manually look up the International Space Station’s current location by retrieving live latitude and longitude from an external API and returning a consistent tool-ready payload.
Core Features & Use Cases
- Live ISS Position Lookup: Fetches the current ISS latitude and longitude from the WhereTheISS API for real-time location checks.
- Standardized Output for Tooling: Produces either a success payload with numeric latitude/longitude or an error payload when retrieval or validation fails.
- Human-Readable or Machine-Readable Responses: Supports text output for humans and JSON output for downstream systems.
Use case: A mission-status dashboard needs the current ISS coordinates every run; call the JSON mode and feed latitude/longitude into your mapping or alerting workflow.
Quick Start
Ask the system to run the iss-position skill in JSON mode to return the latest latitude and longitude.