googleworkspace/gws-script-push
Google Apps Script: Upload local files to an Apps Script project.
npx skills add https://github.com/googleworkspace/cli --skill gws-script-push
> PREREQUISITE: Read ../gws-shared/SKILL.md for auth, global flags, and security rules. If missing, run gws generate-skills to create it.
Upload local files to an Apps Script project
gws script +push --script <ID>
| Flag | Required | Default | Description |
|------|----------|---------|-------------|
| --script | ✓ | — | Script Project ID |
| --dir | — | — | Directory containing script files (defaults to current dir) |
gws script +push --script SCRIPT_ID
gws script +push --script SCRIPT_ID --dir ./src
> [!CAUTION]
> This is a write command — confirm with the user before executing.
Take googleworkspace/gws-script-push from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.