Plugin gallery

Fork a working starter, edit, ship.

Every template here is a complete plugin you can deploy as-is. Pick one, click "Fork into a plugin", and we'll create the plugin slot with the starter code pre-loaded. Replace the logic with yours, push to GitHub, and it auto-deploys.

Basic

official
Minimal ping/pong responder. Great for first-time SDK users.
starter message-handler
⑂ new · mmo new <id> --template basic

Slash command

official
Slash-command bot — registers /hello with an ephemeral reply.
starter slash-command interaction
⑂ new · mmo new <id> --template slash

Welcome greeter

official
Greets new members in a server-configurable channel via per-server KV.
starter member-events kv-storage
⑂ new · mmo new <id> --template welcome

Scheduled tasks

official
Daily 09:00 UTC summary + 15-min heartbeat counter. Uses @plugin.cron() and @plugin.schedule().
starter scheduled-tasks
⑂ new · mmo new <id> --template cron
Building a great template?

Community submissions are coming. For now, ship your plugin to the marketplace. We'll cherry-pick standout patterns into the gallery as we approve them.

Read the build guide