
Univer Plugin Dev
- 173 installs
- 7 repo stars
- Updated April 24, 2026
- dream-num/univer-sdk-skills
Guides building custom Univer plugins: registering commands/mutations, extending the Facade API, adding toolbar buttons, menus, shortcuts and event listeners.
About
univer-plugin-dev is a guide to building custom plugins that extend Univer's spreadsheet, document, and presentation engine: registering commands and mutations, extending Facade API classes, and adding UI like toolbar buttons, menus, and shortcuts. A solo builder reaches for it when embedding Univer and needing behavior beyond the defaults.
- Scaffold and register custom Univer plugins
- Extend FUniver/FWorkbook/FRange Facade classes
- Add toolbar buttons, context menus, shortcuts
- Handle workbook/sheet/cell events
Univer Plugin Dev by the numbers
- 173 all-time installs (skills.sh)
- Ranked #913 of 2,245 Frontend Development skills by installs in the Skillselion catalog
- Data as of Jul 30, 2026 (Skillselion catalog sync)
npx skills add https://github.com/dream-num/univer-sdk-skills --skill univer-plugin-devAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 173 |
|---|---|
| repo stars | ★ 7 |
| Last updated | April 24, 2026 |
| Repository | dream-num/univer-sdk-skills ↗ |
What it does
Guides building custom Univer plugins: registering commands/mutations, extending the Facade API, adding toolbar buttons, menus, shortcuts and event listeners.
Who is it for?
Extending Univer with custom commands and UI
Skip if: Basic drop-in Univer integration with no customization
What you get
- Custom Univer plugin