recipe-search-and-export-emails
스타8
포크1
업데이트2026년 3월 3일 23:02
Find Gmail messages matching a query and export them for review.
설치
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SKILL.md
readonly메뉴
Find Gmail messages matching a query and export them for review.
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-search-and-export-emails |
| version | 1.0.0 |
| description | Find Gmail messages matching a query and export them for review. |
| metadata | {"openclaw":{"category":"recipe","domain":"productivity","requires":{"bins":["gws"],"skills":["gws-gmail"]}}} |
PREREQUISITE: Load the following skills to execute this recipe:
gws-gmail
Find Gmail messages matching a query and export them for review.
gws gmail users messages list --params '{"userId": "me", "q": "from:client@example.com after:2024/01/01"}'gws gmail users messages get --params '{"userId": "me", "id": "MSG_ID"}'gws gmail users messages list --params '{"userId": "me", "q": "label:project-x"}' --format json > project-emails.json