/install auto-quote-mailer
\r \r
Ecommerce Inquiry Email Automation Skill\r
\r
Overview\r
\r This skill automates the processing of customer inquiry emails for ecommerce businesses:\r \r
- Scheduled Email Retrieval \r Automatically fetch incoming inquiry emails from mailbox\r \r
- Language Detection & Translation \r Detect email language and translate into a target language (default: English)\r \r
- Local Archiving \r Store raw emails, parsed content, and translated versions\r \r
- Quotation Generation \r Generate structured quotation replies based on pricing rules and product parameters\r \r ---\r \r
Core Features\r
\r
1. Email Retrieval\r
- Supports IMAP protocol\r
- SSL/TLS secure connection\r
- Configurable polling interval (default: every 30 minutes)\r
- Processes only unread emails and marks them as handled\r \r ---\r \r
2. Language Detection & Translation\r
- Automatically detects email language\r
- Translates non-target-language content via translation APIs (Google, DeepL, etc.)\r
- Stores both original and translated versions\r \r ---\r \r
3. Local Storage Structure\r
email_storage/\r ├── raw/ # Raw emails (.eml format)\r ├── text/ # Extracted plain text\r ├── translated/ # Translated content\r └── quotes/ # Generated quotation drafts\r \r ---\r \r
4. Quotation Engine\r
\r
- Calculates pricing based on:\r
- Product type / material\r
- Size or specifications\r
- Quantity\r
- Manufacturing process or customization options\r
- Applies tiered discount rules\r
- Generates professional email reply templates\r \r ---\r \r
Configuration\r
\r
Before using, edit scripts/config.py:\r
\r
- IMAP server (host, port, email, password)\r
- Translation API (optional)\r
- Local storage directory\r
- Pricing data file paths\r
- Default language settings\r \r ---\r \r
Usage\r
\r
Run single check\r
\r
python scripts/email_check.py
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install auto-quote-mailer - 安装完成后,直接呼叫该 Skill 的名称或使用
/auto-quote-mailer触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
medal-email-quote 是什么?
General-purpose ecommerce inquiry email automation skill. Periodically fetches customer inquiry emails, detects and translates languages, stores email data l... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 68 次。
如何安装 medal-email-quote?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install auto-quote-mailer」即可一键安装,无需额外配置。
medal-email-quote 是免费的吗?
是的,medal-email-quote 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
medal-email-quote 支持哪些平台?
medal-email-quote 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 medal-email-quote?
由 fankcoder(@fankcoder)开发并维护,当前版本 v1.0.0。