Back to Registry
View Author Profile
Official Verified
Pipeworx Rickmorty
Skill by brucegutman
skill-install — Terminal
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/brucegutman/pipeworx-rickmortyOr
Rick and Morty
Wubba lubba dub dub! Query the Rick and Morty universe -- characters, locations, and episodes from all seasons of the show.
Commands
| Tool | What it does |
|---|---|
search_characters | Find characters by name (returns status, species, gender, origin, location, episode count) |
get_character | Full character details by ID |
get_location | Location details by ID (name, type, dimension, resident count) |
get_episode | Episode 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
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.
Related Skills
pipeworx-poetry
Poetry MCP — PoetryDB API (free, no auth)
brucegutman 4190
Pipeworx Qrcode
Skill by brucegutman
brucegutman 4190
Pipeworx Sec
Skill by brucegutman
brucegutman 4190
Pipeworx Sports
Skill by brucegutman
brucegutman 4190
pipeworx-colorapi
Color identification, scheme generation, and format conversion via TheColorAPI — hex, RGB, HSL, and CMYK
brucegutman 4190