# Sheets

> Use this skill when the user wants to view and edit spreadsheets in the terminal

- Skill: `javimosch/sheets` (Agent Skill)
- Install (CLI): `npx skillmds@latest add javimosch/sheets`
- Raw SKILL.md: https://api.skillmd.com/api/skills/javimosch/sheets/raw
- Safety review: PASS (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: javimosch (https://skillmd.com/u/javimosch)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/javimosch/sheets

---


# Sheets Plugin

view and edit spreadsheets in the terminal

## Commands
- `sheets self version` — Print sheets version
- `sheets _ _` — Passthrough to sheets CLI

## Usage Examples
- "Open this CSV in the terminal"
- "View the spreadsheet data"
- "Edit spreadsheet cells"

## Installation

```bash
go install github.com/nicholasgasior/sheets@latest
```

## Examples
```bash
sheets data.csv
sheets edit report.tsv
sheets view --format csv data.xlsx
```

## Key Features
- Terminal-based spreadsheet UI
- CSV and TSV support
- Cell editing
- Formula support

