Skip to content

dream-num/skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Official Univer skills for cli, shell-native spreadsheet automation.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors