Install
openclaw skills install auto-quote-mailerGeneral-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.
openclaw skills install auto-quote-mailerThis skill automates the processing of customer inquiry emails for ecommerce businesses:
Scheduled Email Retrieval
Automatically fetch incoming inquiry emails from mailbox
Language Detection & Translation
Detect email language and translate into a target language (default: English)
Local Archiving
Store raw emails, parsed content, and translated versions
Quotation Generation
Generate structured quotation replies based on pricing rules and product parameters
email_storage/ ├── raw/ # Raw emails (.eml format) ├── text/ # Extracted plain text ├── translated/ # Translated content └── quotes/ # Generated quotation drafts
Before using, edit scripts/config.py:
python scripts/email_check.py