Official Univer product skill for workbook automation across Claude Code, Codex, and Cursor. Start from univer.ai.
This repository exposes one canonical product skill:
univer-cli: publicuniverCLI and SaC capability guidance for.univertargets, workbook evidence, managed inspect tools, migration packs, verification, preview, versioning, import, export, and handoff.
-
A spreadsheet engine in your terminal
Drive workbook semantics through the publicuniverCLI: formulas, formatting, conditional formatting, charts, shapes, layout, import/export, and preview. -
Evidence-first workbook work
Use managed inspect tools, readonly probes, view, verify, and export/readback to understand and prove workbook-visible state. -
Source-backed durable changes
Use SaC sidecars, Facade Migration Packs, templates, apply, rollback, and verify for repeatable workbook behavior. -
Excel-compatible handoff
Import and export.xlsxfiles while agents work against structured.univerworkbook state.
univer-cli is a product skill, not an agent workflow package. It explains the Univer CLI and SaC
public surfaces, evidence boundaries, and best practices. Agents can use any planning method chosen
by their runtime or user.
The skill uses progressive disclosure:
skills/univer-cli/SKILL.mdis the only required entry point.skills/univer-cli/references/contains longer capability notes and checked recipes.skills/univer-cli/inspect-tools/contains managed readonly inspect tool resources used throughuniver inspect --tool.
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 | Best for | Status |
|---|---|---|
univer-cli |
workbook inspection, .univer targets, managed inspect tools, SaC authoring, apply/rollback/verify, preview, versioning, import/export, and handoff |
canonical |
Use univer-cli to inspect this workbook, list all sheets, and summarize formulas on the pricing sheet before making any edits.
Use univer-cli to import --file ./input.xlsx into ./Budget.univer, inspect the target unit and relevant ranges, then create a durable SaC migration for the requested workbook change.
Use univer-cli to create a migration from a suitable template if workbook-visible evidence matches one; otherwise create an ordinary migration pack, apply it, and verify the applied behavior.
- OS: Linux or macOS
- Univer CLI installed as
univer - common shell tools for command roundtrips:
awk,sed, and Node.js
- keep the product skill source under
skills/univer-cli/ - keep
SKILL.mdconcise and move long capability notes into one-levelreferences/ - keep managed inspect tools under
skills/univer-cli/inspect-tools/ - run
npm run validatebefore publishing skill package changes
This repository is licensed under the Apache-2.0 License.