Extracts 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 concise

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "Extracts structured data from emails" with this command: npx skills add fdrummer/mailparser

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 concise

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

进出口许可文档智能预审系统

进出口许可文档智能预审系统。支持 PDF 和图片处理:自动提取合同号、出口国、进口商、总金额、数量、重量、合格证编号、生产商、报关口岸等字段,检测公章,按审核规则执行审核,生成 MD 和 JSON 审核报告。支持 CLI 和对话交互两种方式触发。

Registry SourceRecently Updated
Coding

sorftime

通过 sorftime-cli 调用 Sorftime 跨境电商全量数据接口(Amazon 47 + Shopee 5 + Walmart 14 = 66 个 endpoint)。 当用户或智能体需要:写脚本批量查询 ASIN/类目/关键词/Best Seller/跟卖/子体销量/产品评论, 自定义编排多个接口完...

Registry SourceRecently Updated
Coding

Coding Rules

当用户要求生成、修改或审查 Vue3 + TypeScript 子项目代码时触发。 覆盖 kb-pro-table / useTable / useForm 使用规范、arco design + unocss 样式规则、 模块组织与命名规范、枚举与类型约束、ref 优先的响应式规范等。 无论用户是否明确提到"规范...

Registry SourceRecently Updated
Coding

redmine-tools

Fetch, update, and summarize Redmine issue attachments from CLI.

Registry SourceRecently Updated