Install
openclaw skills install pipeworx-httpcatHTTP status code cat images — get a cat photo for any status code plus a reference of all common codes
openclaw skills install pipeworx-httpcatEvery 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.
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 descriptionscurl -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"
}
{
"mcpServers": {
"pipeworx-httpcat": {
"command": "npx",
"args": ["-y", "mcp-remote@latest", "https://gateway.pipeworx.io/httpcat/mcp"]
}
}
}