A straightforward CLI wrapper around Google's Apps Script API that lets you manage script projects from the command line. You can create new projects, pull down existing code, push local changes, run scripts remotely, and check execution metrics without opening the web editor. The real win is the push helper that syncs your local files to Apps Script, so you can use your preferred editor and version control. Authentication setup requires some initial Google Cloud configuration, but once that's done, it's solid for automating deployments or integrating Apps Script into larger workflows.
claude skill add googleworkspace/cli:gws-script-push