recipe-label-and-archive-emails

This skill automates Gmail inbox management by searching for specific messages, applying labels, and removing the inbox label to archive them.

16.6K
Installs
2
Use cases
5/10
Quality

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

Review the source first

Review the source first: our audit of recipe-label-and-archive-emails's source files found 3 shell commands, 0 external URLs, no file writes (high risk). Every command and URL listed appears verbatim in the skill's source. The skill executes shell commands using the gws binary to modify Gmail message labels and archive status.

How we audit skills: our security review methodology.

Who is this skill for?

Users who manage Gmail accounts via the command line and require automated inbox organization.

What can you do with it?

  • Filter emails from specific senders into custom labels
  • Archive processed emails to maintain an empty inbox

How good is this skill?

Quality score: 5/10. The skill provides clear, actionable steps and identifies necessary dependencies. It lacks specific error handling documentation.

What does the skill file contain?

SKILL.md
# Label and Archive Gmail Threads

> **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.

## Steps

1. Search for matching emails: `gws gmail users messages list --params '{"userId": "me", "q": "from:notifications@service.com"}' --format table`
2. Apply a label: `gws gmail users messages modify --params '{"userId": "me", "id": "MESSAGE_ID"}' --json '{"addLabelIds": ["LABEL_ID"]}'`
3. Archive (remove from inbox): `gws gmail users messages modify --params '{"userId": "me", "id": "MESSA...

Frequently asked questions

What dependencies does this skill require?

The skill requires the gws binary and the gws-gmail skill.

Can this skill delete emails?

No, the skill only modifies labels and removes the INBOX label to archive messages.

Data sourced from googleworkspace/cli on GitHub. Install counts from skills.sh. The summary and security audit are derived from the skill's source files: every command and URL listed appears verbatim in the source.

Related skills

lark-workflow-meeting-summary

219.7K

Users who need to summarize meeting minutes, generate weekly reports, or review meeting history within the Lark ecosystem

The lark-workflow-meeting-summary skill provides a structured workflow for agents to aggregate meeting minutes from Lark VC, generate summaries, and create or update reports in Lark Docs.

highlarkmeeting-summarylarksuite

programmatic-seo

83.5K

Content strategists, SEO specialists, and marketers building large-scale, data-driven website content

The programmatic-seo skill provides a framework for generating SEO-optimized pages at scale using templates and data. It guides users through keyword research, data sourcing, template design, internal linking, and indexation strategies while emphasizing content uniqueness to avoid search engine penalties.

lowseomarketingcoreyhaines31

ad-creative

64.0K

Performance marketers, growth teams, and advertisers who need to produce ad copy at scale or optimize existing ad creative

The ad-creative skill generates, iterates, and scales ad copy for paid advertising platforms including Google, Meta, LinkedIn, TikTok, and Twitter. It provides frameworks for creating ad headlines, descriptions, and primary text based on product context and performance data.

highmarketingadvertisingcoreyhaines31

cold-email

63.5K

Sales development representatives, founders, and professionals conducting B2B cold outreach

The cold-email skill generates B2B cold outreach emails and follow-up sequences. It prioritizes human-sounding, concise copy that focuses on the recipient's perspective rather than vendor-style pitches. The skill incorporates product marketing context from local files to tailor messaging and utilizes specific frameworks for subject lines, body content, and calls to action.

lowsalesemailcoreyhaines31