gas-fakes
Run Google Apps Script code locally on Node.js
All Skills in This Repository (3)
Pure Emerald Level Indicatorsgf_agent
Generate and execute Google Apps Script code locally with gas-fakes in Node.js.
gas-fakes-dev
Map Google Apps Script behavior to a local Node.js runtime for testing.
neon-postgres
Guide developers through Neon Serverless Postgres deployment and management.
Frequently Asked Questions
FAQPage SchemaHow 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โopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core