← 返回 Skills 市场
Mufi Email Manager
作者
mupengi-bot
· GitHub ↗
· v1.0.0
511
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install mufi-email-manager
功能描述
한국형 이메일 통합 관리 도구. Gmail, 네이버, 다음, 카카오 메일을 IMAP/SMTP로 통합 관리. 읽지 않은 메일 요약, 키워드 필터링, 자동 답장, 일일 다이제스트 생성.
安全使用建议
This package is an on-premises IMAP/SMTP email manager and the code matches the described features, but there are several red flags you should consider before installing or providing credentials:
- The registry metadata declares no required env vars, but SKILL.md and the code require many email account credentials (GMAIL_*, NAVER_*, DAUM_*, KAKAO_*). Do not provide passwords to a skill whose metadata omits this requirement without verification of the publisher.
- SKILL.md references scripts (digest.js, send.js, search.js) that are not included in the file list. Confirm the repository is complete and maintained, or ask the author for the missing files.
- The project expects a .env at ../../.env (repo root). Ensure you add .env to .gitignore before creating it to avoid accidentally committing secrets.
- Prefer using app-specific passwords or OAuth flows (especially for Gmail) rather than your primary account password. This code uses basic username/password auth for IMAP/SMTP which may require app passwords for some providers.
- Review the code locally (you already have all source files) and run npm install in an isolated environment (container or VM) if you want to test. Check network activity if you are concerned about exfiltration — this repo only uses IMAP/SMTP and does not contain obvious remote exfil endpoints, but mismatched metadata and missing files are a sign to be cautious.
If you plan to use it, verify the missing scripts, confirm the author/source, and only use account credentials you are willing to expose to a local tool (or better, use app-specific credentials).
功能分析
Type: OpenClaw Skill
Name: mufi-email-manager
Version: 1.0.0
The OpenClaw AgentSkills skill bundle 'mufi-email-manager' is a benign email management tool. It integrates with various Korean email services (Gmail, Naver, Daum, Kakao) using IMAP/SMTP. The `SKILL.md` provides clear instructions for setup, including the use of `.env` files for credentials and recommendations for app passwords, demonstrating security awareness. The Node.js scripts (`scripts/*.js`) utilize standard libraries (`imap`, `mailparser`, `nodemailer`, `dotenv`) to perform email operations like checking, filtering, summarizing, and replying. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, prompt injection attempts against the agent, or obfuscation. All functionalities are aligned with the stated purpose of an email manager.
能力评估
Purpose & Capability
The skill's name and description match the code: it connects to IMAP/SMTP, summarizes, filters, and replies. However, the registry metadata claims no required environment variables or install steps while SKILL.md and the code expect many account credentials (GMAIL_*, NAVER_*, DAUM_*, KAKAO_*), a .env file, and an npm install. That mismatch (metadata says none, runtime needs many secrets) is an incoherence.
Instruction Scope
SKILL.md instructs creating a .env with many credentials and running several scripts. The included scripts implement checking, filtering, summarizing, and replying — which is consistent. However, SKILL.md references additional commands/scripts (node scripts/digest.js, send.js, search.js) that are not present in the provided file manifest, creating a gap between documentation and code. Also lib/config.js loads .env from ../../.env (repository root), which may be unexpected and increases the risk of accidental credential commits if .gitignore is not configured.
Install Mechanism
There is no formal install spec in the registry, but a package.json and SKILL.md recommend running npm install. The dependencies are standard (imap, mailparser, nodemailer, dotenv) from the public npm registry — moderate but expected risk. The absence of an explicit install block in the registry metadata is inconsistent with the presence of code and package.json.
Credentials
The skill legitimately needs IMAP/SMTP credentials to operate, but the registry claims no required env vars or primary credential. That omission is important: users would not be warned that they must provide plaintext account passwords (or app-specific passwords). The code expects many sensitive env vars (username/password for multiple providers); requesting multiple unrelated account credentials is proportionate to the stated purpose only if the user intends to manage multiple accounts, but it must be explicit. The advice to add .env to .gitignore is present, but the tool still requires storing secrets locally in plaintext if used as-is.
Persistence & Privilege
The skill does not request 'always: true' nor attempt to modify other skills or system-wide settings. It operates as normal command-line scripts and does not request elevated persistence or platform-level privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install mufi-email-manager - 安装完成后,直接呼叫该 Skill 的名称或使用
/mufi-email-manager触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- 출시 버전 1.0.0: 한국 주요 이메일(Gmail, 네이버, 다음, 카카오) IMAP/SMTP 통합 관리 기능 제공
- 읽지 않은 메일 스마트 요약, 키워드 기반 중요 메일 필터링, 자동 답장, 일일 다이제스트 지원
- 커스텀 템플릿 기반 자동 답장 및 메일 발송, 통합 검색 기능 포함
- .env 파일 통한 계정 및 환경 설정, 안전한 비밀번호 관리 안내
- 크론을 통한 자동화 실행 예시 및 주요 트러블슈팅 가이드 제공
元数据
常见问题
Mufi Email Manager 是什么?
한국형 이메일 통합 관리 도구. Gmail, 네이버, 다음, 카카오 메일을 IMAP/SMTP로 통합 관리. 읽지 않은 메일 요약, 키워드 필터링, 자동 답장, 일일 다이제스트 생성. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 511 次。
如何安装 Mufi Email Manager?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install mufi-email-manager」即可一键安装,无需额外配置。
Mufi Email Manager 是免费的吗?
是的,Mufi Email Manager 完全免费(开源免费),可自由下载、安装和使用。
Mufi Email Manager 支持哪些平台?
Mufi Email Manager 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Mufi Email Manager?
由 mupengi-bot(@mupengi-bot)开发并维护,当前版本 v1.0.0。
推荐 Skills