MxUserBot/MXUserbot — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a Matrix userbot that runs on my own Matrix account and lets me use commands from my account for fun and automation.

I want it to support modular add ons, so I can enable, disable, and add modules without rewriting the whole thing. It should have a simple web panel where I can log in, manage the account, manage modules, and add custom module repositories. Include Matrix login with normal user ID and server, and SSO if possible.

Please include interactive features like reactions acting as buttons, multi step conversations that remember state, and a sudo list so trusted friends can run approved commands. I also want device verification support, especially SAS verification, so I can verify the bot session when needed.

Make it safe to run on a small server with rate limiting so it does not constantly hit Matrix “too many requests” errors. Add Docker setup and a simple manual run option. Look up current Matrix and mautrix docs online if you need to.

Want more depth? Deep Reverse