gws-script-push

Upload local script files to Google Apps Script projects.

1|Updated Apr 8, 2026
One-click install
npx skills add https://github.com/fishyer/skills --skill gws-script-push-fishyer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gws-script-push
Source: https://github.com/fishyer/skills/tree/main/skills/gws-script-push
Command: npx skills add https://github.com/fishyer/skills --skill gws-script-push-fishyer

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill simplifies the process of uploading local scripts to Google Apps Script projects, reducing the complexity of project management and ensuring scripts are kept up-to-date.

Core Features & Use Cases

  • Script Upload: Streamline the process of adding new scripts or updating existing ones in Google Apps Script projects.
  • Directory Management: Supports uploading scripts from a specified directory or the current directory.
  • Version Control: Ensures that script versions are synchronized between local files and the Google Apps Script project.

Quick Start

Use the gws-script-push skill to upload the script located at 'path/to/script.js' to your Google Apps Script project.

Frequently Asked Questions about gws-script-push

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

FAQPage Schema
How do I upload local scripts to Google Apps Script projects?

You can upload local scripts to Google Apps Script projects by using this Skill to push files from a specified directory or the current directory directly to your project. It requires authorization and a valid script project ID.

What file types does Google Apps Script support for local script uploads?

Local script uploads to Google Apps Script support file types including .gs, .js, .html, and appsscript.json. This ensures that both server-side scripts and client-side HTML files can be managed efficiently.

Do I need a script project ID to upload files to Google Apps Script?

Yes, a script project ID is required to upload files to Google Apps Script. This identifier directs the uploaded local scripts to the correct destination project, requiring proper authorization beforehand.

Can I synchronize local files with Google Apps Script for version control?

Yes, you can synchronize local files with Google Apps Script for version control. This Skill ensures that script versions are synchronized between your local files and the Google Apps Script project.

What is the best way to manage multiple Google Apps Script files locally?

The best way to manage multiple Google Apps Script files locally is by using directory management features to upload scripts from a specified directory, ensuring all project files are kept up-to-date efficiently.