feat: release meme protocol v1.1.0

Add one-click meme copying, complete viewer actions, fixed-footer pagination, protocol lore, and the Homo Reseticus download chooser.

Install dedicated social and favicon assets, expand local demo data, and synchronize the changelog, documentation, package, and OpenAPI release metadata.
This commit is contained in:
2026-08-14 18:54:37 -03:00
parent 0bf215555a
commit 48f05bcf8a
24 changed files with 702 additions and 81 deletions
+4 -4
View File
@@ -1,6 +1,6 @@
# The Meme Protocol API Skill
Use this skill when an agent needs to read approved memes from The Meme Protocol or submit a meme image to the public upload API.
Use this skill when an agent needs to read approved memes from The Meme Protocol or add a meme image through the public upload API.
## Discovery
@@ -9,7 +9,7 @@ Use this skill when an agent needs to read approved memes from The Meme Protocol
- Public meme list: `GET __API_BASE_URL__/api/memes`
- Public meme metadata: `GET __API_BASE_URL__/api/memes/{id}`
- Public meme image: `GET __API_BASE_URL__/media/{id}`
- Submit meme: `POST __API_BASE_URL__/api/memes`
- Add meme: `POST __API_BASE_URL__/api/memes`
## Read Memes
@@ -21,9 +21,9 @@ Use each meme's `url` field to fetch the normalized WebP image. Public image URL
Read endpoints are rate-limited per IP. Respect `RateLimit-Limit`, `RateLimit-Remaining`, `RateLimit-Reset`, and `Retry-After` headers. Prefer small page sizes and back off on `429`.
## Submit Memes
## Add Memes
Submit with `POST __API_BASE_URL__/api/memes` as `multipart/form-data`. The image file field must be named `meme`.
Add a meme with `POST __API_BASE_URL__/api/memes` as `multipart/form-data`. The image file field must be named `meme`.
Example: