← 返回 Skills 市场
wuritu

univer-cli

作者 wuritu · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ pending
16
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install univer-cli
功能描述
Terminal-native spreadsheet engine for Excel-compatible .xlsx operations — read, write, format, formula, charts, and multidimensional tables via CLI.
使用说明 (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
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install univer-cli
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /univer-cli 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: Excel-compatible spreadsheet CLI with formula, formatting, charts, and pipe-native workflow support.
元数据
Slug univer-cli
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

univer-cli 是什么?

Terminal-native spreadsheet engine for Excel-compatible .xlsx operations — read, write, format, formula, charts, and multidimensional tables via CLI. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 16 次。

如何安装 univer-cli?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install univer-cli」即可一键安装,无需额外配置。

univer-cli 是免费的吗?

是的,univer-cli 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

univer-cli 支持哪些平台?

univer-cli 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 univer-cli?

由 wuritu(@wuritu)开发并维护,当前版本 v1.0.0。

💬 留言讨论