ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

Pipeworx Superhero

Skill by brucegutman

skill-install — Terminal

Install via CLI (Recommended)

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

Superhero

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

Stars4190
Views0
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-superhero": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.