Extract structured data from emails.
Scanned 9/7/2026
Install to Claude Code
npx -y skills add modbender/skill-library-mcp --skill mailparser --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Mailparser?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/modbender-mailparser)More formats (shields.io, HTML) on the badges page.
---
name: Mail Parser
description: Extract structured data from emails.
---
# 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:
- Company = domain between @ and first dot
- Extract discount codes if present
- Classify email type
- Be conciseIs this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!