agent-sheet
Installation
SKILL.md
agent-sheet
Deprecated: agent-sheet is the old name for univer-cli. Prefer univer-cli and the univer / unv command surface for new work.
Keep using this skill only when an older prompt, install, or environment explicitly refers to agent-sheet.
agent-sheet is the shell-native workbook CLI for agent work. Use it when the task needs real workbook structure, formulas, workbook-local logic, or a safe stdin/stdout roundtrip instead of ad hoc CSV handling.
Treat the workbook as the source of truth. Read from workbook-visible state, mutate through the public surface, and prove success from workbook-visible results.
Start here
Use the smallest surface that cleanly matches the task:
inspect: first read, reconnaissance, workbook-visible structure, formulas, ranges, lint signalssearch: first-class localization before editsfill: first-class propagation when a correct seed already existsrun: default programmable workbook surface for bounded workbook-local logicpipe out/pipe in: bulk rectangular data plane for shell roundtrips