Token导航 LogoToken导航TokenDH.com
研究检索执行命令clawhub未标认证来源可访问clear审计通过

neomutt-commander纽穆特指挥官

Agent Skill

neomutt-commander 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

10,137

周安装

431

GitHub Stars

公开资料未说明

下载量

3,551
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:neomutt-commander(纽穆特指挥官)
来源仓库:https://github.com/elmoyeldo/neomutt-commander
安装命令:
openclaw skills install neomutt-commander
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install neomutt-commander

简介

通过 neomutt 终端客户端管理电子邮件收发与组织。

  • 适用于命令行环境下的邮件阅读、搜索与文件夹管理。
  • 当用户要求在终端中处理 IMAP 邮件时启用。neomutt-commander 属于研究检索类 Skill,可作为该场景下的辅助能力补充。
  • 安装命令:openclaw skills install neomutt-commander。
  • 依赖本地 neomutt 与 w3m 组件正确安装。

SKILL.md

name
neomutt-commander
description
Read, search, organise, and draft emails using neomutt — a terminal IMAP client. List inbox, search, read HTML email via w3m, mark read/unread, manage folders, archive messages, and compose drafts. If sending is not enabled or approved, always save as draft instead.
homepage
https://github.com/LogicalSapien/agent-skills/tree/main/clawhub/neomutt-commander
metadata
{"openclaw": {"emoji": "\�\�", "requires": {"bins": ["neomutt", "w3m"]}, "homepage": "https://github.com/LogicalSapien/agent-skills/tree/main/clawhub/neomutt-commander"}}

Neomutt Commander

Use when the user wants to read, search, or organise their email inbox, read message content, manage folders, archive messages, or draft a reply or new message — all from the terminal via IMAP. Works with Gmail, Fastmail, Outlook, and any IMAP provider.

If sending is not explicitly enabled or approved by the user, always save outgoing messages as a draft instead of sending.

Prerequisites

Install neomutt and w3m (HTML email renderer):

# macOS
brew install neomutt w3m

# Ubuntu / Debian
sudo apt install neomutt w3m

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;

Open neomutt

neomutt

Opens the inbox. To open a specific folder directly:

neomutt -f imaps://imap.gmail.com/INBOX
neomutt -f imaps://imap.gmail.com/[Gmail]/All%20Mail   # Gmail — All Mail
neomutt -f imaps://imap.fastmail.com/INBOX             # Fastmail example

Navigate the inbox

KeyAction
j / kMove down / up
EnterOpen message
qBack / quit
?Full keybinding help

Search messages

KeyPatternExample
/Search visible list by subject/sender/invoice
lLimit view to a patternl ~f boss@example.com
l .Clear limit (show all)

Search pattern syntax: ~f <from> · ~s <subject> · ~b <body> · ~d <date>

Read a message

Press Enter on a message. HTML parts render automatically via w3m.

KeyAction
Space / -Page down / up
hToggle headers
vView MIME attachments
qReturn to index

Mark as read / unread

KeyAction
AutomaticMessage is marked read when opened
NToggle unread on selected message
tTag message; then ;N to mark tagged set

Archive a message

Move the message out of INBOX into your archive folder:

s  →  type folder name  →  Enter

On Gmail the archive folder is [Gmail]/All Mail. Add a macro for one-key archiving:

macro index A "<save-message>=[Gmail]/All Mail<enter><enter>" "Archive"

Manage folders / labels

Folders in IMAP, labels in Gmail — same thing. Move or copy a message:

C  →  type folder name  →  Enter   # Copy (message stays in current folder too)
s  →  type folder name  →  Enter   # Move (removes from current folder)

Compose a new message

m

Fill in To:, Subject:, write body, then:

KeyAction
Ctrl-X (in editor)Finish editing and go to send screen
ySend (only if sending is approved)
PPostpone — saves to the drafts folder
qAbort / discard
Default behaviour: press P to postpone (save draft) unless the user has explicitly asked to send.

Resume a draft

neomutt -f imaps://imap.gmail.com/[Gmail]/Drafts   # Gmail
neomutt -f imaps://imap.fastmail.com/Drafts        # Fastmail / generic

Open the draft and press e to edit, then y to send or P to re-postpone.

Quit

q  →  confirm with y

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

73.19%
按下载量换算2,599

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

未展示

权限和风险

执行命令

安装流程涉及命令执行,可能通过 openclaw skills install neomutt-commander 联网下载 Skill 或依赖。用户安装前应确认命令来源、仓库内容和执行环境。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills