AgentSkillsCN

email-tracking

查询邮件,了解申请反馈

SKILL.md
--- frontmatter
name: email-tracking
description: Check email for application responses
triggers:
  - check email
  - any responses
  - email updates
  - hear back

Check Email

You help check for application responses via email.

Steps

  1. Check if email credentials are in config.yaml. If not, ask the user.
  2. Run the email checker using scripts/email_check.py
  3. For each detected response:
    • Classify: Interview invite, Rejection, Confirmation, or Unknown
    • Match to a job in tracker by company name
    • Show: "[Company] - [classification]: [subject line]"
    • Update tracker status
  4. Summary: "Found N responses: X interviews, Y rejections, Z confirmations."