Token导航 LogoToken导航TokenDH.com
研究检索需要联网clawhub未标认证来源可访问clear审计通过

email-reply-reader电子邮件回复阅读器

Agent Skill

email-reply-reader 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

4,992

周安装

216

GitHub Stars

公开资料未说明

下载量

1,616
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:email-reply-reader(电子邮件回复阅读器)
来源仓库:https://github.com/xiaoxty/email-reply-reader
安装命令:
openclaw skills install email-reply-reader
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install email-reply-reader

简介

解析公司回复的工作申请邮件,提取招聘方反馈与联系人信息。

  • 适合求职者跟踪申请状态、分析拒信原因或积累面试经验。
  • 自动识别 HR 或技术团队回复,区分录用意向与拒绝理由。
  • 需访问个人邮箱中对应线程的邮件内容才能生效。email-reply-reader 属于研究检索类 Skill,可作为该场景下的辅助能力补充。
  • 使用前请确保不违反公司内部通信政策与隐私条款。

SKILL.md

name
email-reply-reader
description
Read and parse job application email replies from companies. Activate when user asks to check job application replies, read recruiter emails, see who responded, check inbox for HR replies, or follow up on job applications. Uses gog Gmail to fetch and classify recruiter responses.
metadata
{"openclaw": {"emoji": "📬", "requires": {"bins": ["gog"]}}}

Email Reply Reader

Reads Gmail inbox, finds job application replies, and classifies each response.

Prerequisites

gog authenticated with Gmail:

gog auth add you@gmail.com --services gmail

When to Activate

  • "查一下有没有回复"、"check my job application replies"
  • "有哪些公司回复了"、"did anyone respond to my resume"
  • "看看招聘邮件"、"read recruiter emails"

Workflow

Step 1: Search for application-related emails

# Search for replies in the last 30 days
gog gmail messages search "in:inbox (interview OR application OR resume OR opportunity OR position OR role OR job) newer_than:30d" \
  --max 50 \
  --account you@gmail.com \
  --json

Also search for sent mail to cross-reference:

gog gmail messages search "in:sent (application OR resume OR apply) newer_than:30d" \
  --max 50 \
  --account you@gmail.com \
  --json

Step 2: Classify each reply

For each email found, classify it into one of these categories:

CategorySignalsNext Action
🟢 Interview Invite"schedule", "interview", "call", "meet", "availability", "slot"Reply to confirm ASAP
🔵 Positive Interest"impressed", "interested", "shortlisted", "next steps", "team"Respond within 24h
🟡 Request for Info"portfolio", "references", "salary", "notice period", "assessment"Prepare and reply
🟠 Recruiter Outreach"exciting opportunity", "your profile", "perfect fit" (unsolicited)Evaluate if relevant
🔴 Rejection"unfortunately", "not moving forward", "other candidates", "not a fit"Log and move on
Auto-reply / No Info"thank you for applying", "received your application", generic acknowledgementWait for real reply
UnclearHard to classifyRead full email for context

Step 3: Output structured summary

Present results in this format:

📬 Job Application Replies — Last 30 Days
Found [N] relevant emails from [N] companies

🟢 INTERVIEW INVITES ([N])
━━━━━━━━━━━━━━━━━━━━━━━━
• [Company] — [Role]
  From: [sender name] <email>
  Date: [date]
  Summary: "[key sentence from email]"
  ⚡ Action: Reply to confirm interview slot

🔵 POSITIVE INTEREST ([N])
━━━━━━━━━━━━━━━━━━━━━━━━
• [Company] — [Role]
  From: [sender]
  Date: [date]
  Summary: "[key sentence]"
  ⚡ Action: Respond within 24h

🟡 REQUESTS FOR INFO ([N])
━━━━━━━━━━━━━━━━━━━━━━━━
• [Company] — [Role]
  They need: [portfolio / salary expectations / references]
  ⚡ Action: Prepare and reply

🔴 REJECTIONS ([N])
━━━━━━━━━━━━━━━━━━
• [Company] — [Role] (Date: [date])

⚪ AUTO-REPLIES / PENDING ([N])
━━━━━━━━━━━━━━━━━━━━━━━━━━━━
• [Company] — applied [date], no human reply yet

────────────────────────────────
⚡ Priority Actions:
1. [Most urgent action]
2. [Second action]
3. [Third action]

Step 4: Offer to draft reply

For interview invites or positive replies, offer to draft a response:

Interview confirmation template:

Hi [Name],

Thank you for reaching out! I'm very excited about the opportunity to 
interview for the [Job Title] role at [Company].

I'm available at the following times:
- [Option 1: Day, Date, Time + timezone]
- [Option 2: Day, Date, Time + timezone]
- [Option 3: Day, Date, Time + timezone]

Please let me know which works best for your team, or feel free to 
suggest an alternative time if needed.

Looking forward to speaking with you!

Best regards,
[Name]

Rejection acknowledgement (optional — keeps door open):

Hi [Name],

Thank you for letting me know. While I'm disappointed, I appreciate 
you taking the time to follow up.

I remain a big admirer of [Company] and would welcome the opportunity 
to be considered for future roles that may be a better fit.

Best regards,
[Name]

Reading Full Email Content

To read the full body of a specific email:

# Get thread details (use thread ID from search results)
gog gmail search "from:company.com" --max 5 --account you@gmail.com --json

Follow-up Reminder Logic

For applications with no reply after 7 days, suggest a follow-up:

⏰ Follow-up Suggestions (no reply after 7+ days):
• [Company] — applied [N] days ago
  Draft a polite follow-up? [yes/no]

Follow-up template:

Subject: Following Up — Application for [Job Title]

Hi [Name / Hiring Manager],

I wanted to follow up on my application for the [Job Title] position 
submitted on [date]. I remain very interested in this opportunity and 
would love to learn about next steps.

Please let me know if you need any additional information.

Thank you for your time.

Best regards,
[Name]

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

90.93%
按下载量换算1,469

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills