← Back to Skills Marketplace
16
Downloads
1
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install univer-cli
Description
Terminal-native spreadsheet engine for Excel-compatible .xlsx operations — read, write, format, formula, charts, and multidimensional tables via CLI.
README (SKILL.md)
univer-cli
Terminal-native spreadsheet engine for Excel-compatible .xlsx files.
Install
npm i -g univer-cli
Verify:
unv --version
Core Capabilities
- Read/write .xlsx — full Excel compatibility without Excel
- Formulas — evaluate and edit formulas from the CLI
- Formatting — cells, styles, number formats
- Charts & shapes — generate or manipulate visual elements
- Multidimensional tables — bitable-style operations
- Interactive preview — live preview and viewer review comments
- Versioning — built-in versioning support for spreadsheets
- Pipe in/out — shell-native roundtrips:
cat file.xlsx | unv run --formula SUM(A:A)
Common Commands
# Inspect a workbook
unv inspect file.xlsx
# Run a formula/script
unv run file.xlsx --formula "SUM(A1:A10)"
# Export to different format
unv convert file.xlsx --output result.csv
# Interactive viewer
unv view file.xlsx
# Create from template
unv create --template budget --name "Q1 Report"
Usage in OpenClaw
Load this skill when the user asks to:
- Analyze, edit, or convert Excel/.xlsx files
- Work with spreadsheet data from the CLI
- Generate charts or formatted reports from data
- Process multiple spreadsheets in a pipeline
// Example: inspect and extract summary
const { execSync } = require('child_process');
const result = execSync('unv inspect report.xlsx --json').toString();
Notes
- Requires Node.js 18+
- All operations are local (no cloud dependency)
- Supports headless/automated workflows
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install univer-cli - After installation, invoke the skill by name or use
/univer-cli - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: Excel-compatible spreadsheet CLI with formula, formatting, charts, and pipe-native workflow support.
Metadata
Frequently Asked Questions
What is univer-cli?
Terminal-native spreadsheet engine for Excel-compatible .xlsx operations — read, write, format, formula, charts, and multidimensional tables via CLI. It is an AI Agent Skill for Claude Code / OpenClaw, with 16 downloads so far.
How do I install univer-cli?
Run "/install univer-cli" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is univer-cli free?
Yes, univer-cli is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does univer-cli support?
univer-cli is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created univer-cli?
It is built and maintained by wuritu (@wuritu); the current version is v1.0.0.
More Skills