A powerful CLI tool allowing AI agents to query SpaceX mission schedules, rocket specifications, and crew details without an API key.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install spacex
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install spacex using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The SpaceX Lookup skill empowers AI agents to provide instant answers regarding SpaceX's historical and upcoming missions. By leveraging the community-maintained SpaceX API, this skill integrates seamlessly into developer workflows, allowing for quick retrieval of flight details, launchpad locations, and technical rocket specifications.
As part of the Openclaw Skills ecosystem, it provides a structured way for agents to handle complex space-related queries. This skill is particularly useful for developers and space enthusiasts who need programmatic access to mission statuses and live webcast links. By using Openclaw Skills like this one, agents can offer rich, formatted data that includes mission descriptions and Wikipedia links, enhancing the user experience.
The SpaceX Lookup skill requires bash, curl, and jq to be installed on your system environment.
# Example of running the skill directly if in your path
./spacex launches upcoming 5
# Example of getting specific rocket details
./spacex rocket 5e9d0d95eda69973a809d1ec
The skill organizes data retrieved from the SpaceX API v4 into structured terminal output.
| Feature | Description |
|---|---|
| Mission ID | Unique alphanumeric string for each launch identifying the specific flight. |
| Flight Number | Sequential mission count used for historical tracking. |
| Rocket Specs | Includes rocket type, active status, and historical success rates. |
| Links | Provides YouTube webcast IDs and Wikipedia URLs for further research. |
| Crew Info | Lists member names, agency affiliations, and current active status. |
Loading
A CLI-driven tool for AI agents to search, browse, and retrieve detailed cooking recipes and international meal ideas.

A CLI-based tool for AI agents to retrieve detailed Pokémon data including types, stats, and abilities via PokéAPI.

A CLI tool enabling AI agents to query the Harry Potter universe for character details, spells, and Hogwarts house information via the HP-API.

A specialized CLI tool that allows AI agents to fetch comprehensive geographical and demographic data for any country using the REST Countries API.

A CLI tool for AI agents to retrieve data from the Star Wars universe via SWAPI.

A high-performance data acquisition skill for fetching real-time stock market quotes, K-line history, and technical indicators via the FutuOpenD gateway.








































