Skip to content

Matrix Bot Command Standard

The Matrix Bot Command Standard is the unofficial standard on how to define and process commands of bots for the Matrix Protocol.

It's main goal is to unify bot commands and make the interaction with bots easier for developers and users.
Because every bot having slightly different syntax and command structure does not help UX.

This website and cyb3rko/matrix-botc is the home of the specification and command process library for Golang.

Chapters

  • Read the Specification


    Jump right into the details and try to follow the MBCS.

    Specification

  • Use the Processing Library


    Learn more on how to integrate the MBCS processing library in your project.

    Processing Library

Comments