| name | gws-sheets |
| version | 1.0.0 |
| description | Google Sheets: Read and write spreadsheets. |
| metadata | {"openclaw":{"category":"productivity","requires":{"bins":["gws"]},"cliHelp":"gws sheets --help"}} |
sheets (v4)
PREREQUISITE: Read ../gws-shared/SKILL.md for auth, global flags, and security rules. If missing, run gws generate-skills to create it.
gws sheets <resource> <method> [flags]
Helper Commands
| Command | Description |
|---|
+append | Append a row to a spreadsheet |
+read | Read values from a spreadsheet |
API Resources
spreadsheets
batchUpdate — Applies one or more updates to the spreadsheet.
create — Creates a spreadsheet, returning the newly created spreadsheet.
get — Returns the spreadsheet at the given ID. Use fields parameter or includeGridData to include grid data.
getByDataFilter — Returns the spreadsheet filtered by data filters.
developerMetadata — Operations on the 'developerMetadata' resource
sheets — Operations on the 'sheets' resource
values — Operations on the 'values' resource
Discovering Commands
Before calling any API method, inspect it:
gws sheets --help
gws schema sheets.<resource>.<method>
Use gws schema output to build your --params and --json flags.