SkillAgentSearch skills...

Httpmemes

HTTP status codes with memes

Install / Use

/learn @keijeizei/Httpmemes
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

HTTP Memes

A collection of meme images for HTTP status codes, inspired by http.cat.

How to use

Simply access the meme image of an HTTP status code by appending the status code and .jpg to the base URL:

https://httpmemes.com/{status_code}.jpg

Examples

Using curl:

curl https://httpmemes.com/404.jpg --output 404.jpg

Direct URL in browser:

https://httpmemes.com/200.jpg
https://httpmemes.com/500.jpg
https://httpmemes.com/418.jpg

In HTML:

<img src="https://httpmemes.com/404.jpg" alt="HTTP 404" />

Browse all available memes at httpmemes.com

To-do

  • [x] Complete all standard HTTP status codes
  • [x] Host in a custom domain
  • [ ] Support multiple file extensions
  • [ ] Include non-standard HTTP status codes

Related Skills

View on GitHub
GitHub Stars189
CategoryDevelopment
Updated1d ago
Forks8

Security Score

85/100

Audited on Mar 31, 2026

No findings