Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions docs/bot-list.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <question>` 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`
Expand Down
Binary file added docs/botscreenshots/magic-8ball.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions docs/botscreenshots/magic-8ball.png.license
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# SPDX-FileCopyrightText: 2026 Anna Larch
# SPDX-License-Identifier: CC0-1.0
Loading