ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

Pipeworx Spacex

Skill by brucegutman

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/brucegutman/pipeworx-spacex
Or

SpaceX

Real-time and historical data from SpaceX launches, rockets, crew, and the Starlink constellation.

What's available

  • get_latest_launch -- The most recent SpaceX launch with success status, details, and media links (webcast, article, Wikipedia)
  • get_next_launch -- Next upcoming launch with date and details
  • get_past_launches -- Recent launches in reverse chronological order (configurable count)
  • get_rockets -- All SpaceX rockets: Falcon 1, Falcon 9, Falcon Heavy, Starship. Includes cost per launch, success rate, and first flight date.
  • get_crew -- SpaceX crew members with name, agency, status, and photo
  • get_starlink -- Starlink satellite data sorted by most recent launch, including object name, launch date, and decay date

Try it

curl -X POST https://gateway.pipeworx.io/spacex/mcp \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_latest_launch","arguments":{}}}'

Configuration

{
  "mcpServers": {
    "spacex": {
      "url": "https://gateway.pipeworx.io/spacex/mcp"
    }
  }
}

Metadata

Stars4190
Views2
Updated2026-04-18
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-brucegutman-pipeworx-spacex": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.