From autoresponder
AI email auto-responder — monitors inbox, drafts context-aware replies, never sends without approval
How this skill is triggered — by the user, by Claude, or both
Slash command
/autoresponder:autoresponderThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Monitora un indirizzo Gmail per thread senza risposta. Per ogni thread:
Monitora un indirizzo Gmail per thread senza risposta. Per ogni thread:
wiki/people/)Filosofia: draft-only. L'utente approva sempre prima dell'invio.
# Obbligatorie
[email protected] # L'indirizzo monitorato
AUTORESPONDER_NAME=AI Assistant # Nome mittente nelle bozze
GMAIL_ACCESS_TOKEN=... # OAuth token Gmail
OPENROUTER_API_KEY=sk-or-... # Per generazione AI
# Opzionali
[email protected] # Tuo indirizzo personale (per escluderlo)
AUTORESPONDER_SIGNATURE=\n\n---\nAI Assistant # Firma nelle bozze
BRAIN_URL=https://brain.yourdomain.com # Per HTTP-Referer
DISCORD_BOT_TOKEN=... # Se vuoi notifiche Discord
DISCORD_DEFAULT_CHANNEL=...
# In tools/cron/schedule.py
tasks.add(Task('autoresponder')
.command('python3 .claude/skills/autoresponder/autoresponder.py')
.everyMinute()
.between('7:00', '23:00')
.description('Check and draft replies for unreplied emails')
.withoutOverlapping())
## Tone Rules
- Known sender + tone_notes in wiki/people/: follow those notes
- Work context + unknown sender: professional, competent
- Known sender + informal relationship: casual, light humor
- Unknown sender + non-work: polite but brief
- NEVER vulgarity in email drafts
Il bot cerca wiki/people/*.md per il mittente (by email o nome). Se trova una entry:
tags, projects, relationshipSe non trova niente → tono neutro professionale.
Passa al modello AI:
wiki/skills/autoresponder.mddiary/ con mittente + azione# Run normale
python3 .claude/skills/autoresponder/autoresponder.py
# Dry-run — mostra cosa farebbe senza creare bozze
python3 .claude/skills/autoresponder/autoresponder.py --dry-run
AUTORESPONDER_OWNER_EMAIL esclude tuoi messaggi dal processingnpx claudepluginhub giobi/claude-skills --plugin autoresponderTriage, draft, reply, send, and verify email through the real mail surface. Reports exact send status with Sent-folder proof.
Triages Gmail inbox by classifying emails using Eisenhower matrix for importance/urgency, determines if replies needed, and drafts responses in user's voice. Useful for inbox zero and email prioritization.
Processes Gmail triage reports from vault: archive, delete, label, star, unsubscribe emails. Drafts replies interactively or autonomously.