gws-apps-script

Manage Google Apps Script projects and deployments via the gws CLI.

312|38|Updated Mar 4, 2026
One-click install
npx skills add https://github.com/m13v/fazm --skill gws-apps-script
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gws-apps-script
Source: https://github.com/m13v/fazm/tree/main/skills/gws-apps-script
Command: npx skills add https://github.com/m13v/fazm --skill gws-apps-script

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill simplifies the management and execution of Google Apps Script projects, streamlining development and deployment workflows.

Core Features & Use Cases

  • Project Management: Create, get, and update Apps Script projects.
  • Code Execution: Run scripts and manage script processes.
  • Use Case: You need to deploy a new version of your Google Sheets add-on. Use this Skill to update the script content and create a new deployment.

Quick Start

Use the gws apps-script projects create command to make a new script project.

Frequently Asked Questions about gws-apps-script

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

FAQPage Schema
How do I manage Google Apps Script projects from the command line?

You can manage Google Apps Script projects from the command line by using the gws CLI to create projects, update script content, and handle deployment operations directly without accessing the web editor.

Can I deploy a new version of an Apps Script project using automation?

Yes, you can deploy a new version of an Apps Script project by updating the script content and executing deployment operations through the gws CLI command-line interface.

How do I execute a script process and retrieve metrics in Google Apps Script?

You can execute script processes and retrieve project metrics by running specific gws CLI commands that facilitate process management and return operational data for your Apps Script projects.

What is the best way to update script content for a Google Sheets add-on?

The best way to update script content for a Google Sheets add-on is to use a command-line interface that directly modifies the Apps Script project files and creates a new deployment version.

Do I need any specific dependencies to create and manage Apps Script projects?

No specific dependencies are required to create and manage Apps Script projects, as the Skill operates independently through the gws CLI to handle project creation and deployment workflows.