/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
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install auto-quote-mailer - After installation, invoke the skill by name or use
/auto-quote-mailer - Provide required inputs per the skill's parameter spec and get structured output
What is medal-email-quote?
General-purpose ecommerce inquiry email automation skill. Periodically fetches customer inquiry emails, detects and translates languages, stores email data l... It is an AI Agent Skill for Claude Code / OpenClaw, with 68 downloads so far.
How do I install medal-email-quote?
Run "/install auto-quote-mailer" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is medal-email-quote free?
Yes, medal-email-quote is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does medal-email-quote support?
medal-email-quote is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created medal-email-quote?
It is built and maintained by fankcoder (@fankcoder); the current version is v1.0.0.