Univer CLI
Entry-point skill for the real univer-cli npm tool; verified a full create-edit-inspect-export round trip.
Test report
- Verdict
- Tested · Works
- Score
- Tested
- Jul 14, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Aug 10, 2026 · fed0cfd
Actually npm-installed univer-cli and ran the documented loop for real: created revenue.univer, added a sheet unit on a worktree, set A1/B1 via Facade execute(), verified with inspect --json, and exported to xlsx — openpyxl confirmed A1='Revenue', B1=100. A blind baseline could only produce a plain .xlsx, since the .univer container format isn't something a generic agent knows. Frictions: the screenshot step didn't finish within 25s in our sandbox, and the frontmatter carries a non-standard hidden: true field — not a key Claude Code recognises, and the skill triggered normally in our battery.
Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works
- Installs cleanly 5/5
- Triggers reliably 5/5
- Output vs. baseline 9/10
- Docs & honesty 5/5
What Univer CLI does
Discovery/entry skill for Univer CLI: instructs the agent to npm-install the univer-cli package, then pull version-matched operational skills (core plus sheet/doc/slide/base/board) straight from the installed CLI via 'univer skills get <name>', keeping guidance in sync with whatever CLI version is on the machine. Covers creating and editing multi-Unit .univer files (spreadsheets, documents, slides, Base databases, Board canvases) through isolated worktrees, Facade code execution, model read-back verification, screenshots, and xlsx/csv/docx/pptx import-export. Triggers on requests to install or operate Univer CLI, or to inspect/edit/import/export .univer content.
How to install Univer CLI
git clone https://github.com/dream-num/skills
cd skills
mkdir -p ~/.claude/skills
cp -r skills/univer-cli ~/.claude/skills/univer-cli
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger Univer CLI
-
/univer-cliEntry-point skill for the real univer-cli npm tool; verified a full create-edit-inspect-export round trip.
It also activates on plain-language prompts like these:
-
Create a Univer spreadsheet with revenue data in cell A1 -
Install Univer CLI and pull the sheet editing skill for it -
Export this .univer file to xlsx and verify the cell values
Frequently asked questions
- Is the Univer CLI skill free?
- Yes. The skill itself is free from dream-num/skills. SkillProof publishes the install command and an independent test verdict at no cost.
- Does Univer CLI work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 14, 2026. Verdict: Tested · Works. Actually npm-installed univer-cli and ran the documented loop for real: created revenue.univer, added a sheet unit on a worktree, set A1/B1 via Facade execute(), verified with inspect --json, and exported to xlsx — openpyxl confirmed A1='Revenue', B1=100. A blind baseline could only produce a plain .xlsx, since the .univer container format isn't something a generic agent knows. Frictions: the screenshot step didn't finish within 25s in our sandbox, and the frontmatter carries a non-standard hidden: true field — not a key Claude Code recognises, and the skill triggered normally in our battery.
- What is the Univer CLI SkillProof Score?
- 9.6/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 9/10, docs & honesty 5/5.
- How do I install Univer CLI?
- Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
- Can I use Univer CLI with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
- The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.