Official Univer skills for workbook automation across Claude Code, Codex, and Cursor.
This repository exposes one canonical skill:
univer-cli: path-first workbook work throughuniver/unv
The skill focuses on workbook-visible work:
univer-cliis for workbook-visible work:new,import,export,inspect,search,fill,run, andpipe
Use univer-cli for workbook inspection, bounded edits, formula review, shell-native roundtrips, and handoff verification.
Install the workbook CLI:
npm install -g univer-cli@latestInstall this skill repository:
npx skills add dream-num/skillsManual install:
git 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/| Skill | What it does | Best for | Status |
|---|---|---|---|
univer-cli |
Path-first workbook automation with lifecycle commands, inspection, cell search, fill, run, and shell-native roundtrips | workbook inspection, content-driven cell lookup, formula review, bounded edits, verification-first authoring, handoff | canonical |
Use univer-cli to inspect this workbook, list all sheets, and summarize the formulas on the pricing sheet before making any edits.
Use univer-cli to import ./input.xlsx into ./Budget.univer, add a bounded review table, then verify the header row and anchor cells.
- OS: Linux or macOS
univer-cliskill: requiresuniver;unvis the short alias- common companion tools for shell roundtrips:
awk,sed,python3orpython
- keep each skill self-contained under
skills/<skill-name>/ - keep
SKILL.mdconcise and move details into one-levelreferences/ - add or update eval prompts for behavior changes
This repository is licensed under the Apache-2.0 License.