awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
FloatTech avatar

FloatTech/ZeroBot-Plugin

0
View on GitHub↗
2,631 stele·2,006 fork-uri·Go·agpl-3.0·4 vizualizări

ZeroBot Plugin

ZeroBot-Plugin is an extensible plugin framework for QQ group bots, providing a modular system that adds automation, AI chat, image generation, and moderation capabilities to chat environments. The project is built around a collection of plugin modules that each handle specific functions, from scheduling recurring commands to managing group member interactions.

The framework distinguishes itself through its integration of AI-powered features, including configurable large language model chat with image recognition support, alongside automated content moderation that scans text and images against blacklists. It also offers multimedia processing tools such as anime artwork identification via the AnimeTrace API, Bilibili link parsing for videos and profiles, and Japanese text-to-speech conversion using AHS AI TTS voice models.

Additional capabilities include cron-triggered command scheduling with parameter injection, dynamic plugin toggling per user or group, and utility functions for bot administration. The system supports interactive game modules playable through chat messages, abstract language translation for stylistic text conversion, and custom cipher encoding for message obfuscation.

Features

  • QQ Bot Development - An extensible plugin for QQ group bots that adds cron scheduling, AI chat, image generation, and moderation commands.
  • Bot Chat Interfaces - Responds to user messages with a configurable large language model, supporting image recognition and agent mode.
  • AI Chat Integrations - A plugin module that connects a QQ group bot to a configurable large language model for conversational responses and image recognition.
  • Chat Command Triggers - Processes user messages as bot commands to trigger automated responses and interactions.
  • Bot Command Schedulers - Runs a bot command at a fixed cron interval or on keyword match, with parameter injection and conditional execution.
  • Chat Moderation Tools - Moderates group conversations with automated responses and administrative commands for QQ group management.
  • Chat-Based Plugin Toggles - Activates or deactivates a plugin for a specific group or user via chat commands, with global overrides available.
  • AI Image Generation - Sends a text description to a configurable image-generation API and returns the resulting picture in the chat.
  • Japanese Text-to-Speech Converters - A plugin module that converts Japanese text into speech using AHS AI TTS voice models for audio playback.
  • Plugin Toggle Managers - Dynamically enables or disables individual chat plugins per group or user, with global overrides and default state changes.
  • Member Administration - Mutes, unmutes, kicks, promotes, or demotes members, and handles join/leave messages and timed reminders.
  • Bot Command Schedulers - A plugin module that executes bot commands at fixed cron intervals or on keyword match with parameter injection.
  • Chat-Integrated Command Execution - Offers a collection of utility functions accessible through bot commands for everyday tasks.
  • Chat-Based Game Modules - Provides ready-made game modules that users can play directly through chat messages.
  • Group Member Moderation - A plugin module that mutes, kicks, and manages members, with automated join/leave handling and timed reminders.
  • Content Moderation Filters - Scans text and images against a configurable blacklist and automatically takes moderation actions like muting or deleting.

Istoric stele

Graficul istoricului de stele pentru floattech/zerobot-pluginGraficul istoricului de stele pentru floattech/zerobot-plugin

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Întrebări frecvente

Ce face floattech/zerobot-plugin?

ZeroBot-Plugin is an extensible plugin framework for QQ group bots, providing a modular system that adds automation, AI chat, image generation, and moderation capabilities to chat environments. The project is built around a collection of plugin modules that each handle specific functions, from scheduling recurring commands to managing group member interactions.

Care sunt principalele funcționalități ale floattech/zerobot-plugin?

Principalele funcționalități ale floattech/zerobot-plugin sunt: QQ Bot Development, Bot Chat Interfaces, AI Chat Integrations, Chat Command Triggers, Bot Command Schedulers, Chat Moderation Tools, Chat-Based Plugin Toggles, AI Image Generation.

Care sunt câteva alternative open-source pentru floattech/zerobot-plugin?

Alternativele open-source pentru floattech/zerobot-plugin includ: father-bot/chatgpt_telegram_bot — This project is a Telegram bot that integrates large language models, such as OpenAI and Claude, to provide an AI chat… memochou1993/gpt-ai-assistant — This project is a serverless application that integrates OpenAI models with the LINE messaging platform. It functions… veloren/veloren — Veloren is an open-source multiplayer RPG featuring a voxel-based action adventure in a procedurally generated fantasy… nilaoda/bbdown — BBDown is a command line media downloader and API client designed for downloading videos, audio, and subtitles from… vercel/vercel — Vercel is a cloud platform for building, deploying, and scaling web applications. It provides a unified infrastructure… napneko/napcatqq — NapCatQQ is a cross-platform runtime that implements the communication protocol required to automate chat bots on the…

Alternative open-source pentru ZeroBot Plugin

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu ZeroBot Plugin.
  • father-bot/chatgpt_telegram_botAvatar father-bot

    father-bot/chatgpt_telegram_bot

    5,502Vezi pe GitHub↗

    This project is a Telegram bot that integrates large language models, such as OpenAI and Claude, to provide an AI chat interface within the messaging app. It functions as a multi-model AI gateway that routes prompts to various providers via API keys and YAML configurations. The implementation includes a provider-agnostic routing system and response streaming to deliver text word-by-word. It distinguishes itself with a token-based cost tracker that calculates the monetary expenditure of API requests and a whitelist-based access control system to restrict usage to authorized users. The bot sup

    Pythonchat-gptchatbotopenai
    Vezi pe GitHub↗5,502
  • memochou1993/gpt-ai-assistantAvatar memochou1993

    memochou1993/gpt-ai-assistant

    7,743Vezi pe GitHub↗

    This project is a serverless application that integrates OpenAI models with the LINE messaging platform. It functions as a bridge to enable real-time conversations, text generation, image creation, and speech-to-text transcription within the messaging interface. The system is designed for cloud-native deployment on Vercel, utilizing serverless functions and webhooks to handle API traffic. It features environment-driven configuration to manage bot personalities, API secrets, and access controls such as user or group limits. Beyond basic chat, the assistant includes conversational orchestratio

    JavaScript
    Vezi pe GitHub↗7,743
  • veloren/velorenAvatar veloren

    veloren/veloren

    7,099Vezi pe GitHub↗

    Veloren is an open-source multiplayer RPG featuring a voxel-based action adventure in a procedurally generated fantasy world. It is built upon a voxel game engine that supports 3D rendering via Vulkan and Metal, utilizing a procedural world generator to create geography and ecosystems based on erosion algorithms and temperature maps. The project is distinguished by a sandboxed plugin system using WebAssembly, which allows for the addition of new game logic and equipment without recompiling the core engine. It also features a dedicated game server architecture designed to synchronize state, ma

    Rust3dcubecubeworld
    Vezi pe GitHub↗7,099
  • nilaoda/bbdownAvatar nilaoda

    nilaoda/BBDown

    13,896Vezi pe GitHub↗

    BBDown is a command line media downloader and API client designed for downloading videos, audio, and subtitles from Bilibili. It functions as a tool for video archiving and content scraping, capable of parsing video metadata and extracting stream URLs via Bilibili web, TV, and mobile interfaces. The project provides a media download server that hosts a network interface, allowing its parsing and downloading capabilities to be exposed as an API for remote clients. It utilizes multi-API stream resolution to identify the highest quality streams across different platform endpoints. The tool incl

    C#downloader
    Vezi pe GitHub↗13,896
  • Vezi toate cele 30 alternative pentru ZeroBot Plugin→