Skip to content

Latest commit

 

History

211 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Univer Skills

License Skills Support OS

Languages: English | 简体中文

Official Univer Skills for SDK integration, Pro products, plugin and theme development, backend processing, and CLI operation.

Skills

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 core

Install

Install all Skills:

npx skills add dream-num/skills

Install one Skill:

npx skills add dream-num/skills --skill univer-integrate

Install 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 doctor

Manual installation

git 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/

Example Prompts

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.

Requirements

  • Node.js and npm for installation
  • The matching univer or univer-workspace-cli command for CLI tasks
  • The target application's installed Univer packages and release line for SDK tasks

Contributing

  • CLI discovery Skills live in skills/univer-cli and skills/univer-workspace-cli; their version-matched operational resources ship with the corresponding CLI.
  • SDK Skills keep their supporting agents/, references/, assets/, and scripts/ inside their owning skill directory.
  • Run npm run validate before publishing Skill changes.

License

This repository is licensed under the Apache-2.0 License.

About

Univer Skill enables AI tools to work directly with spreadsheets, Excel workbooks, and CSV files. Powered by Univer CLI, it brings Git-style diffs, reviews, approvals, and rollbacks to spreadsheet workflows — making human-AI collaboration structured, reviewable, and safe.

Topics

Resources

Stars

62 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages