Integrate Google Apps Script with Clasp
module-18-gas.encommandsetup L1★358
minicoohei/ai-agent-camp ↗What it does
Assist Google Apps Script and clasp integration via prompts
Best for
Educational context (Module 18 course) when teaching GAS automation incrementally with clasp deployment and trigger configuration.
Inputs
- · Requirement to work with GAS/clasp (Module 18 course context)
Outputs
- · GAS project created or pushed via clasp
- · Triggers and scheduled execution configured
- · Course-aligned exercise completion
Requires
- · clasp CLI
- · Google Apps Script API
- · gas-clasp-ops skill
Preconditions
- · Node.js and npm installed
- · clasp installed and authenticated
- · Google account with Apps Script enabled
Failure modes
- · clasp not installed = npm install -g @google/clasp required
- · Not authenticated = clasp login needed
- · GAS API not enabled = Google Cloud Console setup required
Trust signals
- · References specific course material (Module 18, lesson 18-6)
- · Uses gas-clasp-ops skill for guided workflow
- · Covers gradual trigger introduction per course progression