clasp-deploy-addon

Deploy, push, and test Google Calendar Add-on code using clasp CLI and Apps Script API.

1|Updated Apr 9, 2026
One-click install
npx skills add https://github.com/lim010111/autocolor-calendar --skill clasp-deploy-addon
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: clasp-deploy-addon
Source: https://github.com/lim010111/autocolor-calendar/tree/main/.gemini/skills/clasp-deploy-addon
Command: npx skills add https://github.com/lim010111/autocolor-calendar --skill clasp-deploy-addon

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the deployment, push, and testing of the Google Calendar Add-on by coordinating clasp commands and project configuration.

Core Features & Use Cases

  • Deploy local Apps Script project in gas/ using clasp push to update the Add-on in Apps Script.
  • Handle common setup issues with guided error handling for authentication and missing .clasp.json.
  • Test and verify the Add-on in Google Calendar after deployment across Stage 1 MVP workflows.

Quick Start

Push the local gas code to Google Apps Script using clasp and test the Add-on in Google Calendar.

Frequently Asked Questions about clasp-deploy-addon

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

FAQPage Schema
How do I deploy and push local code to a Google Calendar Add-on using clasp?

You deploy a Google Calendar Add-on using clasp push to upload local Apps Script code from the gas/ directory to the Apps Script project. This updates the Add-on for testing in Google Calendar.

What is the process to test a Google Calendar Add-on after pushing updates with clasp?

Testing a Google Calendar Add-on after pushing updates with clasp involves navigating to Google Calendar to verify the deployment. This validates the updated Add-on across Stage 1 MVP workflows.

Do I need a .clasp.json file to deploy my Google Apps Script project?

Yes, a .clasp.json file is required to deploy your Google Apps Script project. Missing .clasp.json is a common setup issue, and guidance is provided for resolving this alongside Apps Script API authentication failures.

Why does clasp push fail with an authentication error for my Apps Script project?

clasp push fails with an authentication error when proper authentication with the Apps Script API is not established. You must authenticate with the Apps Script API to deploy and push updates successfully.

Can I use clasp to automate deployment workflows for a Google Calendar Add-on?

Yes, you can use clasp to automate deployment workflows for a Google Calendar Add-on. It coordinates clasp commands and project configuration to push updates from gas/ and validate deployments in Google Calendar.