# fortune

Fun/novelty pack: random fortune cookies, classic Magic 8-Ball answers, positive affirmations, inspirational quotes (with author), would-you-rather prompts, trivia (with answers, filterable by...


Fun, SFW novelty draws — pure, zero-dep, **entertainment only**.

## Tools

| Tool | Args | Returns |
|---|---|---|
| `cookie` | `{ seed? }` | A fortune-cookie fortune |
| `magic8Ball` | `{ question?, seed? }` | Classic Magic 8-Ball answer |
| `affirmation` | `{ seed? }` | A positive affirmation |
| `quote` | `{ seed? }` | `{ quote, author }` |
| `wouldYouRather` | `{ seed? }` | `{ optionA, optionB, prompt }` |
| `trivia` | `{ category?, seed? }` | `{ question, answer, category }` |
| `joke` | `{ seed? }` | A dad joke |
| `pickupLine` | `{ seed? }` | A cheesy SFW pickup line |

Pass a `seed` (number or string) for a reproducible pick; omit it for a fresh random one each call.
Content lists live in `data/lists.js`.


---
Source: shared/engines/adapters/domain/fortune/README.md
Canonical: https://docs.leumas.tech/p/adapters/domain/fortune
