Skip to main content
Back to registry

recipe-label-and-archive-emails

googleworkspace/cli

PREREQUISITE: Load the following skills to execute this recipe: gws-gmail

Installs3
Install command
npx skills add https://github.com/googleworkspace/cli --skill recipe-label-and-archive-emails
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
PREREQUISITE: Load the following skills to execute this recipe: gws-gmail Apply Gmail labels to matching messages and archive them to keep your inbox clean. - Search for matching emails: gws gmail users messages list --params '{"userId": "me", "q": "from:notifications@service.com"}' --format table - Apply a label: gws gmail users messages modify --params '{"userId": "me", "id": "MESSAGE_ID"}' --json '{"addLabelIds": ["LABEL_ID"]}' - Archive (remove from inbox): gws gmail users messages modify --params '{"userId": "me", "id": "MESSAGE_ID"}' --json '{"removeLabelIds": ["INBOX"]}'

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does recipe-label-and-archive-emails do?

PREREQUISITE: Load the following skills to execute this recipe: gws-gmail

Is recipe-label-and-archive-emails good?

recipe-label-and-archive-emails does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does recipe-label-and-archive-emails work with?

recipe-label-and-archive-emails currently lists compatibility with Agent compatibility has not been published yet..

What are alternatives to recipe-label-and-archive-emails?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install recipe-label-and-archive-emails?

npx skills add https://github.com/googleworkspace/cli --skill recipe-label-and-archive-emails

Related skills

More from googleworkspace/cli

Related skills

Alternatives in Software Engineering