Skip to content

Command List

ChatAI Plugin provides rich commands to control AI conversations, manage group settings, and execute various features.

Command Prefix

Default command prefix is #ai, configurable in settings. Below, {prefix} represents your configured prefix.

💬 Conversation Commands

Basic conversation management commands, available to all users.

CommandDescriptionExample
#结束对话End conversation, clear context#结束对话
#新对话Same as above, start new conversation#新对话
#清除记忆Clear personal memory data#清除记忆
#对话状态View current conversation status#对话状态
#我的记忆View saved memory list#我的记忆
#总结记忆Organize and merge memory entries#总结记忆
#chatdebugToggle chat debug mode#chatdebug on

👥 Group Chat Features

Group chat related feature commands.

CommandDescriptionExample
#群聊总结AI summarizes recent group chat#群聊总结
#今日群聊Modern style group summary#今日群聊
#个人画像Analyze user profile#个人画像
#画像@xxxAnalyze specific user's profile#画像@user
#今日词云Generate group word cloud#今日词云
#群记忆View group shared memory#群记忆

🎨 Image Generation

AI image generation commands, requires a model that supports image generation.

CommandDescriptionExample
画 <description>AI drawing, supports Chinese/English画 a cute cat
手办化Convert image to figure styleReply to image with 手办化
Q版Generate Q-version emojiReply to image with Q版
动漫化Convert image to anime styleReply to image with 动漫化
赛博朋克Convert to cyberpunk styleReply to image with 赛博朋克
油画Convert to oil painting styleReply to image with 油画
水彩Convert to watercolor styleReply to image with 水彩

Image Style Conversion

Style conversion requires replying to an image, then sending the corresponding keyword.

🎮 Galgame

AI-powered Galgame visual novel adventure.

CommandDescriptionExample
#游戏开始Start new Galgame adventure#游戏开始
#游戏继续Continue previous game#游戏继续
#游戏结束End current game session#游戏结束
#游戏存档View game saves#游戏存档
#游戏状态View game status#游戏状态

🎭 Persona Settings

Commands to customize AI persona.

CommandDescriptionPermission
{prefix}设置人格 <content>Set personal personaAll users
{prefix}查看人格View current personaAll users
{prefix}清除人格Clear personal personaAll users
{prefix}设置群人格 <content>Set group personaMaster
{prefix}清除群人格Clear group personaMaster

Persona Priority

Persona priority: Group User > Group > User Global > Default Preset

⚙️ Group Admin Commands

Group management commands, requires group admin or master permission.

CommandDescriptionPermission
#群管理面板Get group settings panelGroup Admin
{prefix}群设置View group feature statusGroup Admin
{prefix}群伪人开启Enable group BYM modeGroup Admin
{prefix}群伪人关闭Disable group BYM modeGroup Admin
{prefix}群绘图开启Enable group drawingGroup Admin
{prefix}群绘图关闭Disable group drawingGroup Admin

📡 Group Channel & Limits

Group channel and usage limit configuration.

CommandDescriptionPermission
{prefix}群渠道设置View group channel configGroup Admin
{prefix}群禁用全局Disable global channelGroup Admin
{prefix}群启用全局Enable global channelGroup Admin
{prefix}群限制设置View usage limitsGroup Admin
{prefix}群限制 <group> <user>Set daily limitsGroup Admin
{prefix}群使用统计View today's usageGroup Admin
{prefix}群重置统计Reset today's statsGroup Admin

Usage Limit Example

#ai群限制 100 20 sets group daily limit to 100, per-user daily limit to 20.

👑 Master Commands

Admin commands only for Bot master.

CommandDescription
{prefix}管理面板Get Web panel (temporary link)
{prefix}管理面板 永久Get Web panel (permanent link)
{prefix}状态View plugin status
{prefix}调试开启/关闭Toggle debug mode
{prefix}伪人开启/关闭Toggle global BYM mode
{prefix}设置模型 <name>Set default model
{prefix}结束全部对话Clear all conversations

🔄 Version Updates

Plugin version management commands.

CommandDescriptionPermission
#ai版本View version infoAll users
#ai检查更新Check for updatesMaster
#ai更新Update pluginMaster
#ai强制更新Force update (overwrite local changes)Master
#ai更新日志View commit historyMaster

🤖 Trigger Methods

Besides command triggers, these methods also work for AI conversations:

@ Trigger

Simply @ the bot and send a message to trigger conversation.

Prefix Trigger

Messages starting with configured prefix (default #chat) trigger conversation:

#chat hello

Keyword Trigger

Messages containing configured keywords (like bot nickname) trigger conversation.

Random Trigger

Random chance to reply in group chat (BYM mode).

📝 Usage Examples

Basic Conversation

@bot What's the weather like today?
#chat Help me write a poem

AI Drawing

 a corgi wearing sunglasses surfing at the beach

Image Style Conversion

  1. Send an image
  2. Reply to that image with 手办化

Group Summary

#群聊总结
#今日词云

Set Persona

#ai设置人格 You are a tsundere catgirl who likes to add "meow~" at the end of sentences

Get Help

Send #ai帮助 to view the command help image in Bot.

Released under the MIT License