mail

Email Manager

검증됨
작성자 @inbox_zero_dev Productivity

Tame your inbox with AI-powered email triage. Automatically categorize, summarize, and draft replies. Supports Gmail and Outlook via OAuth. Unsubscribe from junk, surface action items, and get a daily digest — all through chat.

terminal

설치

$ claw install email-manager

설정

환경 변수는 .env 파일이나 스킬 manifest 에 설정한다.

VARIABLE DESCRIPTION DEFAULT
GMAIL_CREDENTIALS Path to Gmail OAuth credentials JSON ~/.hermes/gmail-credentials.json
AUTO_CATEGORIZE Enable automatic email categorization true
DIGEST_TIME Daily digest delivery time (24h format) 08:00

사용법

User: "Summarize my unread emails and draft a reply to anything from my manager."
Claw:

// Email skill activated

inbox Found 23 unread emails. Categorizing...

check_circle 3 urgent, 8 FYI, 12 newsletters/promotions

From: [email protected] — "Q1 Planning"
Summary: Requesting your input on Q1 roadmap by Friday.
Draft reply: "Hi — I'll have the roadmap notes ready by Thursday EOD..."

스킬 Manifest(JSON)

{
  "name": "email-manager",
  "version": "1.4.2",
  "permissions": [
    "email.read",
    "email.send",
    "email.categorize"
  ],
  "trigger": "regex:/(check|read|summarize|draft|reply|unsubscribe) .*(email|inbox|mail).*/i",
  "engine": "node-20"
}

사용자 토론과 피드백

4.7
starstarstarstarstar_half
평균 평점
203 리뷰 수
person
@inbox_warrior verified 인증된 사용자
starstarstarstarstar

Went from 200+ unread to inbox zero in one afternoon. The auto-categorization is scary accurate and the daily digest is now my morning ritual. Can't imagine going back.

work
@startup_cto verified 인증된 사용자
starstarstarstarstar_outline

Draft replies are solid 80% of the time. I just tweak the tone and hit send. Outlook integration was seamless. Would love calendar invite detection in the next release.

shield
@privacy_first
starstarstarstarstar_outline

Appreciated that everything runs locally and emails never leave my machine. OAuth scopes are minimal. Good security posture for an email tool.

놓치지 말자

Hermes Agent 릴리스, 새 스킬, 새 통합 소식을 커뮤니티 시선으로 모아 보낸다. 스팸 없음, 언제든 해지 가능.