plugins-catalog
Installation
SKILL.md
grammY — Official Plugins Catalog
The grammY ecosystem ships ~25 first-party plugins under the @grammyjs/* npm scope. Each is small, focused, and composable. Install only what you need.
Install pattern
Every plugin follows the same shape:
npm install @grammyjs/<plugin-name>
import { somePlugin } from "@grammyjs/<plugin-name>";
bot.use(somePlugin(options));
A few plugins are transformers (modify outgoing API calls) instead of middleware — install them differently: