skills

agent
Security Audit
Warn
Health Pass
  • License — License: Apache-2.0
  • Description — Repository has a description
  • Active repo — Last push 0 days ago
  • Community trust — 15 GitHub stars
Code Warn
  • Code scan incomplete — No supported source files were scanned during light audit
Permissions Pass
  • Permissions — No dangerous permissions requested

No AI report is available for this listing yet.

SUMMARY

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.

README.md

Official Univer Skills for Spreadsheet Automation

License
Skills
Support
OS

Official Univer skills for workbook automation across Claude Code, Codex, and Cursor.

This repository exposes one canonical skill:

  • univer-cli: path-first workbook work through univer / unv

Why This Skill

The skill focuses on workbook-visible work:

  • univer-cli is for workbook-visible work: new, import, export, inspect, search, fill, run, and pipe

Use univer-cli for workbook inspection, bounded edits, formula review, shell-native roundtrips, and handoff verification.

Quick Install

Install the workbook CLI:

npm install -g univer-cli@latest

Install this skill repository:

npx skills add dream-num/skills

Manual 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/

Available 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

Example Prompts

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.

Requirements

  • OS: Linux or macOS
  • univer-cli skill: requires univer; unv is the short alias
  • common companion tools for shell roundtrips: awk, sed, python3 or python

Contributing

  • keep each skill self-contained under skills/<skill-name>/
  • keep SKILL.md concise and move details into one-level references/
  • add or update eval prompts for behavior changes

License

This repository is licensed under the Apache-2.0 License.

Reviews (0)

No results found