recipe-deploy-apps-script

Deploy local files to a Google Apps Script project using gws CLI.

1|Updated Feb 3, 2026
One-click install
npx skills add https://github.com/run6270/skill --skill recipe-deploy-apps-script-run6270
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: recipe-deploy-apps-script
Source: https://github.com/run6270/skill/tree/main/recipe-deploy-apps-script
Command: npx skills add https://github.com/run6270/skill --skill recipe-deploy-apps-script-run6270

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gws.

What problem does it solve?

This Skill automates the process of pushing local files to a Google Apps Script project, streamlining development workflows.

Core Features & Use Cases

  • Deploy Code: Push local script files to an existing Google Apps Script project.
  • Version Control: Create new versions of your deployed script.
  • Use Case: After making changes to your local Google Apps Script project files, use this Skill to quickly deploy those changes to your live project without manual copy-pasting.

Quick Start

Use the recipe-deploy-apps-script skill to push local files to your Google Apps Script project with script ID 'SCRIPT_ID'.

Frequently Asked Questions about recipe-deploy-apps-script

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I deploy local files to a Google Apps Script project?

To deploy local files to Google Apps Script, use this Skill to push script content directly to a specified project ID. It automates the update process, eliminating manual copy-pasting from your local development environment to the live project.

Can I create a new version of my script when pushing code to Google Apps Script?

Yes, you can create new versions of your deployed Google Apps Script project. This Skill facilitates version control during the file synchronization process, allowing you to track and manage updates to your live code base.

Do I need the gws CLI tool to push local code to Google Apps Script?

Yes, you need the gws CLI tool and the gws-apps-script skill to push local files. These dependencies are required for project interaction and file synchronization between your local environment and the Google Apps Script project.

What is the best way to update script content in Google Apps Script from local files?

The best way to update script content is by using this deployment Skill to push local files directly to your Google Apps Script project. It streamlines the workflow by synchronizing file changes without requiring manual copying.

Why use a script to push local files to Google Apps Script instead of the web editor?

Using a script to push local files to Google Apps Script streamlines your development workflow by allowing you to update live project content and create versions directly from your local environment, bypassing the limitations of manual web editor copy-pasting.