agentsclimarketplace

Univer cli

Skill dream-num/skills/skills/univer-cli

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.

Install
npx -y skills add dream-num/skills --skill univer-cli

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

What its author says it does

Copied from the file, not written here

Use when installing or operating Univer CLI for .univer files, spreadsheets, documents, slides, Base databases, Board canvases, cross-Unit embedding, worktrees, Facade authoring, inspection, verification, import/export, screenshots, or viewer handoff.

SKILL.md

4.1 KB, as published. Nobody here has run it

Univer CLI

Terminal-native authoring and inspection for multi-Unit .univer files. The CLI provides isolated worktrees, version-matched Facade guidance, model readback, and browser review.

Install:

npm install -g univer-cli
univer doctor

Keep the CLI current

Use these commands to compare the installed CLI with the latest public release:

univer --version
npm view univer-cli@latest version --registry=https://registry.npmjs.org/

When a newer version is available, complete the current Univer task before updating:

univer update
univer doctor --json
univer skills get core

If univer update reports that the shared daemon must stop, rerun it with --force after confirming that stopping the daemon is safe. Reload core and the target Unit Skill after every update.

Start here

This file is the discovery entry, not the operational guide. Before using Univer commands for a task, load the complete core Skill from the installed CLI:

univer skills get core          # shared model, workflow, evidence, and handoff
univer skills get core --full   # include direct references and templates

Runtime Skills ship with the CLI so their commands and Facade APIs match the installed version.

Core Model

  • A .univer path is the authoritative multi-Unit target. Always address the file explicitly.
  • A Unit is a top-level Sheet, Doc, Slide, Base, or Board identified by unitId; sheet names, pages, tables, ranges, shapes, and records live inside that Unit.
  • trunk is the reviewed main line. A worktree is an isolated scope for agent changes; there is no implicit current worktree.
  • Command success is not correctness evidence. Read back the target model, verify task-specific assertions, and inspect rendered output when appearance matters.

Use public CLI and Facade surfaces. The worktree commit path is the durable write boundary, and merge remains an explicit review decision.

Unit Skills

After core, load the Skill matching the target top-level Unit before authoring:

univer skills get sheet
univer skills get doc
univer skills get slide
univer skills get base
univer skills get board

Use univer skills list to discover the installed set. Each Unit Skill owns its creation recipe, Facade entrypoints, readback guidance, and visual verification requirements.

For cross-Unit composition, load the additional Topic Skill after the host and child Unit Skills:

univer skills get embed

Task Routing

TaskLoad and use
Inspect or edit spreadsheet values, formulas, formatting, charts, or tablescore + sheet
Create or refine document paragraphs, rich text, tables, charts, or page layoutcore + doc
Build or review presentation pages, shapes, text, or imagescore + slide
Create or edit structured Base tables, fields, records, or viewscore + base
Create or edit a Board canvas, charts, and other elementscore + board
Embed one Unit inside another Unitcore + host Unit + child Unit + embed

Why Univer CLI

  • One .univer target can contain Sheet, Doc, Slide, Base, and Board Units addressed by unitId.
  • Worktrees isolate agent changes until review and merge.
  • Offline api show / api find resolves exact Facade symbols for the installed SDK.
  • Runtime readback and the viewer verify the stored model and rendered result.
  • Import/export and screenshots use the product runtime rather than unrelated file writers.

Do not edit .univer storage directly or substitute unrelated writers. Follow the loaded core and Unit Skills for the supported path.

Diagnose

univer --help
univer doctor
univer skills list
univer skills path

Use univer help <command> for exact syntax. If the CLI is unavailable or doctor reports a blocking runtime failure, stop and report the diagnostic instead of switching tools.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.