Pipeworx Superhero
Skill by brucegutman
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/brucegutman/pipeworx-superheroSuperhero
A database of 731 superheroes and villains with power stats, biographies, and images. Covers Marvel, DC, and more.
Available tools
list_all returns every hero with their ID, name, and slug. Use this to browse or find IDs.
get_hero returns the complete profile for a hero by ID: powerstats (intelligence, strength, speed, durability, power, combat), appearance (gender, race, height, weight, eye color, hair color), biography (full name, aliases, publisher, first appearance, alignment), work, connections, and images.
get_powerstats returns just the six power statistics for quick comparisons.
get_biography returns biographical details: full name, alter egos, aliases, place of birth, first appearance, publisher, and alignment (good/bad/neutral).
Example: compare Batman and Superman
curl -X POST https://gateway.pipeworx.io/superhero/mcp \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_powerstats","arguments":{"id":70}}}'
Batman is ID 70. Superman is ID 644. Spider-Man is ID 620. Wonder Woman is ID 720.
{
"mcpServers": {
"superhero": {
"url": "https://gateway.pipeworx.io/superhero/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-superhero": {
"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