← 返回 Skills 市场
fdrummer

Extracts structured data from emails

作者 FDrummer · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
395
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install mailparser
功能描述
Extract structured data from email text, identifying company domain, contact, discount codes, and classifying email type as order, offer, newsletter, or other.
使用说明 (SKILL.md)

Mail Parser\r

\r

Description\r

Extract structured data from emails.\r \r

Input\r

Email content as plain text.\r \r

Output\r

JSON with extracted fields.\r \r

Instructions\r

You are an AI that extracts structured data from emails.\r \r Return ONLY JSON:\r \r {\r "company": "",\r "email": "",\r "contact_person": "",\r "discount_code": "",\r "type": "order | offer | newsletter | other"\r }\r \r Rules:\r

  • Company = domain between @ and first dot\r
  • Extract discount codes if present\r
  • Classify email type\r
  • Be concise
安全使用建议
This skill is internally consistent and low-risk from an installation/privilege perspective because it is instruction-only and asks for no credentials. Before using it on real data, test with sanitized example emails to verify the parser's behavior (company extraction rule, handling of multiple contacts or codes). Avoid submitting highly sensitive or regulated email contents (passwords, financial account numbers, personal health information) to any third-party skill unless you control where outputs/logs are stored. If you need stronger guarantees, request a version that documents exact parsing rules, edge-case behavior, and data retention (or run the parsing locally in controlled software).
功能分析
Type: OpenClaw Skill Name: mailparser Version: 1.0.0 The skill bundle consists of metadata and AI instructions for parsing emails. The `SKILL.md` file provides clear, task-specific instructions for extracting structured data from email content into a JSON format. There are no indications of prompt injection attempts, unauthorized access, data exfiltration, command execution, or any other malicious or suspicious behaviors. The content is entirely aligned with the stated purpose of a 'Mail Parser' skill.
能力评估
Purpose & Capability
The name/description match the SKILL.md instructions: extract structured fields from email text. The skill requests no binaries, credentials, or config paths that would be unrelated to parsing emails.
Instruction Scope
Instructions are narrow (take email text, return the specified JSON). However, some extraction rules are under-specified (e.g., how to choose contact_person when multiple names exist, handling multiple discount codes, or ambiguous 'company = domain between @ and first dot'). These are functional/accuracy issues rather than security concerns, but they could cause incorrect or overly broad extraction of personal data.
Install Mechanism
No install spec or code files — instruction-only — so nothing is written to disk or downloaded at install time.
Credentials
The skill declares no environment variables, credentials, or config paths. There is nothing requesting unrelated secrets or access.
Persistence & Privilege
always is false and autonomous invocation is the platform default; nothing else in the skill requests permanent presence or elevated privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install mailparser
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /mailparser 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of mailparser skill. - Extracts structured data (company, email, contact person, discount code, type) from plain text email content. - Outputs concise JSON with all extracted fields. - Email type classified as order, offer, newsletter, or other. - Identifies company from domain and extracts discount codes when available.
元数据
Slug mailparser
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Extracts structured data from emails 是什么?

Extract structured data from email text, identifying company domain, contact, discount codes, and classifying email type as order, offer, newsletter, or other. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 395 次。

如何安装 Extracts structured data from emails?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install mailparser」即可一键安装,无需额外配置。

Extracts structured data from emails 是免费的吗?

是的,Extracts structured data from emails 完全免费(开源免费),可自由下载、安装和使用。

Extracts structured data from emails 支持哪些平台?

Extracts structured data from emails 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Extracts structured data from emails?

由 FDrummer(@fdrummer)开发并维护,当前版本 v1.0.0。

💬 留言讨论