Jokes One API Skill
jokes-one
jokes-one
| Method | Path | Description |
|---|---|---|
GET | /jod | |
GET | /jod/categories | Gets `Joke of the Day`. |
PUT | /joke | Gets a list of `Joke of the Day` Categories. |
PATCH | /joke | Add a new joke to your private collection. |
GET | /joke | Update a joke |
DELETE | /joke | Gets a `Joke` with a given `id`. |
GET | /joke/random | Delete a joke. The user needs to be the owner of the joke to be able to delete it. |
GET | /joke/search | Gets a `Random Joke`. When you are in a hurry this is what you call to get a random famous joke. |
GET | /joke/categories/search | Search for a `Joke` in Jokes One platform. Optional `category` , `author`, `minlength`, `maxlength` params determines the filters applied while searching for the joke. |
GET | /joke/list | Gets a list of `Joke` Categories, based on a query term. |
POST | /joke/tags/add | Get the list of jokes in your private collection. |
POST | /joke/tags/remove | Add a tag to a given Joke. |
Use this API as a Claude Code skill for instant agent access.
lapsh skill-install jokes-one
Downloads and installs to ~/.claude/skills/jokes-one/
1.1 (2026-02-13)