apps-script-utils
Installation
SKILL.md
Apps Script Utils
Available files
references/api-reference.md— full function catalog by category with signatures. Load on demand (see Categories below).scripts/check-latest-version.sh— checks the current published version against what's installed. Run with--helpfor options.
apps-script-utils is a standalone package — no framework required. Install it directly in any Apps Script or plain TypeScript project:
npm install apps-script-utils
It also happens to be a direct runtime dependency of bootgs (bootgs's own core imports guards like isString/isObject from it), so in a bootgs project it's already in node_modules and importable with no separate install — see the bootgs-quickstart skill. That relationship is one-directional: this package has no dependency on bootgs and works identically with or without it.
Check what's actually published before trusting a function list against a specific version: