email

Categorize unread emails and execute actions like archive, mark-read, and unsubscribe.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/claudeaceae/samara-main --skill email-claudeaceae
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: email
Source: https://github.com/claudeaceae/samara-main/tree/main/.claude/skills/email
Command: npx skills add https://github.com/claudeaceae/samara-main --skill email-claudeaceae

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the tedious management of your inbox by prioritizing important messages, cleaning spam, and performing routine actions without manual clicking.

Core Features & Use Cases

  • Automated triage of unread emails into categories (Invites, Actionable, Notifications, Marketing, Informational).
  • One-click workflow actions: archive, mark as read, unsubscribe, respond.
  • Proactive inbox hygiene by unsubscribing from marketing and handling high-priority items first.

Quick Start

Run the inbox triage to fetch unread emails and categorize them. Then apply actions using the provided scripts, for example: ~/.claude-mind/system/bin/email-triage ~/.claude-mind/system/bin/email-action archive EMAIL_ID ~/.claude-mind/system/bin/email-action mark-read EMAIL_ID ~/.claude-mind/system/bin/email-unsubscribe "UNSUBSCRIBE_URL" If a reply is needed, send it with: ~/.claude-mind/system/bin/send-email

Frequently Asked Questions about email

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate inbox triage for unread emails?

To automate inbox triage, the Skill fetches unread emails and categorizes them into groups like invitations, actionable messages, notifications, marketing, and receipts for rapid processing. It uses Bash-like script execution to fetch, classify, and enable zero-inbox maintenance.

What is the best way to unsubscribe from marketing emails in bulk?

The best way to unsubscribe from marketing emails is using a dedicated script that targets the unsubscribe URL provided in the message. This automates inbox hygiene by removing unwanted marketing lists without manual clicking.

Can I automatically archive notifications and mark emails as read?

Yes, you can automatically archive notifications and mark emails as read by executing common actions via script commands. These actions apply to categorized messages, allowing rapid processing and zero-inbox maintenance.

Does email triage work without manual clicking for routine actions?

Email triage works without manual clicking by executing common actions like archiving, marking as read, unsubscribing, and responding through Bash-like scripts. This enables rapid processing of invitations, notifications, and receipts.

How do I send an automated reply to an actionable message?

To send an automated reply to an actionable message, you use the provided send-email script after the triage process categorizes it. This allows you to respond directly without leaving the automated workflow environment.