Official Univer Skills for SDK integration, Pro products, plugin and theme development, backend processing, and CLI operation.
| Skill | Use it for |
|---|---|
univer-integrate |
Embedding Univer Sheets, Docs, or Slides and using the current Facade API |
univer-pro-integrate |
Integrating licensed Sheets, Docs, Slides, Bases, Boards, PDFs, collaboration, exchange, and Pro features |
univer-node-backend |
Running headless Univer model and formula workflows in Node.js |
univer-plugin-dev |
Building plugins, Commands, UI extensions, events, and Facade extensions |
univer-customize-theme |
Customizing palettes, dark mode, theme-aware UI, and Pro Chart themes |
univer-cli |
Operating local .univer files |
univer-workspace-cli |
Operating remote Workspace files |
The SDK Skills track current Univer OSS and Pro source across Sheets, Docs, Slides, Bases, Boards, and PDFs. Preserve an existing application's exact installed package versions and inspect its exports and Facade declarations before using a source-new API.
The two CLI Skills are independent discovery entries, not a core/variant pair: univer-cli
operates local .univer files, while univer-workspace-cli operates remote Workspace files.
They load version-matched operational Skills from the installed CLI:
univer skills get core
univer-workspace-cli skills get coreInstall all Skills:
npx skills add dream-num/skillsInstall one Skill:
npx skills add dream-num/skills --skill univer-integrateInstall the matching CLI only when the task operates that application:
npm install -g univer-cli@latest
univer doctor
npm install -g univer-workspace-cli@latest
univer-workspace-cli config set-origin https://workspace.example.com
univer-workspace-cli doctorgit clone https://github.com/dream-num/skills.git
cd skills
# Claude Code
mkdir -p ~/.claude/skills
cp -R skills/* ~/.claude/skills/
# Codex
mkdir -p ~/.codex/skills
cp -R skills/* ~/.codex/skills/
# Cursor
mkdir -p ~/.cursor/skills
cp -R skills/* ~/.cursor/skills/Use univer-integrate to embed a themed spreadsheet editor in this React application.
Use univer-pro-integrate to add collaboration and XLSX exchange to this Sheets application.
Use univer-plugin-dev to scaffold a command-driven plugin with a Facade extension.
Use univer-cli to update this local .univer file and verify the result.
Use univer-workspace-cli to edit this Workspace file in a new Worktree and return a review URL.
- Node.js and npm for installation
- The matching
univeroruniver-workspace-clicommand for CLI tasks - The target application's installed Univer packages and release line for SDK tasks
- CLI discovery Skills live in
skills/univer-cliandskills/univer-workspace-cli; their version-matched operational resources ship with the corresponding CLI. - SDK Skills keep their supporting
agents/,references/,assets/, andscripts/inside their owning skill directory. - Run
npm run validatebefore publishing Skill changes.
This repository is licensed under the Apache-2.0 License.