← Back to Skills Marketplace
mupengi-bot

Mufi Email Manager

by mupengi-bot · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
511
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install mufi-email-manager
Description
한국형 이메일 통합 관리 도구. Gmail, 네이버, 다음, 카카오 메일을 IMAP/SMTP로 통합 관리. 읽지 않은 메일 요약, 키워드 필터링, 자동 답장, 일일 다이제스트 생성.
Usage Guidance
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).
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install mufi-email-manager
  3. After installation, invoke the skill by name or use /mufi-email-manager
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- 출시 버전 1.0.0: 한국 주요 이메일(Gmail, 네이버, 다음, 카카오) IMAP/SMTP 통합 관리 기능 제공 - 읽지 않은 메일 스마트 요약, 키워드 기반 중요 메일 필터링, 자동 답장, 일일 다이제스트 지원 - 커스텀 템플릿 기반 자동 답장 및 메일 발송, 통합 검색 기능 포함 - .env 파일 통한 계정 및 환경 설정, 안전한 비밀번호 관리 안내 - 크론을 통한 자동화 실행 예시 및 주요 트러블슈팅 가이드 제공
Metadata
Slug mufi-email-manager
Version 1.0.0
License
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Mufi Email Manager?

한국형 이메일 통합 관리 도구. Gmail, 네이버, 다음, 카카오 메일을 IMAP/SMTP로 통합 관리. 읽지 않은 메일 요약, 키워드 필터링, 자동 답장, 일일 다이제스트 생성. It is an AI Agent Skill for Claude Code / OpenClaw, with 511 downloads so far.

How do I install Mufi Email Manager?

Run "/install mufi-email-manager" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Mufi Email Manager free?

Yes, Mufi Email Manager is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Mufi Email Manager support?

Mufi Email Manager is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Mufi Email Manager?

It is built and maintained by mupengi-bot (@mupengi-bot); the current version is v1.0.0.

💬 Comments