✓ Verified 💻 Development ✓ Enhanced Data

Spacex

CLI for AI agents to lookup SpaceX launches and rockets for their humans.

Rating
4 (410 reviews)
Downloads
7,766 downloads
Version
1.0.0

Overview

CLI for AI agents to lookup SpaceX launches and rockets for their humans.

Complete Documentation

View Source →

SpaceX Lookup

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.

Usage

text
"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?"

Commands

ActionCommand
Upcoming launchesspacex launches upcoming [limit]
Past launchesspacex launches past [limit]
Launch detailsspacex launch
List rocketsspacex rockets
Rocket detailsspacex rocket
Crew membersspacex crew [limit]

Examples

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

Output

Launch list output:

text
🚀 Starlink 4-36 (v1.5) — Falcon 9, 2022-10-20, Cape Canaveral

Launch detail output:

text
🚀 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:

text
🛸 Falcon 9 — rocket, 2010-06-04, Active, 98% success

Crew output:

text
👨‍🚀 Robert Behnken — NASA, active

Notes

  • Uses SpaceX API v4 (api.spacexdata.com)
  • No authentication required
  • Data may lag behind real-time (community maintained)
  • Rockets: Falcon 1, Falcon 9, Falcon Heavy, Starship
  • Launchpads: Cape Canaveral, Vandenberg, Boca Chica, Kwajalein

Agent Implementation Notes

Script location: {skill_folder}/spacex (wrapper to scripts/spacex)

When user asks about SpaceX:

  • Run ./spacex launches for upcoming launches
  • Run ./spacex launches past for recent launches
  • Run ./spacex launch for full mission details
  • Run ./spacex rockets for rocket info
Common queries:
  • "Next SpaceX launch" → spacex launches upcoming 1
  • "Recent launches" → spacex launches past 5
  • "Falcon 9 specs" → spacex rockets then spacex rocket
  • "SpaceX crew" → spacex crew
Don't use for: Non-SpaceX launches (NASA, Blue Origin, etc.)

Installation

Terminal bash

openclaw install spacex
    
Copied!

💻Code Examples

"Who are the SpaceX crew members?"

who-are-the-spacex-crew-members.txt
## Commands

| 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]` |

### Examples

spacex crew 5 # First 5 crew members

spacex-crew-5--first-5-crew-members.txt
## Output

**Launch list output:**
example.txt
"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?"
example.sh
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
example.txt
🚀 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

Tags

#web_and-frontend-development #cli

Quick Info

Category Development
Model Claude 3.5
Complexity Multi-Agent
Author jeffaf
Last Updated 3/10/2026
🚀
Optimized for
Claude 3.5
🧠

Ready to Install?

Get started with this skill in seconds

openclaw install spacex