sheetsu
Installation
SKILL.md
Sheetsu
Sheetsu turns Google Sheets into JSON APIs. Developers use it to quickly build and prototype applications, using a familiar spreadsheet interface as a database.
Official docs: https://sheetsu.com/api
Sheetsu Overview
- Spreadsheet
- Sheet — identified by name.
- Row — a row in a sheet.
Use action names and parameters as needed.
Working with Sheetsu
This skill uses the Membrane CLI to interact with Sheetsu. Membrane handles authentication and credentials refresh automatically — so you can focus on the integration logic rather than auth plumbing.
Install the CLI
Related skills