medal-email-quote
by @fankcoder
General-purpose ecommerce inquiry email automation skill. Periodically fetches customer inquiry emails, detects and translates languages, stores email data l...
clawhub install auto-quote-mailerπ About This Skill
name: ecommerce-email-quote description: General-purpose ecommerce inquiry email automation skill. Periodically fetches customer inquiry emails, detects and translates languages, stores email data locally, and generates quotation reply drafts based on configurable pricing rules and product parameters. Use when handling customer inquiries, auto-processing emails, translation, and generating quotation responses.
Ecommerce Inquiry Email Automation Skill
Overview
This skill automates the processing of customer inquiry emails for ecommerce businesses:
1. Scheduled Email Retrieval Automatically fetch incoming inquiry emails from mailbox
2. Language Detection & Translation Detect email language and translate into a target language (default: English)
3. Local Archiving Store raw emails, parsed content, and translated versions
4. Quotation Generation Generate structured quotation replies based on pricing rules and product parameters
Core Features
1. Email Retrieval
2. Language Detection & Translation
3. Local Storage Structure
email_storage/ βββ raw/ # Raw emails (.eml format) βββ text/ # Extracted plain text βββ translated/ # Translated content βββ quotes/ # Generated quotation drafts4. Quotation Engine
Configuration
Before using, edit scripts/config.py:
Usage
Run single check
```bash python scripts/email_check.py
π‘ Examples
Run single check
```bash python scripts/email_check.py
βοΈ Configuration
Before using, edit scripts/config.py: