Back to Registry View Author Profile
Official Verified
Pipeworx Spacex
Skill by brucegutman
skill-install — Terminal
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/brucegutman/pipeworx-spacexOr
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
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.
Related Skills
pipeworx-colorapi
Color identification, scheme generation, and format conversion via TheColorAPI — hex, RGB, HSL, and CMYK
brucegutman 4190
pipeworx-poetry
Poetry MCP — PoetryDB API (free, no auth)
brucegutman 4190
Pipeworx Qrcode
Skill by brucegutman
brucegutman 4190
Pipeworx Rickmorty
Skill by brucegutman
brucegutman 4190
Pipeworx Sunrisesunset
Skill by brucegutman
brucegutman 4190