Plugin Catalog

This catalog is the public index for Sero plugin coverage. It separates built-in plugins from external/local plugins so readers do not mistake example or local development packages for bundled Sero features.

How to read the catalog

Field Meaning
Status Built-in ships in the Sero source tree; External/local must be installed or activated separately.
Surface app means a Sero app UI; provider means model-provider metadata; plugin means extension/tool behavior without an app manifest.
Docs Full page links to a dedicated page; Guide links to an existing guide; Catalog means this row is the lightweight coverage.

Built-in plugins may appear in app discovery or favorites, but they are not third-party packages that users remove through Plugin Manager. External/local plugins are trusted source code and do not ship with Sero unless you install or activate them.

Built-in plugins

Plugin Package Category Surface Source checked Docs Notes
Admin @sero-ai/plugin-admin Developer tools app plugins/sero-admin-plugin/package.json Guide Config editor, logs, sessions, agents/skills/prompts; global state file declared by manifest.
Alibaba Coding Plan @sero-ai/plugin-alibaba Provider provider plugins/sero-alibaba-plugin/package.json Models guide Provider-only package; API key env var ALIBABA_CODING_PLAN_KEY; no app UI.
Scheduler @sero-ai/plugin-cron Productivity app, widget, tools plugins/sero-cron-plugin/package.json, README Guide Reminders and recurring jobs; dashboard widget manifest.
Git @sero-ai/plugin-git Developer tools app plugins/sero-git-plugin/package.json Guide Visual Git workspace manager.
MCP @sero-ai/plugin-mcp Developer tools app, bridged tool plugins/sero-mcp-plugin/package.json, README Guide MCP manager app; manifest bridges selected mcp tool behavior.
Memory @sero-ai/plugin-memory Utilities plugin plugins/sero-memory-plugin/package.json Guide Persistent memory, identity/profile facts, and daily logs.
User Feedback @sero-ai/plugin-user-feedback Utilities app plugins/sero-user-feedback-plugin/package.json Guide Pending questions/questionnaires; bridgeTools: false.
Web @sero-ai/plugin-web Productivity app, widget plugins/sero-web-plugin/package.json Guide Web search/content fetching/video-related surfaces within manifest scope.

External/local plugins with full pages

Plugin Package Category Surface Source checked Docs Notes
Google @sero-ai/plugin-google Integrations app, runtime, widgets, bridged tools ../plugins/sero-google-plugin/package.json, README Full page Gmail/Calendar via gogcli; OAuth credentials required.
Kanban @sero-ai/plugin-kanban Productivity app, runtime, widget, bridged tool ../plugins/sero-kanban-plugin/package.json, README Full page Dev board; git-backed workflow caveats.
Notes @sero-ai/plugin-notes Productivity app, widget, tools ../plugins/sero-notes-plugin/package.json, README Full page Global note-taking app/tool.
Todo @sero-ai/todo-plugin Productivity app, tools ../plugins/sero-todo-plugin-main/package.json Full page Optional task app and Pi extension.
Research @sero-ai/plugin-research Productivity app, tools ../plugins/sero-research-plugin/package.json, README Full page Multi-agent research orchestration.
Plan Mode @sero-ai/plugin-plan-mode Developer tools app, commands ../plugins/sero-plan-mode-plugin/package.json, README Full page Read-only planning and execution tracking.
Spotify @sero-ai/plugin-spotify Entertainment app, widget, tools ../plugins/sero-spotify-plugin/package.json, README Full page Spotify OAuth/PKCE plus Web Playback SDK caveats.
ImageGen @sero-ai/plugin-imagegen Creative app, widget ../plugins/sero-imagegen-plugin/package.json, README Full page Gemini-powered image generation; verify storage before sharing outputs.
Starling Bank @sero-ai/plugin-starling Finance app, tools ../plugins/sero-starling-plugin/package.json, README Full page Banking data; use fake/demo examples in support.
Weight @sero-ai/plugin-weight-tracker Health app, tools ../plugins/sero-weight-tracker-plugin/package.json, README Full page Personal health data; use fake/demo examples.

External/local catalog-only plugins

These smaller or demo plugins are covered here to avoid sidebar bloat. They are still external/local packages and require trust review before use.

Plugin Package Category Surface Source checked Try first Limitations / caveat
Calculator @sero-ai/plugin-calc Utilities app, tools, command ../plugins/sero-calc-plugin/package.json, README Ask Sero to calculate a harmless expression, or open the Calculator app if activated. Utility/demo plugin; state is global app state per manifest.
Daily Quote @sero-ai/plugin-daily-quote Utilities app, tools, command ../plugins/sero-daily-quote-plugin/package.json, README Open Daily Quote or ask for a demo quote. Good author example; global state. See App Runtime.
Humanizer @sero-ai/plugin-humanizer Creative app, tool, command ../plugins/sero-humanizer-plugin/package.json, README Transform a short fake paragraph, then compare output in the side-by-side UI. Do not market output as undetectable; verify claims manually.
SlopZilla @sero-ai/plugin-slopzilla Creative app, tool, command ../plugins/sero-slopzilla-plugin/package.json, README Generate a clearly fictional idea and save it if useful. Novelty/idea-generator plugin; avoid presenting joke output as production advice.
Tetris @sero-ai/plugin-tetris Entertainment app ../plugins/sero-tetris-plugin/package.json, README Open Tetris and use keyboard controls. UI-only game plugin; no agent tools documented by README.

Install and enable notes

  • Installed plugins are profile-scoped source packages managed from App Store/Admin flows.
  • Local plugin development is separate from installed plugins; use Admin → Plugins → Local Plugin Development for a checkout you are editing.
  • Attached folders only make source visible to the workspace/agent; they do not activate a plugin.
  • Do not use private email, banking, health, or account data in screenshots or public issue reports.

Related docs: Plugins and Apps, App Store, Favorites, and Installed Plugins, Plugins Reference, App Runtime.