Help us improve
Share bugs, ideas, or general feedback.
From shiiman-google
Google Apps Script プロジェクトを新規作成・コード更新する。「GAS 作成」「Apps Script 作成」「スクリプト作成」「GAS 更新」「Apps Script 更新」「スクリプト編集」「コードを更新」などで起動。
npx claudepluginhub shiiman/claude-code-plugins --plugin shiiman-googleHow this skill is triggered — by the user, by Claude, or both
Slash command
/shiiman-google:apps-scriptThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Google Apps Script プロジェクトの新規作成・コード更新を行います。
Automates Google Workspace services like Sheets, Docs, Gmail, Drive, Calendar, Forms, Slides using Apps Script. Covers built-in services, triggers, authorization, error handling, batch operations, and performance optimization.
Uploads files to Google Drive via Google Apps Script web app using base64 and curl. Triggers on 'upload/save to Drive' phrases (English/Hebrew) or proactively for workflow outputs. Supports folders.
Generates Google Apps Script code to automate Sheets and Workspace apps with menus, triggers, dialogs, emails, PDF exports, and API integrations.
Share bugs, ideas, or general feedback.
Google Apps Script プロジェクトの新規作成・コード更新を行います。
$ARGUMENTS に --help が含まれる場合、以下を表示して終了:
/shiiman-google:apps-script - Apps Script Editor
概要:
Google Apps Script プロジェクトの新規作成・コード更新を行います。
使用方法:
/shiiman-google:apps-script [オプション]
オプション:
--help このヘルプを表示
python ${CLAUDE_PLUGIN_ROOT}/scripts/google_apps_script.py create \
--name "スクリプト名" \
--parent-id "親ドキュメントID"
| オプション | 必須 | 説明 |
|---|---|---|
--name | Yes | スクリプト名 |
--parent-id | No | 親ドキュメントID(スプレッドシート等に紐付ける場合) |
python ${CLAUDE_PLUGIN_ROOT}/scripts/google_apps_script.py update \
--script-id "スクリプトID" \
--filename "Code.gs" \
--code "function myFunction() { ... }"
| オプション | 必須 | 説明 |
|---|---|---|
--script-id | Yes | スクリプトID |
--filename | Yes | ファイル名(.gs, .html, .json) |
--code | Yes | コード内容 |