michaelbelgium/flarum-ai-autoreply

AI-powered Auto-Reply Extension for Flarum.

Installs: 37

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 6

Type:flarum-extension

pkg:composer/michaelbelgium/flarum-ai-autoreply

v1.2.0 2025-10-24 23:15 UTC

This package is auto-updated.

Last update: 2025-10-25 12:08:09 UTC


README

License Latest Stable Version Total Downloads

A Flarum extension.

This extension includes an auto-reply discussion feature, customizable max tokens, and permission controls who can use this feature.

This extension is a fixed fork from flarum-chatgpt with support for multiple platforms. Currently supporting:

  • OpenAI
  • Anthropic
  • OpenRouter
  • Google

Models from any of the supported platforms can be used. If you're using OpenRouter, you can specify a comma-separated list of models in the model setting to take advantage of its model routing feature.

The auto-answer feature uses the OpenAI gpt-5-mini model by default to generate quick and accurate responses to users' questions. AI can respond on discussion start or a discussion can act as chat between user and AI.

Installation

This extension requires Flarum >= 1.8 and PHP 8.2.

Install with composer:

composer require michaelbelgium/flarum-ai-autoreply

Updating

composer update michaelbelgium/flarum-ai-autoreply
php flarum migrate
php flarum cache:clear

Links