LogoRobo.js

Plugins

Extend your Robo with powerful plugins

Robo Plugins let you add features to your Robo with one command and integrate seamlessly thanks to the Robo File Structure. What's more, anyone can create a plugin.

npx robo add @robojs/server@next

Official Plugins

These are developed and maintained by the Robo.js team, ensuring optimal compatibility and functionality.

Infrastructure

AI & Bot Features

Utilities

Community Plugins

Innovative plugins crafted by the creative Robo.js Community.

Managing Plugins

Install, remove, or upgrade plugins with the Robo CLI:

Install
npx robo add @robojs/ai@next @robojs/server@next
Remove
npx robo remove @robojs/ai@next
Upgrade
npx robo upgrade

Learn more about how plugins integrate with the framework in the Plugin System docs.

Build Your Own

Eager to share a feature with everyone? Anyone can create and publish a Robo Plugin.

On this page