A specialized developer tool for building automated Google Workspace solutions using Google Apps Script.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install gas-developer
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install gas-developer using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
GAS Developer is a comprehensive skill designed to architect, write, and deploy Google Apps Script (GAS) solutions that bridge various Google services. It enables developers to automate repetitive tasks within Google Sheets, Gmail, Calendar, Drive, and Forms, turning standard spreadsheets into powerful application backends.
By utilizing these Openclaw Skills, you can ensure your automation projects follow industry best practices, including quota management, security protocols, and high-performance batch operations. Whether you are building internal dashboards or complex data pipelines, this skill provides the logical framework to handle Google's cloud-native environment efficiently.
To get started with this skill, ensure you have a Google account and access to the Apps Script editor. Follow these steps to prepare your environment:
# Example of setting a script property in the GAS editor console
PropertiesService.getScriptProperties().setProperty('API_KEY', 'your_value');
The skill manages data primarily through Google Workspace objects and internal script storage. Below is the organizational taxonomy:
| Component | Format | Purpose |
|---|---|---|
| Range Data | 2D Array | Efficient batch processing of spreadsheet rows and columns. |
| Script Properties | JSON/Key-Value | Storing API keys, configuration, and stateful metadata. |
| HTML Service | HTML/CSS/JS | Defining the structure and style of web dashboards and email templates. |
| Triggers | Metadata Object | Configuration for automated execution frequency and handlers. |
Loading
A specialized technical skill for generating professional, PDF-based invoices from structured data with multi-currency and tax calculation support.

Automatically generate professional-grade, import-ready flashcards for Anki and Quizlet from any text, document, or URL.

A comprehensive automation skill for managing the end-to-end lifecycle of a Fiverr seller account, from gig SEO to customer delivery.

A sophisticated failure analysis and continuous learning system that converts errors into actionable organizational knowledge.

A comprehensive utility for automating repository-level checks including linting, testing, and commit message formatting via Git hooks.

An automated tool for generating visually striking GitHub profile READMEs featuring live contribution stats, language charts, and custom tech badges.








































