[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-google-workspace-gws-sheets":3,"mdc--44zv5w-key":49,"related-repo-google-workspace-gws-sheets":530,"related-org-google-workspace-gws-sheets":616},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":12,"stars":24,"repoUrl":25,"updatedAt":26,"license":27,"forks":28,"topics":29,"repo":44,"sourceUrl":47,"mdContent":48},"gws-sheets","read and write Google Sheets","Google Sheets: Read and write spreadsheets.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},"google-workspace","Google Workspace","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002Fgoogle-workspace.png","googleworkspace",[13,17,20,21],{"name":14,"slug":15,"type":16},"Google Sheets","google-sheets","tag",{"name":18,"slug":19,"type":16},"Spreadsheets","spreadsheets",{"name":9,"slug":8,"type":16},{"name":22,"slug":23,"type":16},"Data Analysis","data-analysis",29614,"https:\u002F\u002Fgithub.com\u002Fgoogleworkspace\u002Fcli","2026-07-12T08:26:13.901639",null,1717,[30,31,32,33,34,35,36,37,38,39,40,41,15,8,42,43],"agent-skills","ai-agent","automation","cli","discovery-api","gemini-cli-extension","google-admin","google-api","google-calendar","google-chat","google-docs","google-drive","oauth2","rust",{"repoUrl":25,"stars":24,"forks":28,"topics":45,"description":46},[30,31,32,33,34,35,36,37,38,39,40,41,15,8,42,43],"Google Workspace CLI — one command-line tool for Drive, Gmail, Calendar, Sheets, Docs, Chat, Admin, and more. Dynamically built from Google Discovery Service. Includes AI agent skills.","https:\u002F\u002Fgithub.com\u002Fgoogleworkspace\u002Fcli\u002Ftree\u002FHEAD\u002Fskills\u002Fgws-sheets","---\nname: gws-sheets\ndescription: \"Google Sheets: Read and write spreadsheets.\"\nmetadata:\n  version: 0.22.5\n  openclaw:\n    category: \"productivity\"\n    requires:\n      bins:\n        - gws\n    cliHelp: \"gws sheets --help\"\n---\n\n# sheets (v4)\n\n> **PREREQUISITE:** Read `..\u002Fgws-shared\u002FSKILL.md` for auth, global flags, and security rules. If missing, run `gws generate-skills` to create it.\n\n```bash\ngws sheets \u003Cresource> \u003Cmethod> [flags]\n```\n\n## Helper Commands\n\n| Command | Description |\n|---------|-------------|\n| [`+append`](..\u002Fgws-sheets-append\u002FSKILL.md) | Append a row to a spreadsheet |\n| [`+read`](..\u002Fgws-sheets-read\u002FSKILL.md) | Read values from a spreadsheet |\n\n## API Resources\n\n### spreadsheets\n\n  - `batchUpdate` — Applies one or more updates to the spreadsheet. Each request is validated before being applied. If any request is not valid then the entire request will fail and nothing will be applied. Some requests have replies to give you some information about how they are applied. The replies will mirror the requests. For example, if you applied 4 updates and the 3rd one had a reply, then the response will have 2 empty replies, the actual reply, and another empty reply, in that order.\n  - `create` — Creates a spreadsheet, returning the newly created spreadsheet.\n  - `get` — Returns the spreadsheet at the given ID. The caller must specify the spreadsheet ID. By default, data within grids is not returned. You can include grid data in one of 2 ways: * Specify a [field mask](https:\u002F\u002Fdevelopers.google.com\u002Fworkspace\u002Fsheets\u002Fapi\u002Fguides\u002Ffield-masks) listing your desired fields using the `fields` URL parameter in HTTP * Set the includeGridData URL parameter to true.\n  - `getByDataFilter` — Returns the spreadsheet at the given ID. The caller must specify the spreadsheet ID. For more information, see [Read, write, and search metadata](https:\u002F\u002Fdevelopers.google.com\u002Fworkspace\u002Fsheets\u002Fapi\u002Fguides\u002Fmetadata). This method differs from GetSpreadsheet in that it allows selecting which subsets of spreadsheet data to return by specifying a dataFilters parameter. Multiple DataFilters can be specified.\n  - `developerMetadata` — Operations on the 'developerMetadata' resource\n  - `sheets` — Operations on the 'sheets' resource\n  - `values` — Operations on the 'values' resource\n\n## Discovering Commands\n\nBefore calling any API method, inspect it:\n\n```bash\n# Browse resources and methods\ngws sheets --help\n\n# Inspect a method's required params, types, and defaults\ngws schema sheets.\u003Cresource>.\u003Cmethod>\n```\n\nUse `gws schema` output to build your `--params` and `--json` flags.\n\n",{"data":50,"body":59},{"name":4,"description":6,"metadata":51},{"version":52,"openclaw":53},"0.22.5",{"category":54,"requires":55,"cliHelp":58},"productivity",{"bins":56},[57],"gws","gws sheets --help",{"type":60,"children":61},"root",[62,71,104,177,184,255,261,266,375,381,386,495,524],{"type":63,"tag":64,"props":65,"children":67},"element","h1",{"id":66},"sheets-v4",[68],{"type":69,"value":70},"text","sheets (v4)",{"type":63,"tag":72,"props":73,"children":74},"blockquote",{},[75],{"type":63,"tag":76,"props":77,"children":78},"p",{},[79,85,87,94,96,102],{"type":63,"tag":80,"props":81,"children":82},"strong",{},[83],{"type":69,"value":84},"PREREQUISITE:",{"type":69,"value":86}," Read ",{"type":63,"tag":88,"props":89,"children":91},"code",{"className":90},[],[92],{"type":69,"value":93},"..\u002Fgws-shared\u002FSKILL.md",{"type":69,"value":95}," for auth, global flags, and security rules. If missing, run ",{"type":63,"tag":88,"props":97,"children":99},{"className":98},[],[100],{"type":69,"value":101},"gws generate-skills",{"type":69,"value":103}," to create it.",{"type":63,"tag":105,"props":106,"children":111},"pre",{"className":107,"code":108,"language":109,"meta":110,"style":110},"language-bash shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","gws sheets \u003Cresource> \u003Cmethod> [flags]\n","bash","",[112],{"type":63,"tag":88,"props":113,"children":114},{"__ignoreMap":110},[115],{"type":63,"tag":116,"props":117,"children":120},"span",{"class":118,"line":119},"line",1,[121,126,132,138,143,149,154,158,163,168,172],{"type":63,"tag":116,"props":122,"children":124},{"style":123},"--shiki-light:#E2931D;--shiki-default:#FFCB6B;--shiki-dark:#FFCB6B",[125],{"type":69,"value":57},{"type":63,"tag":116,"props":127,"children":129},{"style":128},"--shiki-light:#91B859;--shiki-default:#C3E88D;--shiki-dark:#C3E88D",[130],{"type":69,"value":131}," sheets",{"type":63,"tag":116,"props":133,"children":135},{"style":134},"--shiki-light:#39ADB5;--shiki-default:#89DDFF;--shiki-dark:#89DDFF",[136],{"type":69,"value":137}," \u003C",{"type":63,"tag":116,"props":139,"children":140},{"style":128},[141],{"type":69,"value":142},"resourc",{"type":63,"tag":116,"props":144,"children":146},{"style":145},"--shiki-light:#90A4AE;--shiki-default:#EEFFFF;--shiki-dark:#BABED8",[147],{"type":69,"value":148},"e",{"type":63,"tag":116,"props":150,"children":151},{"style":134},[152],{"type":69,"value":153},">",{"type":63,"tag":116,"props":155,"children":156},{"style":134},[157],{"type":69,"value":137},{"type":63,"tag":116,"props":159,"children":160},{"style":128},[161],{"type":69,"value":162},"metho",{"type":63,"tag":116,"props":164,"children":165},{"style":145},[166],{"type":69,"value":167},"d",{"type":63,"tag":116,"props":169,"children":170},{"style":134},[171],{"type":69,"value":153},{"type":63,"tag":116,"props":173,"children":174},{"style":145},[175],{"type":69,"value":176}," [flags]\n",{"type":63,"tag":178,"props":179,"children":181},"h2",{"id":180},"helper-commands",[182],{"type":69,"value":183},"Helper Commands",{"type":63,"tag":185,"props":186,"children":187},"table",{},[188,207],{"type":63,"tag":189,"props":190,"children":191},"thead",{},[192],{"type":63,"tag":193,"props":194,"children":195},"tr",{},[196,202],{"type":63,"tag":197,"props":198,"children":199},"th",{},[200],{"type":69,"value":201},"Command",{"type":63,"tag":197,"props":203,"children":204},{},[205],{"type":69,"value":206},"Description",{"type":63,"tag":208,"props":209,"children":210},"tbody",{},[211,234],{"type":63,"tag":193,"props":212,"children":213},{},[214,229],{"type":63,"tag":215,"props":216,"children":217},"td",{},[218],{"type":63,"tag":219,"props":220,"children":222},"a",{"href":221},"..\u002Fgws-sheets-append\u002FSKILL.md",[223],{"type":63,"tag":88,"props":224,"children":226},{"className":225},[],[227],{"type":69,"value":228},"+append",{"type":63,"tag":215,"props":230,"children":231},{},[232],{"type":69,"value":233},"Append a row to a spreadsheet",{"type":63,"tag":193,"props":235,"children":236},{},[237,250],{"type":63,"tag":215,"props":238,"children":239},{},[240],{"type":63,"tag":219,"props":241,"children":243},{"href":242},"..\u002Fgws-sheets-read\u002FSKILL.md",[244],{"type":63,"tag":88,"props":245,"children":247},{"className":246},[],[248],{"type":69,"value":249},"+read",{"type":63,"tag":215,"props":251,"children":252},{},[253],{"type":69,"value":254},"Read values from a spreadsheet",{"type":63,"tag":178,"props":256,"children":258},{"id":257},"api-resources",[259],{"type":69,"value":260},"API Resources",{"type":63,"tag":262,"props":263,"children":264},"h3",{"id":19},[265],{"type":69,"value":19},{"type":63,"tag":267,"props":268,"children":269},"ul",{},[270,282,293,322,342,353,364],{"type":63,"tag":271,"props":272,"children":273},"li",{},[274,280],{"type":63,"tag":88,"props":275,"children":277},{"className":276},[],[278],{"type":69,"value":279},"batchUpdate",{"type":69,"value":281}," — Applies one or more updates to the spreadsheet. Each request is validated before being applied. If any request is not valid then the entire request will fail and nothing will be applied. Some requests have replies to give you some information about how they are applied. The replies will mirror the requests. For example, if you applied 4 updates and the 3rd one had a reply, then the response will have 2 empty replies, the actual reply, and another empty reply, in that order.",{"type":63,"tag":271,"props":283,"children":284},{},[285,291],{"type":63,"tag":88,"props":286,"children":288},{"className":287},[],[289],{"type":69,"value":290},"create",{"type":69,"value":292}," — Creates a spreadsheet, returning the newly created spreadsheet.",{"type":63,"tag":271,"props":294,"children":295},{},[296,302,304,312,314,320],{"type":63,"tag":88,"props":297,"children":299},{"className":298},[],[300],{"type":69,"value":301},"get",{"type":69,"value":303}," — Returns the spreadsheet at the given ID. The caller must specify the spreadsheet ID. By default, data within grids is not returned. You can include grid data in one of 2 ways: * Specify a ",{"type":63,"tag":219,"props":305,"children":309},{"href":306,"rel":307},"https:\u002F\u002Fdevelopers.google.com\u002Fworkspace\u002Fsheets\u002Fapi\u002Fguides\u002Ffield-masks",[308],"nofollow",[310],{"type":69,"value":311},"field mask",{"type":69,"value":313}," listing your desired fields using the ",{"type":63,"tag":88,"props":315,"children":317},{"className":316},[],[318],{"type":69,"value":319},"fields",{"type":69,"value":321}," URL parameter in HTTP * Set the includeGridData URL parameter to true.",{"type":63,"tag":271,"props":323,"children":324},{},[325,331,333,340],{"type":63,"tag":88,"props":326,"children":328},{"className":327},[],[329],{"type":69,"value":330},"getByDataFilter",{"type":69,"value":332}," — Returns the spreadsheet at the given ID. The caller must specify the spreadsheet ID. For more information, see ",{"type":63,"tag":219,"props":334,"children":337},{"href":335,"rel":336},"https:\u002F\u002Fdevelopers.google.com\u002Fworkspace\u002Fsheets\u002Fapi\u002Fguides\u002Fmetadata",[308],[338],{"type":69,"value":339},"Read, write, and search metadata",{"type":69,"value":341},". This method differs from GetSpreadsheet in that it allows selecting which subsets of spreadsheet data to return by specifying a dataFilters parameter. Multiple DataFilters can be specified.",{"type":63,"tag":271,"props":343,"children":344},{},[345,351],{"type":63,"tag":88,"props":346,"children":348},{"className":347},[],[349],{"type":69,"value":350},"developerMetadata",{"type":69,"value":352}," — Operations on the 'developerMetadata' resource",{"type":63,"tag":271,"props":354,"children":355},{},[356,362],{"type":63,"tag":88,"props":357,"children":359},{"className":358},[],[360],{"type":69,"value":361},"sheets",{"type":69,"value":363}," — Operations on the 'sheets' resource",{"type":63,"tag":271,"props":365,"children":366},{},[367,373],{"type":63,"tag":88,"props":368,"children":370},{"className":369},[],[371],{"type":69,"value":372},"values",{"type":69,"value":374}," — Operations on the 'values' resource",{"type":63,"tag":178,"props":376,"children":378},{"id":377},"discovering-commands",[379],{"type":69,"value":380},"Discovering Commands",{"type":63,"tag":76,"props":382,"children":383},{},[384],{"type":69,"value":385},"Before calling any API method, inspect it:",{"type":63,"tag":105,"props":387,"children":389},{"className":107,"code":388,"language":109,"meta":110,"style":110},"# Browse resources and methods\ngws sheets --help\n\n# Inspect a method's required params, types, and defaults\ngws schema sheets.\u003Cresource>.\u003Cmethod>\n",[390],{"type":63,"tag":88,"props":391,"children":392},{"__ignoreMap":110},[393,402,419,429,438],{"type":63,"tag":116,"props":394,"children":395},{"class":118,"line":119},[396],{"type":63,"tag":116,"props":397,"children":399},{"style":398},"--shiki-light:#90A4AE;--shiki-light-font-style:italic;--shiki-default:#546E7A;--shiki-default-font-style:italic;--shiki-dark:#676E95;--shiki-dark-font-style:italic",[400],{"type":69,"value":401},"# Browse resources and methods\n",{"type":63,"tag":116,"props":403,"children":405},{"class":118,"line":404},2,[406,410,414],{"type":63,"tag":116,"props":407,"children":408},{"style":123},[409],{"type":69,"value":57},{"type":63,"tag":116,"props":411,"children":412},{"style":128},[413],{"type":69,"value":131},{"type":63,"tag":116,"props":415,"children":416},{"style":128},[417],{"type":69,"value":418}," --help\n",{"type":63,"tag":116,"props":420,"children":422},{"class":118,"line":421},3,[423],{"type":63,"tag":116,"props":424,"children":426},{"emptyLinePlaceholder":425},true,[427],{"type":69,"value":428},"\n",{"type":63,"tag":116,"props":430,"children":432},{"class":118,"line":431},4,[433],{"type":63,"tag":116,"props":434,"children":435},{"style":398},[436],{"type":69,"value":437},"# Inspect a method's required params, types, and defaults\n",{"type":63,"tag":116,"props":439,"children":441},{"class":118,"line":440},5,[442,446,451,456,461,465,469,473,478,482,486,490],{"type":63,"tag":116,"props":443,"children":444},{"style":123},[445],{"type":69,"value":57},{"type":63,"tag":116,"props":447,"children":448},{"style":128},[449],{"type":69,"value":450}," schema",{"type":63,"tag":116,"props":452,"children":453},{"style":128},[454],{"type":69,"value":455}," sheets.",{"type":63,"tag":116,"props":457,"children":458},{"style":134},[459],{"type":69,"value":460},"\u003C",{"type":63,"tag":116,"props":462,"children":463},{"style":128},[464],{"type":69,"value":142},{"type":63,"tag":116,"props":466,"children":467},{"style":145},[468],{"type":69,"value":148},{"type":63,"tag":116,"props":470,"children":471},{"style":134},[472],{"type":69,"value":153},{"type":63,"tag":116,"props":474,"children":475},{"style":128},[476],{"type":69,"value":477},".",{"type":63,"tag":116,"props":479,"children":480},{"style":134},[481],{"type":69,"value":460},{"type":63,"tag":116,"props":483,"children":484},{"style":128},[485],{"type":69,"value":162},{"type":63,"tag":116,"props":487,"children":488},{"style":145},[489],{"type":69,"value":167},{"type":63,"tag":116,"props":491,"children":492},{"style":134},[493],{"type":69,"value":494},">\n",{"type":63,"tag":76,"props":496,"children":497},{},[498,500,506,508,514,516,522],{"type":69,"value":499},"Use ",{"type":63,"tag":88,"props":501,"children":503},{"className":502},[],[504],{"type":69,"value":505},"gws schema",{"type":69,"value":507}," output to build your ",{"type":63,"tag":88,"props":509,"children":511},{"className":510},[],[512],{"type":69,"value":513},"--params",{"type":69,"value":515}," and ",{"type":63,"tag":88,"props":517,"children":519},{"className":518},[],[520],{"type":69,"value":521},"--json",{"type":69,"value":523}," flags.",{"type":63,"tag":525,"props":526,"children":527},"style",{},[528],{"type":69,"value":529},"html .light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html.light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html .default .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}html.dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}",{"items":531,"total":615},[532,549,562,574,584,595,604],{"slug":533,"name":533,"fn":534,"description":535,"org":536,"tags":537,"stars":24,"repoUrl":25,"updatedAt":548},"gws-admin-reports","generate Google Workspace audit and usage reports","Google Workspace Admin SDK: Audit logs and usage reports.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[538,541,542,545],{"name":539,"slug":540,"type":16},"Audit","audit",{"name":9,"slug":8,"type":16},{"name":543,"slug":544,"type":16},"Logs","logs",{"name":546,"slug":547,"type":16},"Reporting","reporting","2026-07-12T08:26:31.062227",{"slug":550,"name":550,"fn":551,"description":552,"org":553,"tags":554,"stars":24,"repoUrl":25,"updatedAt":561},"gws-calendar","manage Google Calendar events and schedules","Google Calendar: Manage calendars and events.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[555,557,558],{"name":556,"slug":38,"type":16},"Google Calendar",{"name":9,"slug":8,"type":16},{"name":559,"slug":560,"type":16},"Scheduling","scheduling","2026-07-12T08:24:59.616333",{"slug":563,"name":563,"fn":564,"description":565,"org":566,"tags":567,"stars":24,"repoUrl":25,"updatedAt":573},"gws-calendar-agenda","show upcoming Google Calendar events","Google Calendar: Show upcoming events across all calendars.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[568,569,570],{"name":556,"slug":38,"type":16},{"name":9,"slug":8,"type":16},{"name":571,"slug":572,"type":16},"Meetings","meetings","2026-07-12T08:25:10.888894",{"slug":575,"name":575,"fn":576,"description":577,"org":578,"tags":579,"stars":24,"repoUrl":25,"updatedAt":583},"gws-calendar-insert","create Google Calendar events","Google Calendar: Create a new event.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[580,581,582],{"name":556,"slug":38,"type":16},{"name":9,"slug":8,"type":16},{"name":559,"slug":560,"type":16},"2026-07-12T08:25:09.604012",{"slug":585,"name":585,"fn":586,"description":587,"org":588,"tags":589,"stars":24,"repoUrl":25,"updatedAt":594},"gws-chat","manage Google Chat spaces and messages","Google Chat: Manage Chat spaces and messages.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[590,591],{"name":9,"slug":8,"type":16},{"name":592,"slug":593,"type":16},"Messaging","messaging","2026-07-12T08:26:10.121585",{"slug":596,"name":596,"fn":597,"description":598,"org":599,"tags":600,"stars":24,"repoUrl":25,"updatedAt":603},"gws-chat-send","send messages to Google Chat spaces","Google Chat: Send a message to a space.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[601,602],{"name":9,"slug":8,"type":16},{"name":592,"slug":593,"type":16},"2026-07-12T08:24:45.761728",{"slug":605,"name":605,"fn":606,"description":607,"org":608,"tags":609,"stars":24,"repoUrl":25,"updatedAt":614},"gws-classroom","manage Google Classroom rosters and coursework","Google Classroom: Manage classes, rosters, and coursework.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[610,613],{"name":611,"slug":612,"type":16},"Education","education",{"name":9,"slug":8,"type":16},"2026-07-12T08:25:00.846861",95,{"items":617,"total":615},[618,625,631,637,643,648,653,658,671,684,697,710],{"slug":533,"name":533,"fn":534,"description":535,"org":619,"tags":620,"stars":24,"repoUrl":25,"updatedAt":548},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[621,622,623,624],{"name":539,"slug":540,"type":16},{"name":9,"slug":8,"type":16},{"name":543,"slug":544,"type":16},{"name":546,"slug":547,"type":16},{"slug":550,"name":550,"fn":551,"description":552,"org":626,"tags":627,"stars":24,"repoUrl":25,"updatedAt":561},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[628,629,630],{"name":556,"slug":38,"type":16},{"name":9,"slug":8,"type":16},{"name":559,"slug":560,"type":16},{"slug":563,"name":563,"fn":564,"description":565,"org":632,"tags":633,"stars":24,"repoUrl":25,"updatedAt":573},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[634,635,636],{"name":556,"slug":38,"type":16},{"name":9,"slug":8,"type":16},{"name":571,"slug":572,"type":16},{"slug":575,"name":575,"fn":576,"description":577,"org":638,"tags":639,"stars":24,"repoUrl":25,"updatedAt":583},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[640,641,642],{"name":556,"slug":38,"type":16},{"name":9,"slug":8,"type":16},{"name":559,"slug":560,"type":16},{"slug":585,"name":585,"fn":586,"description":587,"org":644,"tags":645,"stars":24,"repoUrl":25,"updatedAt":594},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[646,647],{"name":9,"slug":8,"type":16},{"name":592,"slug":593,"type":16},{"slug":596,"name":596,"fn":597,"description":598,"org":649,"tags":650,"stars":24,"repoUrl":25,"updatedAt":603},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[651,652],{"name":9,"slug":8,"type":16},{"name":592,"slug":593,"type":16},{"slug":605,"name":605,"fn":606,"description":607,"org":654,"tags":655,"stars":24,"repoUrl":25,"updatedAt":614},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[656,657],{"name":611,"slug":612,"type":16},{"name":9,"slug":8,"type":16},{"slug":659,"name":659,"fn":660,"description":661,"org":662,"tags":663,"stars":24,"repoUrl":25,"updatedAt":670},"gws-docs","read and write Google Docs","Read and write Google Docs.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[664,667,669],{"name":665,"slug":666,"type":16},"Documents","documents",{"name":668,"slug":40,"type":16},"Google Docs",{"name":9,"slug":8,"type":16},"2026-07-12T08:26:07.645598",{"slug":672,"name":672,"fn":673,"description":674,"org":675,"tags":676,"stars":24,"repoUrl":25,"updatedAt":683},"gws-docs-write","append text to Google Docs","Google Docs: Append text to a document.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[677,678,679,680],{"name":665,"slug":666,"type":16},{"name":668,"slug":40,"type":16},{"name":9,"slug":8,"type":16},{"name":681,"slug":682,"type":16},"Writing","writing","2026-07-12T08:26:22.261687",{"slug":685,"name":685,"fn":686,"description":687,"org":688,"tags":689,"stars":24,"repoUrl":25,"updatedAt":696},"gws-drive","manage files in Google Drive","Google Drive: Manage files, folders, and shared drives.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[690,693,695],{"name":691,"slug":692,"type":16},"File Storage","file-storage",{"name":694,"slug":41,"type":16},"Google Drive",{"name":9,"slug":8,"type":16},"2026-07-12T08:24:42.025037",{"slug":698,"name":698,"fn":699,"description":700,"org":701,"tags":702,"stars":24,"repoUrl":25,"updatedAt":709},"gws-drive-upload","upload files to Google Drive","Google Drive: Upload a file with automatic metadata.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[703,704,707,708],{"name":691,"slug":692,"type":16},{"name":705,"slug":706,"type":16},"File Uploads","file-uploads",{"name":694,"slug":41,"type":16},{"name":9,"slug":8,"type":16},"2026-07-12T08:25:02.071018",{"slug":711,"name":711,"fn":712,"description":713,"org":714,"tags":715,"stars":24,"repoUrl":25,"updatedAt":722},"gws-events","subscribe to Google Workspace events","Subscribe to Google Workspace events.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[716,718,719],{"name":717,"slug":32,"type":16},"Automation",{"name":9,"slug":8,"type":16},{"name":720,"slug":721,"type":16},"Notifications","notifications","2026-07-12T08:24:35.741351"]