面向 Claude Code、Codex 和 Cursor 的官方 Univer product skill。公共入口是 univer.ai。
这个仓库只分发一个 canonical product skill:
univer-cli: 说明 publicuniverCLI 和 SaC 能力,包括.univertarget、workbook evidence、managed inspect tools、migration packs、verify、preview、 worktrees、import、export 和 handoff。
-
终端里的电子表格引擎
通过 publicuniverCLI 驱动真实 workbook 语义:公式、格式、条件格式、图表、形状、布局、导入/导出和预览。 -
Evidence-first workbook work
通过 managed inspect tools、readonly probes、view、verify 和 export/readback 理解并证明 workbook-visible state。 -
Source-backed durable changes
通过 SaC sidecar、Facade Migration Packs、templates、apply、rollback 和 verify 构建可重复的 workbook behavior。 -
Excel 兼容交付
支持.xlsximport/export;agent 内部处理结构化.univerworkbook state。
univer-cli 是 product skill,不是 agent workflow package。它解释 Univer CLI 和 SaC 的 public
surfaces、evidence boundaries 和 best practices。Agent 可以使用 runtime 或用户选择的任意 planning
方法。
这个 skill 使用 progressive disclosure:
skills/univer-cli/SKILL.md是唯一必读入口。skills/univer-cli/references/存放更长的 capability notes 和 checked recipes。skills/univer-cli/inspect-tools/存放 managed readonly inspect tool resources,通过univer inspect --tool使用。
安装 workbook CLI:
npm install -g univer-cli@latest安装这个 skill repository:
npx skills add dream-num/skills手动安装:
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、worktrees、import/export 和 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 - 常见 shell roundtrip 工具:
awk、sed和 Node.js
- product skill source 保持在
skills/univer-cli/ SKILL.md保持简洁,长 capability notes 放到一层references/- managed inspect tools 保持在
skills/univer-cli/inspect-tools/ - 发布 skill package 变更前运行
npm run validate
This repository is licensed under the Apache-2.0 License.