diff --git a/docs/bot-list.md b/docs/bot-list.md index dbd8b924cc8..4ce879edfd1 100644 --- a/docs/bot-list.md +++ b/docs/bot-list.md @@ -80,6 +80,16 @@ A simple "text in, text out" bot to help with repeating questions and tasks * [Link to source code](https://github.com/nextcloud/command_bot) * [Link to installation documentation](https://github.com/nextcloud/command_bot#command-bot-for-nextcloud-talk) +### Magic 8-Ball + +A Nextcloud app bot that answers questions with classic Magic 8-Ball wisdom 🎱. Ask a question using the `/8ball ` slash command in any Talk conversation and receive one of the 20 traditional answers. + +![Screenshot showing the Magic 8-Ball bot responding to a question](botscreenshots/magic-8ball.png) + +* License: MIT +* [Link to source code](https://github.com/miaulalala/magic_8ball_bot) +* [Link to installation documentation](https://github.com/miaulalala/magic_8ball_bot#readme) + ### Stable Diffusion Uses [SDXL-Turbo](https://huggingface.co/stabilityai/sdxl-turbo) for fast image generation. Usage example: `@image cinematic portrait of fluffy cat with black eyes` diff --git a/docs/botscreenshots/magic-8ball.png b/docs/botscreenshots/magic-8ball.png new file mode 100644 index 00000000000..32cacc0e46f Binary files /dev/null and b/docs/botscreenshots/magic-8ball.png differ diff --git a/docs/botscreenshots/magic-8ball.png.license b/docs/botscreenshots/magic-8ball.png.license new file mode 100644 index 00000000000..6fb434e7bb9 --- /dev/null +++ b/docs/botscreenshots/magic-8ball.png.license @@ -0,0 +1,2 @@ +# SPDX-FileCopyrightText: 2026 Anna Larch +# SPDX-License-Identifier: CC0-1.0