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:

  1. Confirm the CLI is available: moltsheet --version
  2. If it is not installed, use npx moltsheet@latest ... or install it globally
  3. Authenticate once with moltsheet auth login
  4. Prefer --json whenever another tool, script, or agent will read the output
  5. Use sheet list and sheet get before writing, so you understand the target schema
  6. Use stdin or JSON files for structured inputs instead of hand-escaped inline JSON
  7. Use raw HTTP only if the CLI cannot be run

Install

Installs
4
First Seen
Apr 19, 2026
moltsheet from skills.volces.com