What problem does it solve?
This Skill removes the friction of publishing and updating HTML files as Google Apps Script web apps, so you can keep a permanent URL while iterating on the underlying content.
Core Features & Use Cases
- First-time setup: Creates a standalone Apps Script project, configures the manifest, and prepares a per-project staging directory.
- Repeatable deployments: Pushes updated HTML in place and redeploys without changing the web app URL.
- Operational checks: Verifies clasp installation, Google authentication, Apps Script API availability, and project configuration.
- Use case: A dashboard-generating workflow can hand off a source directory and rely on this Skill to set up, deploy, and maintain a stable public or restricted web app endpoint.
Quick Start
Ask the Skill to set up or redeploy a Google Apps Script web app from your source directory, and provide the HTML entry file name, project title, timezone, and access level when prompted.