Pipeworx Swapi
Skill by brucegutman
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/brucegutman/pipeworx-swapiStar Wars API
A long time ago in a galaxy far, far away... all the data from the Star Wars universe became available via MCP.
Search for characters, look up planets, inspect starships, and get film details from the original six films.
Tools
search_people -- Search characters by name. Try "Luke", "Darth", or "Leia". Returns physical attributes, birth year, gender, and homeworld.
get_planet -- Planet by ID. Tatooine is 1. Returns climate, terrain, population, gravity, orbital data.
get_starship -- Starship by ID. The Millennium Falcon is 10, Death Star is 9. Returns model, manufacturer, crew capacity, cargo, hyperdrive rating, and speed.
get_film -- Film by ID. A New Hope is 1. Returns title, episode number, director, producer, release date, and the full opening crawl.
Example: look up Tatooine
curl -X POST https://gateway.pipeworx.io/swapi/mcp \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_planet","arguments":{"id":1}}}'
Quick reference
| Thing | ID |
|---|---|
| Luke Skywalker | search "Luke" |
| Tatooine | Planet 1 |
| Millennium Falcon | Starship 10 |
| Death Star | Starship 9 |
| A New Hope | Film 1 |
| The Empire Strikes Back | Film 2 |
{
"mcpServers": {
"swapi": {
"url": "https://gateway.pipeworx.io/swapi/mcp"
}
}
}
Metadata
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-brucegutman-pipeworx-swapi": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
pipeworx-colorapi
Color identification, scheme generation, and format conversion via TheColorAPI — hex, RGB, HSL, and CMYK
pipeworx-poetry
Poetry MCP — PoetryDB API (free, no auth)
Pipeworx Qrcode
Skill by brucegutman
Pipeworx Rickmorty
Skill by brucegutman
Pipeworx Sunrisesunset
Skill by brucegutman