The official Univer CLI Skill for Claude Code, Codex, and Cursor. Give your agent a .univer
file and describe the result you want; the Skill guides it through authoring, verification, and
visual review with Univer CLI.
Learn more about Univer at univer.ai.
- Build spreadsheets — edit values and formulas, apply formatting, and work with tables, charts, and shapes.
- Create documents and slides — author rich content, arrange layouts, and review rendered output.
- Manage structured data — create Base tables, fields, records, and views.
- Use an open canvas — create Board canvases and add visual elements.
- Work safely with agents — isolate changes in worktrees, read back stored models, and hand off a browser review link.
- Exchange Excel files — import and export
.xlsxwhile keeping the working model in a structured.univerfile.
This repository installs the Univer CLI entry Skill. It guides agents to load core guidance and the relevant Unit Skill from your installed CLI, keeping commands and Facade APIs aligned with that version.
The available Unit Skills cover Sheet, Doc, Slide, Base, and Board:
univer skills list
univer skills get core
univer skills get boardInstall Univer CLI:
npm install -g univer-cli@latest
univer doctorInstall the Skill:
npx skills add dream-num/skillsgit clone https://github.com/dream-num/skills.git
cd skills
# Claude Code
mkdir -p ~/.claude/skills
cp -R skills/univer-cli ~/.claude/skills/
# Codex
mkdir -p ~/.codex/skills
cp -R skills/univer-cli ~/.codex/skills/
# Cursor
mkdir -p ~/.cursor/skills
cp -R skills/univer-cli ~/.cursor/skills/Use univer-cli to inspect this .univer file and update the formulas and formatting on its pricing sheet.
Use univer-cli to create a Board, insert a shape, and open the viewer for review.
Use univer-cli to create a Base with a contacts table, add a record, and verify the stored model.
- Linux or macOS
- Node.js and npm
- Univer CLI available as
univer
- The entry Skill lives at
skills/univer-cli/SKILL.md. - Version-matched operational Skills and resources ship with the Univer CLI package.
- Run
npm run validatebefore publishing Skill changes.
This repository is licensed under the Apache-2.0 License.