How to install recipe-deploy-apps-script
npx skills add null --skill recipe-deploy-apps-scriptClaude Code
Cursor
Windsurf
Cline
Full instructions (SKILL.md)
Source of truth, from googleworkspace/cli.
name: recipe-deploy-apps-script version: 1.0.0 description: "Push local files to a Google Apps Script project." metadata: openclaw: category: "recipe" domain: "engineering" requires: bins: ["gws"] skills: ["gws-apps-script"]
Deploy an Apps Script Project
PREREQUISITE: Load the following skills to execute this recipe:
gws-apps-script
Push local files to a Google Apps Script project.
Steps
- List existing projects:
gws apps-script projects list --format table - Get project content:
gws apps-script projects getContent --params '{"scriptId": "SCRIPT_ID"}' - Update content:
gws apps-script projects updateContent --params '{"scriptId": "SCRIPT_ID"}' --json '{"files": [{"name": "Code", "type": "SERVER_JS", "source": "function main() { ... }"}]}' - Create a new version:
gws apps-script projects versions create --params '{"scriptId": "SCRIPT_ID"}' --json '{"description": "v2 release"}'
Related skills
More from googleworkspace/cli and the wider catalog.
GW
gws-gmail
googleworkspace/cli
Send, read, and manage Gmail emails via Google Workspace CLI.
40k installs
GW
gws-drive
googleworkspace/cli
Manage Google Drive files, folders, and shared drives via CLI.
37k installs
GW
gws-docs
googleworkspace/cli
Read and write Google Docs via command line.
37k installs
GW
gws-calendar
googleworkspace/cli
Manage Google Calendar events, calendars, and access control via CLI.
36k installsAudited
GW
gws-sheets
googleworkspace/cli
Read and write Google Sheets spreadsheets via CLI.
35k installs
GW
gws-gmail-send
googleworkspace/cli
Send emails via Gmail with attachments, CC/BCC, HTML support, and draft options.
31k installsAudited