michaelbelgium/flarum-ai-autoreply

AI-powered Auto-Reply Extension for Flarum.

Installs: 46

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 6

Open Issues: 0

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-11-09 14:44:01 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.

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

Features

  • Auto-reply to new discussions using AI
  • Highly customizable
    • Max tokens
    • Temperature
    • System prompt1
    • ...
  • Permission controls for who can use the auto-reply feature
  • Support for multiple platforms: OpenAI, Anthropic, Google, OpenRouter

Updating

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

Links

Footnotes

  1. Not supported: Google and Openrouter (but does have presets)