Back to Registry View Author Profile
Official Verified
pipeworx-httpcat
HTTP status code cat images — get a cat photo for any status code plus a reference of all common codes
skill-install — Terminal
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/brucegutman/pipeworx-httpcatOr
HTTP Cats
Every HTTP status code deserves a cat. This pack returns cat image URLs from http.cat for any status code, plus a handy reference list of all common HTTP codes with their meanings.
Tools
get_status_cat— Get the http.cat image URL for a specific HTTP status code (e.g., 404, 418, 500)list_codes— Reference list of common HTTP status codes with human-readable descriptions
Perfect for
- Making error messages more fun in documentation or Slack alerts
- Teaching HTTP status codes in a memorable way
- Adding personality to API monitoring dashboards
- "What does a 418 status code mean?" — it means I'm a Teapot, obviously
Example
curl -s -X POST https://gateway.pipeworx.io/httpcat/mcp \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_status_cat","arguments":{"code":404}}}'
{
"code": 404,
"description": "Not Found",
"image_url": "https://http.cat/404"
}
MCP config
{
"mcpServers": {
"pipeworx-httpcat": {
"command": "npx",
"args": ["-y", "mcp-remote@latest", "https://gateway.pipeworx.io/httpcat/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-httpcat": {
"enabled": true,
"auto_update": true
}
}
}Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.
Related Skills
pipeworx-colorapi
Color identification, scheme generation, and format conversion via TheColorAPI — hex, RGB, HSL, and CMYK
brucegutman 4190
pipeworx-poetry
Poetry MCP — PoetryDB API (free, no auth)
brucegutman 4190
Pipeworx Qrcode
Skill by brucegutman
brucegutman 4190
Pipeworx Rickmorty
Skill by brucegutman
brucegutman 4190
Pipeworx Sunrisesunset
Skill by brucegutman
brucegutman 4190