recipe-save-email-attachments
작성자: Google
첨부 파일이 있는 Gmail 메시지를 찾아 Google Drive 폴더에 저장합니다.
npx skills add https://github.com/googleworkspace/cli --skill recipe-save-email-attachmentsSave Gmail Attachments to Google Drive
PREREQUISITE: Load the following skills to execute this recipe:
gws-gmail,gws-drive
Find Gmail messages with attachments and save them to a Google Drive folder.
Steps
- Search for emails with attachments:
gws gmail users messages list --params '{"userId": "me", "q": "has:attachment from:[email protected]"}' --format table - Get message details:
gws gmail users messages get --params '{"userId": "me", "id": "MESSAGE_ID"}' - Download attachment:
gws gmail users messages attachments get --params '{"userId": "me", "messageId": "MESSAGE_ID", "id": "ATTACHMENT_ID"}' - Upload to Drive folder:
gws drive +upload --file ./attachment.pdf --parent FOLDER_ID
Google의 다른 스킬
gws-modelarmor-sanitize-response
Google
Google Model Armor: Model Armor 템플릿을 통해 모델 응답을 정화합니다.
gws-people
Google
Google People: 연락처와 프로필을 관리합니다.
gws-shared
Google
gws CLI: 인증, 전역 플래그 및 출력 형식을 위한 공유 패턴.
gws-sheets
Google
구글 시트: 스프레드시트를 읽고 씁니다.
gws-sheets-append
Google
Google Sheets: 스프레드시트에 행을 추가합니다.
gws-sheets-read
Google
Google Sheets: 스프레드시트에서 값 읽기.
gws-slides
Google
Google Slides: 프레젠테이션을 읽고 씁니다.
gws-tasks
Google
Google Tasks: 작업 목록 및 작업을 관리합니다.