ISS Position
SkillDev toolsFetch the current ISS latitude and longitude from the WhereTheISS API and return standardized payloads.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the ISS Position skill
What this skill tells your AI
The instructions your AI receives, as published by hybridaione/hybridclaw in skills/iss-position/SKILL.md and read by ahel’s review.
Fetch the ISS latitude and longitude with a deterministic Python script that matches this repository's existing get_iss_position tool behavior.
Quick Start
- Run:
python3 skills/iss-position/scripts/get_iss_position.py --format text
- For machine-readable output, run:
python3 skills/iss-position/scripts/get_iss_position.py --format json
Script Contract
Script path: skills/iss-position/scripts/get_iss_position.py
Behavior:
- Call
https://api.wheretheiss.at/v1/satellites/25544. - Use a default timeout of 15 seconds (override with
--timeout). - Validate
latitudeandlongitudeas numeric values. - Return either:
{"status":"success","latitude":12.34,"longitude":56.78,"message":"The ISS is currently at latitude 12.34 and longitude 56.78."}
or:
{"status":"error","message":"Failed to retrieve ISS position."}
or:
{"status":"error","message":"ISS API returned invalid latitude/longitude values"}
Notes
- Network access is required to fetch live ISS coordinates.
- Use
--format textfor human-readable output and--format jsonfor downstream tooling. - Use
--timeoutto adjust request timeout when needed.
Signals
- GitHub stars
- 132
- Forks
- 12
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
iss-position- Source
- github.com/hybridaione/hybridclaw