Skip to content

FyrxAIDrop-in AI Support Agent for Discord Bots

Add an AI-powered support agent to your own discord.js bot in minutes — configured entirely from Discord, no code edits, no environment variables.

Why FyrxAI

Point it at your docs, not your codebase

FyrxAI is a small library, not a hosted service — you install it into your own bot. Give it one or more documentation sites with /fyrxai wiki add and it crawls them, extracts keywords, and starts answering questions in your support channels automatically. No dataset to prepare by hand.

What You Get
Whole-Site Crawling

Point /fyrxai wiki add at a single page and it discovers the rest via llms.txt, sitemap.xml, or by following same-origin links.

Three-Layer Topic Detection

Exact match, then fuzzy (typo-tolerant) match, then a local offline embedding model — no AI call spent figuring out what a question is about.

Bring Your Own Provider

WaveSpeed, OpenRouter, Google AI Studio, or Claude Platform — pick one per server, configured with an ephemeral slash command reply.

Nothing Hardcoded

Every channel, wiki, provider, and permission is set from Discord chat. Install the package and it ships with zero configuration files.

Install

bash
npm install github:FyrxLab/fyrx-ai
js
// CommonJS
const setupFyrxAI = require('fyrxai');
setupFyrxAI(client);
js
// ES modules
import setupFyrxAI from 'fyrxai';
setupFyrxAI(client);

Continue to Configuration for the Discord-side setup.

Solver: All Rights Reserved · Other products: MIT License.