What problem does it solve? Managing Google Apps Script projects through the web editor is slow and hard to automate. This Skill lets you create projects, push code, manage deployments and versions, and monitor script executions directly from the command line using the gws CLI. ## Core Features & Use Cases - Project Management: Create new script projects, fetch metadata, and retrieve or update full project content including code files and manifests. - Execution Monitoring: List script processes and pull metrics such as execution counts and active users to track script health. - Deployments & Versions: Manage deployments and versions through dedicated API resources, with a helper command to push local files to a project. - Use Case: You maintain an Apps Script automation in a local Git repo. Use this Skill to push local changes to the project, create a new version, redeploy, and then check process metrics to confirm the update runs correctly. ## Quick Start Use the gws script skill to create a new Apps Script project and push my local code files to it.