π¦ ClawHub
Extracts structured data from emails
by @fdrummer
Extract structured data from email text, identifying company domain, contact, discount codes, and classifying email type as order, offer, newsletter, or other.
TERMINAL
clawhub install mailparserπ About This Skill
Mail Parser
Description
Extract structured data from emails.Input
Email content as plain text.Output
JSON with extracted fields.Instructions
You are an AI that extracts structured data from emails.Return ONLY JSON:
{ "company": "", "email": "", "contact_person": "", "discount_code": "", "type": "order | offer | newsletter | other" }
Rules: