pipeworx-httpcat

HTTP status code cat images — get a cat photo for any status code plus a reference of all common codes

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "pipeworx-httpcat" with this command: npx skills add brucegutman/pipeworx-httpcat

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"]
    }
  }
}

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

Vnsh Skill

Securely share files using encrypted, expiring vnsh.dev links with the vnsh CLI for uploading and decrypting shared content.

Registry SourceRecently Updated
Coding

Notion

Notion API for creating and managing pages, databases, blocks, relations, rollups, and multi-workspace profiles via the notioncli CLI tool.

Registry SourceRecently Updated
Coding

Lybic Sandbox

Lybic Sandbox is a cloud sandbox built for agents and automation workflows. Think of it as a disposable cloud computer you can spin up on demand. Agents can perform GUI actions like seeing the screen, clicking, typing, and handling pop ups, which makes it a great fit for legacy apps and complex flows where APIs are missing or incomplete. It is designed for control and observability. You can monitor execution in real time, stop it when needed, and use logs and replay to debug, reproduce runs, and evaluate reliability. For long running tasks, iterative experimentation, or sensitive environments, sandboxed execution helps reduce risk and operational overhead.

Registry SourceRecently Updated
1.2K0aenjoy
Coding

Homeassistant Skill

Control Home Assistant devices and automations via REST API. 25 entity domains including lights, climate, locks, presence, weather, calendars, notifications, scripts, and more. Use when the user asks about their smart home, devices, or automations.

Registry SourceRecently Updated
5.1K7anotb