🎁 Get the FREE AI Skills Starter GuideSubscribe →
BytesAgainBytesAgain
🦀 ClawHub

Neomutt Commander

by @elmoyeldo

Read, search, organise, and draft emails using neomutt — a terminal IMAP client. List inbox, search, read HTML email via w3m, mark read/unread, manage folder...

Versionv1.0.0
⚙️ Configuration

Create ~/.config/neomutt/neomuttrc (or ~/.neomuttrc):

set imap_user = "user@gmail.com"
set imap_pass = "*"

set folder = "imaps://imap.gmail.com:993" set spoolfile = "+INBOX" set ssl_force_tls = yes set imap_keepalive = 300 set mail_check = 60 set postponed = "+[Gmail]/Drafts"

set sort = reverse-date

HTML handling

auto_view text/html alternative_order text/plain text/html

For other providers change imap.gmail.com:993 and [Gmail]/Drafts to match your server. For Gmail, imap_pass should be an App Password (Google Account → Security → 2-Step Verification → App Passwords).

Create ~/.config/neomutt/mailcap so w3m renders HTML parts:

text/html; w3m -I %{charset} -T text/html; copiousoutput;

View on ClawHub
TERMINAL
clawhub install neomutt-commander

🧪 Use this skill with your agent

Most visitors already have an agent. Pick your environment, install or copy the workflow, then run the smoke-test prompt above.

🔍 Can't find the right skill?

Search 60,000+ AI agent skills — free, no login needed.

Search Skills →