recipe-deploy-apps-script
스타8
포크1
업데이트2026년 3월 3일 23:02
Push local files to a Google Apps Script project.
설치
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SKILL.md
readonly메뉴
Push local files to a Google Apps Script project.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Google Workspace Admin SDK: Manage users, groups, and devices.
Google Workspace Alert Center: Manage Workspace security alerts.
Google Apps Script: Manage and execute Apps Script projects.
Google Cloud Identity: Manage identity groups and memberships.
Google People: Manage contacts and profiles.
Google Workspace Reseller: Manage Workspace subscriptions.
| name | recipe-deploy-apps-script |
| version | 1.0.0 |
| description | Push local files to a Google Apps Script project. |
| metadata | {"openclaw":{"category":"recipe","domain":"engineering","requires":{"bins":["gws"],"skills":["gws-apps-script"]}}} |
PREREQUISITE: Load the following skills to execute this recipe:
gws-apps-script
Push local files to a Google Apps Script project.
gws apps-script projects list --format tablegws apps-script projects getContent --params '{"scriptId": "SCRIPT_ID"}'gws apps-script projects updateContent --params '{"scriptId": "SCRIPT_ID"}' --json '{"files": [{"name": "Code", "type": "SERVER_JS", "source": "function main() { ... }"}]}'gws apps-script projects versions create --params '{"scriptId": "SCRIPT_ID"}' --json '{"description": "v2 release"}'