ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

Pipeworx Rickmorty

Skill by brucegutman

skill-install — Terminal

Install via CLI (Recommended)

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

Rick and Morty

Wubba lubba dub dub! Query the Rick and Morty universe -- characters, locations, and episodes from all seasons of the show.

Commands

ToolWhat it does
search_charactersFind characters by name (returns status, species, gender, origin, location, episode count)
get_characterFull character details by ID
get_locationLocation details by ID (name, type, dimension, resident count)
get_episodeEpisode details by ID (name, air date, episode code, character count)

Example: look up Rick Sanchez

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

Handy IDs

  • Character 1: Rick Sanchez
  • Character 2: Morty Smith
  • Location 1: Earth (C-137)
  • Episode 1: Pilot (S01E01)
{
  "mcpServers": {
    "rickmorty": {
      "url": "https://gateway.pipeworx.io/rickmorty/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-rickmorty": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.