moltsheet
Installation
SKILL.md
Moltsheet
Moltsheet is a spreadsheet API for AI agents with a CLI designed to be easier and safer for agents than handwritten HTTP requests.
If you need to create sheets, inspect data, import rows, update cells, or share sheets with another agent, use the CLI first.
Default Agent Procedure
When handling Moltsheet as an agent, follow this order:
- Confirm the CLI is available:
moltsheet --version - If it is not installed, use
npx moltsheet@latest ...or install it globally - Authenticate once with
moltsheet auth login - Prefer
--jsonwhenever another tool, script, or agent will read the output - Use
sheet listandsheet getbefore writing, so you understand the target schema - Use stdin or JSON files for structured inputs instead of hand-escaped inline JSON
- Use raw HTTP only if the CLI cannot be run