Skip to main content
Back to the directory
googleworkspace/cliSoftware EngineeringFrontend and Design

recipe-label-and-archive-emails

Automatically label and archive Gmail messages matching custom search criteria.

SkillJury keeps community verdicts, source metadata, and external repository signals in separate lanes so ranking data never pretends to be a review.

SkillJury verdict
Pending

No approved reviews yet

Would recommend
Pending

Waiting on enough review volume

Install signal
11

Weekly or total install activity from catalog data

Sign in to review
0 review requests
Install command
npx skills add https://github.com/googleworkspace/cli --skill recipe-label-and-archive-emails
SkillJury does not have enough approved reviews to publish a community verdict yet. Source metadata and repository proof are still available above.
SkillJury Signal Summary

As of Apr 30, 2026, recipe-label-and-archive-emails has 11 weekly installs, 0 community reviews on SkillJury. Community votes currently stand at 0 upvotes and 0 downvotes. Source: googleworkspace/cli. Canonical URL: https://skills.sh/googleworkspace/cli/recipe-label-and-archive-emails.

Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Automatically label and archive Gmail messages matching custom search criteria. 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. - Requires the gws-gmail skill to execute Gmail API operations - Three-step workflow: search for matching emails using query syntax, apply custom labels, and remove messages from inbox - Supports flexible filtering through Gmail's query language (e.g., sender, subject, date ranges) - Designed as a recipe template for building inbox automation workflows - 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 listing. Community review signal and install context stay separate from this narrative layer.

Community reviews

Latest reviews

No community reviews yet. Be the first to review.

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

Automatically label and archive Gmail messages matching custom search criteria.

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.

Which AI agents support recipe-label-and-archive-emails?

recipe-label-and-archive-emails currently lists compatibility with Skills CLI.

Is recipe-label-and-archive-emails safe to install?

recipe-label-and-archive-emails has been scanned by security audit providers tracked on SkillJury. Check the security audits section on this page for detailed results from Socket.dev and Snyk.

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

Skills in the same category include grimoire-morpho-blue, conversation-memory, second-brain-ingest, zai-tts.

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

Run the following command to 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