awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

10 Repos

Awesome GitHub RepositoriesChat Command Triggers

Requires messages in group chats to start with a configurable prefix, nickname, or @mention to invoke a command.

Distinct from Command Trigger Prefixes: Distinct from Command Trigger Prefixes: focuses on chat-specific triggers like nicknames and @mentions, not just generic character sequences.

Explore 10 awesome GitHub repositories matching development tools & productivity · Chat Command Triggers. Refine with filters or upvote what's useful.

Awesome Chat Command Triggers GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • lervag/vimtexAvatar von lervag

    lervag/vimtex

    6,293Auf GitHub ansehen↗

    VimTeX ist eine integrierte Entwicklungsumgebung zum Verfassen und Kompilieren von LaTeX-Dokumenten innerhalb von Vim und Neovim. Es fungiert als umfassende Suite für das Verfassen technischer Dokumente und kombiniert die Rollen eines Syntax-Highlighters, Dokument-Navigators und Autovervollständigungs-Engines. Das Plugin zeichnet sich durch einen koordinierten Workflow aus, der asynchrone Kompilierung und bidirektionale Synchronisation mit externen PDF-Viewern verwaltet. Dies ermöglicht es Benutzern, zwischen spezifischen Quellpositionen und ihren gerenderten Seiten zu springen, während eine reaktionsschnelle Editor-Oberfläche während der Dokumentenerstellung erhalten bleibt. Das System bietet ein breites Spektrum an Funktionen für Dokumentenintelligenz und Bearbeitung. Dies umfasst kontextsensitive Vorschläge für Zitate und Labels, ein navigierbares Inhaltsverzeichnis für das Durchsuchen großer Dateien und spezialisierte Textobjekte, die LaTeX-Umgebungen und Mathe-Zonen als atomare Einheiten behandeln. Es analysiert zudem Kompilierungsprotokolle, um Fehler und Warnungen direkt den entsprechenden Zeilen im Quellcode zuzuordnen.

    Analyzes the surrounding text to determine the arguments and scope of specific LaTeX commands.

    TeX
    Auf GitHub ansehen↗6,293
  • serenity-rs/serenityAvatar von serenity-rs

    serenity-rs/serenity

    5,537Auf GitHub ansehen↗

    Serenity ist eine Rust-Bibliothek und ein Framework für die Interaktion mit der Discord-API. Es dient als Discord-Bot-Framework, Gateway-Client und REST-Wrapper und bietet die notwendigen Tools, um automatisierte Anwendungen zu erstellen und benutzerdefinierte Software in die Discord-Plattform zu integrieren. Das Projekt ermöglicht die Entwicklung von Echtzeit-Chat-Automatisierung und die Implementierung benutzerdefinierter Discord-Befehle. Es erleichtert die Discord-API-Integration sowohl durch eine typisierte Schnittstelle für das Ressourcenmanagement als auch durch einen persistenten Verbindungshandler für den Empfang von Zustandsaktualisierungen und Ereignissen. Die Bibliothek deckt breite Funktionsbereiche ab, einschließlich API-Integration, Verwaltung von Voice-Server-Verbindungen und lokalem Caching von API-Daten zur Reduzierung von Netzwerkanfragen. Sie bietet zudem Mechanismen zum Parsen von Benutzerbefehlen und zur Verarbeitung von Interaktions-Endpunkten.

    Parses user messages into commands, arguments, and options using configurable prefix triggers.

    Rustdiscorddiscord-apihacktoberfest
    Auf GitHub ansehen↗5,537
  • koishijs/koishiAvatar von koishijs

    koishijs/koishi

    5,456Auf GitHub ansehen↗

    Koishi is an open-source framework for building multi-platform chatbots, designed around an adapter-driven architecture that lets a single bot connect to multiple messaging services with consistent logic. It provides a plugin-based development platform with hot reload support, enabling developers to write and update bot extensions using TypeScript without restarting the application. A web-based management console offers a graphical interface for configuring plugins, commands, permissions, and monitoring runtime status. What distinguishes Koishi is its combination of a dynamic plugin lifecycle

    Parses user messages using configurable prefixes and extracts command paths, arguments, and options.

    TypeScriptbotchatbotdiscord
    Auf GitHub ansehen↗5,456
  • vudovn/antigravity-kitAvatar von vudovn

    vudovn/antigravity-kit

    4,979Auf GitHub ansehen↗

    Antigravity-kit is a multi-agent orchestrator and routing engine designed to coordinate specialized large language model agents. It functions as a conversational workflow automation tool and a context management system that executes complex tasks through a chat interface. The system utilizes a routing engine to classify user requests and dispatch them to domain-expert agents. It employs a multi-agent orchestration model that allows specialist workers to operate in parallel and combine their outputs. To manage operational efficiency, the kit includes a memory layer for storing project convent

    Executes pre-defined sequences of operations for complex tasks using command-based triggers in chat.

    TypeScript
    Auf GitHub ansehen↗4,979
  • liveblocks/liveblocksAvatar von liveblocks

    liveblocks/liveblocks

    4,438Auf GitHub ansehen↗

    Liveblocks is a realtime collaboration infrastructure platform that synchronizes application state, documents, and user presence across multiple participants using conflict-free replicated data types. It provides a managed backend for collaborative text editors, threaded commenting and annotation systems, in-app notifications, and AI copilot deployment, all built on a WebSocket transport layer with server-side room management APIs. The platform distinguishes itself through a headless component primitive system that exposes unstyled React hooks and composable building blocks, allowing develope

    Starts an AI workflow by mentioning a bot in a comment thread which then executes tools like document creation or editing.

    TypeScriptai-agentsai-copilotcollaboration
    Auf GitHub ansehen↗4,438
  • rytilahti/python-miioAvatar von rytilahti

    rytilahti/python-miio

    4,246Auf GitHub ansehen↗

    python-miio is a Python library and hardware driver implementation of the Miio protocol, designed for controlling and managing Xiaomi smart appliances. It provides the necessary software interfaces to translate high-level commands into network packets for device communication. The project includes a specialized network device simulator for emulating hardware responses to test protocol implementations without physical devices. It also features a command-line interface for sending commands, querying device status, and performing token retrieval for secure authentication. Capability areas cover

    Dynamically identifies and executes available hardware commands by parsing external description files.

    Pythonhome-assistanthome-automationmiio
    Auf GitHub ansehen↗4,246
  • teloxide/teloxideAvatar von teloxide

    teloxide/teloxide

    4,166Auf GitHub ansehen↗

    Teloxide is a Rust application framework and API wrapper designed for building Telegram bots. It provides a programmatic interface for receiving updates and sending messages via the Telegram Bot API, utilizing a declarative pipeline of filters and handlers. The framework includes a bot dialogue manager that uses a finite-state machine to track user sessions and conversation flows. This state management system supports pluggable persistence backends, including memory, Redis, and Sqlite. The library covers asynchronous message routing and update reception through either long-polling or webhook

    Provides utilities to parse plain text user messages into typed command structures with arguments and options.

    Rustrusttelegramtelegram-bot-api
    Auf GitHub ansehen↗4,166
  • php-telegram-bot/coreAvatar von php-telegram-bot

    php-telegram-bot/core

    4,019Auf GitHub ansehen↗

    Dieses Projekt ist eine PHP-Bibliothek und ein Development-Kit für den Bau von Bots, die mit der Telegram Bot API interagieren. Es bietet ein Framework für die Verarbeitung von Benutzernachrichten, die Verwaltung von Inline-Queries und die Bereitstellung von Medieninhalten über Webhooks und Polling. Das Framework enthält eine Datenverwaltungsschicht zum Speichern von Benutzerprofilen, Chat-Verläufen und Bot-Zuständen in einer relationalen Datenbank, um die Kontinuität über Sitzungen hinweg zu wahren. Es bietet zudem administrative Zugriffsbeschränkungen, um die Ausführung sensibler Aufgaben auf verifizierte Benutzerkennungen zu begrenzen. Das System deckt ein breites Spektrum an Funktionen ab, einschließlich Command-Pattern-Dispatching für die Ausführung von Logik basierend auf Textmustern, Middleware-basiertem Request-Filtering und adaptivem Medien-Chunking, um API-Größenbeschränkungen einzuhalten. Zusätzliche Utilities verwalten bidirektionale Dateiübertragungen zwischen Remote-Servern und lokalem Speicher sowie automatisierte Broadcast-Nachrichten an Benutzer und Kanäle.

    Triggers specific bot actions based on predefined text patterns or command prefixes identified in chat messages.

    PHP
    Auf GitHub ansehen↗4,019
  • apache/nuttxAvatar von apache

    apache/nuttx

    3,912Auf GitHub ansehen↗

    NuttX ist ein POSIX-konformes Echtzeitbetriebssystem für Mikrocontroller, das von 8-Bit- bis 64-Bit-Architekturen reicht. Es bietet eine deterministische Ausführungsumgebung mit einem Echtzeit-Task-Scheduler und einem POSIX-Embedded-Kernel, um die Portabilität von Code über diverse Hardware-Ziele hinweg sicherzustellen. Das Projekt zeichnet sich durch eine umfassende Hardware-Abstraktionsschicht aus, die standardisierte Treiber für I2C, SPI, CAN und USB für verschiedene Halbleiter-Chipsätze bereitstellt. Es verfügt zudem über einen Embedded-Netzwerk-Stack mit Unterstützung für TCP, UDP, IPv4 und IPv6 sowie industrielle Protokolle wie Modbus und DroneCAN. Das System deckt ein breites Spektrum an Funktionen ab, einschließlich fortschrittlichem Speichermanagement mit On-Demand-Paging, sicheren kryptografischen Operationen und einem virtuellen Dateisystem zur Verwaltung unterschiedlicher Speichertypen. Es integriert zudem High-Level-Schnittstellen für grafische Benutzeroberflächen, Audiosynthese sowie die Ausführung mehrerer Skriptsprachen und WebAssembly-Workloads. Die Umgebung wird mittels Make oder CMake für spezifische Board-Konfigurationen und Halbleiter-Chipsätze erstellt.

    Parses SCPI commands to enable remote control of programmable test and measurement equipment.

    Cembeddedmcumicrocontroller
    Auf GitHub ansehen↗3,912
  • floattech/zerobot-pluginAvatar von FloatTech

    FloatTech/ZeroBot-Plugin

    2,631Auf GitHub ansehen↗

    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 again

    Processes user messages as bot commands to trigger automated responses and interactions.

    Gocoolqcqhttpcqhttp-mirai
    Auf GitHub ansehen↗2,631
  1. Home
  2. Development Tools & Productivity
  3. Custom Command Execution
  4. Configuration File Command Execution
  5. Command Trigger Prefixes
  6. Chat Command Triggers

Unter-Tags erkunden

  • Command Tree Parsing2 Sub-TagsParses user messages into hierarchical command paths, arguments, and options using configurable prefix triggers. **Distinct from Chat Command Triggers:** Distinct from Chat Command Triggers: focuses on parsing the full command tree and extracting arguments, not just the trigger prefix.
  • Conversational Workflow TriggersCommand-based triggers within a chat interface that initiate structured sequences of operations. **Distinct from Chat Command Triggers:** Focuses on triggering multi-step agentic workflows via chat commands rather than simple bot responses