{
  "schemaVersion": "1.0",
  "item": {
    "slug": "mufi-email-manager",
    "name": "Mufi Email Manager",
    "source": "tencent",
    "type": "skill",
    "category": "效率提升",
    "sourceUrl": "https://clawhub.ai/mupengi-bot/mufi-email-manager",
    "canonicalUrl": "https://clawhub.ai/mupengi-bot/mufi-email-manager",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/mufi-email-manager",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=mufi-email-manager",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "package.json",
      "scripts/check-all.js",
      "scripts/check.js",
      "scripts/filter.js",
      "scripts/lib/config.js"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/mufi-email-manager"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/mufi-email-manager",
    "agentPageUrl": "https://openagent3.xyz/skills/mufi-email-manager/agent",
    "manifestUrl": "https://openagent3.xyz/skills/mufi-email-manager/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/mufi-email-manager/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "mufi-email-manager",
        "body": "한국 주요 이메일 서비스(Gmail, 네이버, 다음, 카카오)를 통합 관리하는 IMAP/SMTP 기반 도구입니다."
      },
      {
        "title": "주요 기능",
        "body": "📬 다중 계정 통합: Gmail, 네이버, 다음, 카카오 메일 동시 관리\n📊 스마트 요약: 읽지 않은 메일 자동 요약 및 분류\n🔍 키워드 필터링: 중요 메일 자동 탐지 (업무, 결제, 보안 등)\n🤖 자동 답장: 템플릿 기반 빠른 답장\n📰 일일 다이제스트: 하루 메일 요약 리포트 생성"
      },
      {
        "title": "환경 변수 설정",
        "body": "스킬 폴더에 .env 파일을 생성하거나 환경 변수로 설정:\n\n# 기본 계정 (필수)\nDEFAULT_ACCOUNT=gmail  # gmail, naver, daum, kakao 중 선택\n\n# Gmail 계정\nGMAIL_USER=your@gmail.com\nGMAIL_PASS=your_app_password\nGMAIL_IMAP_HOST=imap.gmail.com\nGMAIL_IMAP_PORT=993\nGMAIL_SMTP_HOST=smtp.gmail.com\nGMAIL_SMTP_PORT=587\n\n# 네이버 메일\nNAVER_USER=your@naver.com\nNAVER_PASS=your_password\nNAVER_IMAP_HOST=imap.naver.com\nNAVER_IMAP_PORT=993\nNAVER_SMTP_HOST=smtp.naver.com\nNAVER_SMTP_PORT=587\n\n# 다음(Daum) 메일\nDAUM_USER=your@daum.net\nDAUM_PASS=your_password\nDAUM_IMAP_HOST=imap.daum.net\nDAUM_IMAP_PORT=993\nDAUM_SMTP_HOST=smtp.daum.net\nDAUM_SMTP_PORT=465\n\n# 카카오(Kakao) 메일\nKAKAO_USER=your@kakao.com\nKAKAO_PASS=your_password\nKAKAO_IMAP_HOST=imap.kakao.com\nKAKAO_IMAP_PORT=993\nKAKAO_SMTP_HOST=smtp.kakao.com\nKAKAO_SMTP_PORT=465\n\n# 필터 키워드 (쉼표로 구분)\nIMPORTANT_KEYWORDS=결제,청구,납부,계약,승인,보안,비밀번호,urgent,invoice\nSPAM_KEYWORDS=광고,홍보,이벤트,쿠폰,할인\n\n# 다이제스트 설정\nDIGEST_ENABLED=true\nDIGEST_TIME=09:00\nDIGEST_RECIPIENTS=your@gmail.com"
      },
      {
        "title": "한국 이메일 서버 정보",
        "body": "서비스IMAP 서버IMAP 포트SMTP 서버SMTP 포트비고Gmailimap.gmail.com993smtp.gmail.com5872단계 인증 시 앱 비밀번호 필요네이버imap.naver.com993smtp.naver.com587IMAP/SMTP 설정 활성화 필요다음imap.daum.net993smtp.daum.net465SSL 사용카카오imap.kakao.com993smtp.kakao.com465SSL 사용한메일imap.daum.net993smtp.daum.net465다음과 동일\n\n중요:\n\nGmail: 2단계 인증 사용 시 앱 비밀번호 필수\n네이버: 메일 설정에서 IMAP/SMTP 사용 설정 필요\n다음/카카오: SMTP 포트 465 (SSL 직접 연결)"
      },
      {
        "title": "1. 통합 메일 확인",
        "body": "모든 계정의 읽지 않은 메일 확인:\n\nnode scripts/check-all.js [--limit 20]\n\n특정 계정만 확인:\n\nnode scripts/check.js --account gmail [--limit 10]\nnode scripts/check.js --account naver [--limit 10]"
      },
      {
        "title": "2. 스마트 요약",
        "body": "읽지 않은 메일을 키워드 기반으로 분류하여 요약:\n\nnode scripts/summary.js [--account gmail] [--recent 24h]\n\n출력 예시:\n\n📬 읽지 않은 메일 요약 (Gmail)\n━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\n\n🔴 중요 (3건)\n  - [결제] 카드 승인 내역 안내 (신한카드)\n  - [보안] 새로운 기기에서 로그인 시도 (Google)\n  - [업무] 프로젝트 마감 알림 (팀장님)\n\n🟡 일반 (12건)\n  - 주간 뉴스레터 (Tech News)\n  - 배송 완료 알림 (쿠팡)\n  ...\n\n🔵 읽을만한 (5건)\n  - 친구 초대장 (Facebook)\n  ..."
      },
      {
        "title": "3. 중요 메일 필터링",
        "body": "키워드로 중요 메일만 추출:\n\nnode scripts/filter.js --keywords \"결제,청구,승인\" [--account all] [--recent 7d]"
      },
      {
        "title": "4. 자동 답장",
        "body": "템플릿 기반 빠른 답장:\n\n# 템플릿 목록\nnode scripts/reply.js --list\n\n# 템플릿 사용\nnode scripts/reply.js --uid 12345 --template thanks --account gmail\n\n# 커스텀 답장\nnode scripts/reply.js --uid 12345 --body \"감사합니다.\" --account gmail\n\n기본 템플릿:\n\nthanks: 감사 인사\nconfirm: 확인 완료\nmeeting: 미팅 일정 조율\nooo: 부재중 자동 응답"
      },
      {
        "title": "5. 일일 다이제스트",
        "body": "하루 메일 요약 리포트 생성:\n\nnode scripts/digest.js [--date 2026-02-16] [--accounts gmail,naver]\n\n출력 형식:\n\n텍스트 리포트\nHTML 이메일로 전송 옵션\nJSON 형식 지원"
      },
      {
        "title": "6. 메일 발송",
        "body": "통합 발송 인터페이스:\n\nnode scripts/send.js \\\n  --account gmail \\\n  --to recipient@example.com \\\n  --subject \"안녕하세요\" \\\n  --body \"메일 본문입니다.\" \\\n  [--attach file.pdf]"
      },
      {
        "title": "7. 검색",
        "body": "모든 계정에서 통합 검색:\n\nnode scripts/search.js \\\n  --query \"프로젝트\" \\\n  [--accounts gmail,naver] \\\n  [--recent 30d] \\\n  [--limit 50]"
      },
      {
        "title": "템플릿 커스터마이징",
        "body": "scripts/templates.json 파일에서 답장 템플릿 수정 가능:\n\n{\n  \"thanks\": {\n    \"subject\": \"Re: {original_subject}\",\n    \"body\": \"안녕하세요,\\n\\n메일 감사합니다.\\n확인 후 회신 드리겠습니다.\\n\\n감사합니다.\"\n  },\n  \"confirm\": {\n    \"subject\": \"Re: {original_subject}\",\n    \"body\": \"확인 완료했습니다.\\n추가 문의 사항 있으시면 연락 주세요.\"\n  }\n}"
      },
      {
        "title": "크론 작업 예시",
        "body": "매일 아침 9시 다이제스트 발송:\n\n0 9 * * * cd /path/to/mufi-email-manager && node scripts/digest.js --send\n\n30분마다 중요 메일 체크:\n\n*/30 * * * * cd /path/to/mufi-email-manager && node scripts/filter.js --keywords \"긴급,urgent\" --notify"
      },
      {
        "title": "설치",
        "body": "cd skills/mufi-email-manager\nnpm install"
      },
      {
        "title": "보안 주의사항",
        "body": ".env 파일을 .gitignore에 추가\nGmail은 앱 비밀번호 사용 권장\n비밀번호를 코드에 하드코딩하지 말 것\n중요 메일은 자동 삭제하지 않도록 주의"
      },
      {
        "title": "트러블슈팅",
        "body": "연결 실패:\n\n서버 주소와 포트 확인\n방화벽 설정 확인\n\n인증 실패:\n\n이메일 주소와 비밀번호 재확인\nGmail: 앱 비밀번호 사용 여부 확인\n네이버: IMAP/SMTP 설정 활성화 여부 확인\n\nTLS/SSL 에러:\n\n다음/카카오는 SMTP 포트 465 (SSL 직접 연결)\nGmail/네이버는 SMTP 포트 587 (STARTTLS)"
      },
      {
        "title": "라이센스",
        "body": "MIT"
      }
    ],
    "body": "mufi-email-manager\n\n한국 주요 이메일 서비스(Gmail, 네이버, 다음, 카카오)를 통합 관리하는 IMAP/SMTP 기반 도구입니다.\n\n주요 기능\n📬 다중 계정 통합: Gmail, 네이버, 다음, 카카오 메일 동시 관리\n📊 스마트 요약: 읽지 않은 메일 자동 요약 및 분류\n🔍 키워드 필터링: 중요 메일 자동 탐지 (업무, 결제, 보안 등)\n🤖 자동 답장: 템플릿 기반 빠른 답장\n📰 일일 다이제스트: 하루 메일 요약 리포트 생성\n설정\n환경 변수 설정\n\n스킬 폴더에 .env 파일을 생성하거나 환경 변수로 설정:\n\n# 기본 계정 (필수)\nDEFAULT_ACCOUNT=gmail  # gmail, naver, daum, kakao 중 선택\n\n# Gmail 계정\nGMAIL_USER=your@gmail.com\nGMAIL_PASS=your_app_password\nGMAIL_IMAP_HOST=imap.gmail.com\nGMAIL_IMAP_PORT=993\nGMAIL_SMTP_HOST=smtp.gmail.com\nGMAIL_SMTP_PORT=587\n\n# 네이버 메일\nNAVER_USER=your@naver.com\nNAVER_PASS=your_password\nNAVER_IMAP_HOST=imap.naver.com\nNAVER_IMAP_PORT=993\nNAVER_SMTP_HOST=smtp.naver.com\nNAVER_SMTP_PORT=587\n\n# 다음(Daum) 메일\nDAUM_USER=your@daum.net\nDAUM_PASS=your_password\nDAUM_IMAP_HOST=imap.daum.net\nDAUM_IMAP_PORT=993\nDAUM_SMTP_HOST=smtp.daum.net\nDAUM_SMTP_PORT=465\n\n# 카카오(Kakao) 메일\nKAKAO_USER=your@kakao.com\nKAKAO_PASS=your_password\nKAKAO_IMAP_HOST=imap.kakao.com\nKAKAO_IMAP_PORT=993\nKAKAO_SMTP_HOST=smtp.kakao.com\nKAKAO_SMTP_PORT=465\n\n# 필터 키워드 (쉼표로 구분)\nIMPORTANT_KEYWORDS=결제,청구,납부,계약,승인,보안,비밀번호,urgent,invoice\nSPAM_KEYWORDS=광고,홍보,이벤트,쿠폰,할인\n\n# 다이제스트 설정\nDIGEST_ENABLED=true\nDIGEST_TIME=09:00\nDIGEST_RECIPIENTS=your@gmail.com\n\n한국 이메일 서버 정보\n서비스\tIMAP 서버\tIMAP 포트\tSMTP 서버\tSMTP 포트\t비고\nGmail\timap.gmail.com\t993\tsmtp.gmail.com\t587\t2단계 인증 시 앱 비밀번호 필요\n네이버\timap.naver.com\t993\tsmtp.naver.com\t587\tIMAP/SMTP 설정 활성화 필요\n다음\timap.daum.net\t993\tsmtp.daum.net\t465\tSSL 사용\n카카오\timap.kakao.com\t993\tsmtp.kakao.com\t465\tSSL 사용\n한메일\timap.daum.net\t993\tsmtp.daum.net\t465\t다음과 동일\n\n중요:\n\nGmail: 2단계 인증 사용 시 앱 비밀번호 필수\n네이버: 메일 설정에서 IMAP/SMTP 사용 설정 필요\n다음/카카오: SMTP 포트 465 (SSL 직접 연결)\n명령어\n1. 통합 메일 확인\n\n모든 계정의 읽지 않은 메일 확인:\n\nnode scripts/check-all.js [--limit 20]\n\n\n특정 계정만 확인:\n\nnode scripts/check.js --account gmail [--limit 10]\nnode scripts/check.js --account naver [--limit 10]\n\n2. 스마트 요약\n\n읽지 않은 메일을 키워드 기반으로 분류하여 요약:\n\nnode scripts/summary.js [--account gmail] [--recent 24h]\n\n\n출력 예시:\n\n📬 읽지 않은 메일 요약 (Gmail)\n━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\n\n🔴 중요 (3건)\n  - [결제] 카드 승인 내역 안내 (신한카드)\n  - [보안] 새로운 기기에서 로그인 시도 (Google)\n  - [업무] 프로젝트 마감 알림 (팀장님)\n\n🟡 일반 (12건)\n  - 주간 뉴스레터 (Tech News)\n  - 배송 완료 알림 (쿠팡)\n  ...\n\n🔵 읽을만한 (5건)\n  - 친구 초대장 (Facebook)\n  ...\n\n3. 중요 메일 필터링\n\n키워드로 중요 메일만 추출:\n\nnode scripts/filter.js --keywords \"결제,청구,승인\" [--account all] [--recent 7d]\n\n4. 자동 답장\n\n템플릿 기반 빠른 답장:\n\n# 템플릿 목록\nnode scripts/reply.js --list\n\n# 템플릿 사용\nnode scripts/reply.js --uid 12345 --template thanks --account gmail\n\n# 커스텀 답장\nnode scripts/reply.js --uid 12345 --body \"감사합니다.\" --account gmail\n\n\n기본 템플릿:\n\nthanks: 감사 인사\nconfirm: 확인 완료\nmeeting: 미팅 일정 조율\nooo: 부재중 자동 응답\n5. 일일 다이제스트\n\n하루 메일 요약 리포트 생성:\n\nnode scripts/digest.js [--date 2026-02-16] [--accounts gmail,naver]\n\n\n출력 형식:\n\n텍스트 리포트\nHTML 이메일로 전송 옵션\nJSON 형식 지원\n6. 메일 발송\n\n통합 발송 인터페이스:\n\nnode scripts/send.js \\\n  --account gmail \\\n  --to recipient@example.com \\\n  --subject \"안녕하세요\" \\\n  --body \"메일 본문입니다.\" \\\n  [--attach file.pdf]\n\n7. 검색\n\n모든 계정에서 통합 검색:\n\nnode scripts/search.js \\\n  --query \"프로젝트\" \\\n  [--accounts gmail,naver] \\\n  [--recent 30d] \\\n  [--limit 50]\n\n템플릿 커스터마이징\n\nscripts/templates.json 파일에서 답장 템플릿 수정 가능:\n\n{\n  \"thanks\": {\n    \"subject\": \"Re: {original_subject}\",\n    \"body\": \"안녕하세요,\\n\\n메일 감사합니다.\\n확인 후 회신 드리겠습니다.\\n\\n감사합니다.\"\n  },\n  \"confirm\": {\n    \"subject\": \"Re: {original_subject}\",\n    \"body\": \"확인 완료했습니다.\\n추가 문의 사항 있으시면 연락 주세요.\"\n  }\n}\n\n크론 작업 예시\n\n매일 아침 9시 다이제스트 발송:\n\n0 9 * * * cd /path/to/mufi-email-manager && node scripts/digest.js --send\n\n\n30분마다 중요 메일 체크:\n\n*/30 * * * * cd /path/to/mufi-email-manager && node scripts/filter.js --keywords \"긴급,urgent\" --notify\n\n설치\ncd skills/mufi-email-manager\nnpm install\n\n보안 주의사항\n.env 파일을 .gitignore에 추가\nGmail은 앱 비밀번호 사용 권장\n비밀번호를 코드에 하드코딩하지 말 것\n중요 메일은 자동 삭제하지 않도록 주의\n트러블슈팅\n\n연결 실패:\n\n서버 주소와 포트 확인\n방화벽 설정 확인\n\n인증 실패:\n\n이메일 주소와 비밀번호 재확인\nGmail: 앱 비밀번호 사용 여부 확인\n네이버: IMAP/SMTP 설정 활성화 여부 확인\n\nTLS/SSL 에러:\n\n다음/카카오는 SMTP 포트 465 (SSL 직접 연결)\nGmail/네이버는 SMTP 포트 587 (STARTTLS)\n라이센스\n\nMIT"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/mupengi-bot/mufi-email-manager",
    "publisherUrl": "https://clawhub.ai/mupengi-bot/mufi-email-manager",
    "owner": "mupengi-bot",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/mufi-email-manager",
    "downloadUrl": "https://openagent3.xyz/downloads/mufi-email-manager",
    "agentUrl": "https://openagent3.xyz/skills/mufi-email-manager/agent",
    "manifestUrl": "https://openagent3.xyz/skills/mufi-email-manager/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/mufi-email-manager/agent.md"
  }
}