CLI for AI agents to lookup SpaceX launches and rockets for their humans. No auth required.
This skill has safety concerns that you should review before use. Some patterns were detected that may pose a risk.Safety score: 75/100.
KillerSkills scans all public content for safety. Use caution before installing or executing flagged content.
CLI for AI agents to lookup SpaceX launches, rockets, and crew for their humans. "When's the next SpaceX launch?" ā now your agent can answer.
Uses the community SpaceX API. No account or API key needed.
```
"What are the upcoming SpaceX launches?"
"Show me the last 5 SpaceX launches"
"Tell me about the Falcon 9"
"Who are the SpaceX crew members?"
```
| Action | Command |
|--------|---------|
| Upcoming launches | `spacex launches upcoming [limit]` |
| Past launches | `spacex launches past [limit]` |
| Launch details | `spacex launch <id>` |
| List rockets | `spacex rockets` |
| Rocket details | `spacex rocket <id>` |
| Crew members | `spacex crew [limit]` |
```bash
spacex launches # Next 10 upcoming launches
spacex launches upcoming 5 # Next 5 upcoming launches
spacex launches past 5 # Last 5 launches
spacex launch 5eb87d47ffd86e000604b38a # Full launch details
spacex rockets # All rockets
spacex rocket 5e9d0d95eda69973a809d1ec # Falcon 9 details
spacex crew 5 # First 5 crew members
```
**Launch list output:**
```
š Starlink 4-36 (v1.5) ā Falcon 9, 2022-10-20, Cape Canaveral
```
**Launch detail output:**
```
š SAOCOM 1B, GNOMES-1, Tyvak-0172
ID: 5eb87d47ffd86e000604b38a
Flight #: 101
Date: 2020-08-30 (hour)
Rocket: Falcon 9
Launchpad: Cape Canaveral
Status: ā Success
š Details:
[Full mission description]
š„ Webcast: https://youtu.be/P-gLOsDjE3E
š Wikipedia: https://en.wikipedia.org/wiki/SAOCOM
```
**Rocket list output:**
```
šø Falcon 9 ā rocket, 2010-06-04, Active, 98% success
```
**Crew output:**
```
šØāš Robert Behnken ā NASA, active
```
---
**Script location:** `{skill_folder}/spacex` (wrapper to `scripts/spacex`)
**When user asks about SpaceX:**
1. Run `./spacex launches` for upcoming launches
2. Run `./spacex launches past` for recent launches
3. Run `./spacex launch <id>` for full mission details
4. Run `./spacex rockets` for rocket info
**Common queries:**
**Don't use for:** Non-SpaceX launches (NASA, Blue Origin, etc.)
Leave a review
No reviews yet. Be the first to review this skill!