brucemcphersonbrucemcphersonCommunityยท3 Agent Skills Included

gas-fakes

Run Google Apps Script code locally on Node.js

Runs Google Apps Script code locally on Node.js by emulating native GAS services through real Google API calls. Eliminates slow cloud round-trips, manual OAuth setup, and hard-to-debug Apps Script editor limitations. Includes a natural-language agent that generates and executes Workspace automation scripts for Docs, Sheets, Gmail, and Drive directly from your terminal.
npx skills add brucemcpherson/gas-fakes --all -g -y

All Skills in This Repository (3)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install gas-fakes?โ–ผ

Run `npx skills add brucemcpherson/gas-fakes --all -g -y` in your terminal to install all skills in this suite globally.

How to run Apps Script code locally?โ–ผ

gas-fakes emulates Google Apps Script services on Node.js, so your existing synchronous GAS code runs locally against real Google APIs without the Apps Script editor.

Can I automate Google Workspace with plain English?โ–ผ

Yes. The included gf_agent skill generates and executes Apps Script code from natural language requests, handling Docs, Sheets, Gmail, Drive, and Calendar tasks.

Does gas-fakes handle Google authentication?โ–ผ

Yes. The `gas-fakes init` and `gas-fakes auth` commands manage OAuth scopes, service accounts, and credential cycling automatically via a local .env file.

Can I test Apps Script web apps locally?โ–ผ

Yes. The `gas-fakes serve` command runs a local web server that emulates doGet, doPost, HtmlService templating, and Workspace sidebar UIs in your browser.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’