A straightforward wrapper around the Google Apps Script API that lets you manage script projects from the command line. You can create new projects, push local files to existing ones, check execution metrics, and deploy versions without opening the web editor. The helper command for pushing files is handy when you prefer coding locally. It's basically the official clasp tool reimplemented in the gws ecosystem, so if you're already using other gws commands for Google Workspace automation, this keeps everything consistent. Works well for CI/CD pipelines where you need to programmatically update Apps Script projects.
claude skill add googleworkspace/cli:gws-script