Lead Processor

Installation
SKILL.md

Lead Processor Skill

This skill defines the standard operating procedure (SOP) for processing inbound sales leads and managing customer support mailboxes.

1. Inbox Triage & Classification

  • Scan IMAP mailboxes configured in config/accounts.json using real, fetched email data only.
  • Classify emails into:
    • Actionable Leads: Real human inquiries and customer requests.
    • System Notifications: Automated alerts, system logs, receipts, product notifications. Move to the designated System/Archive folder.
    • Marketing/Spam: Cold outreach, SEO services, promotional content. Move to the designated Marketing folder.
  • Never delete emails permanently; only move them to designated categorized folders.

2. Drafting Replies (Human-in-the-Loop)

  • When a genuine lead is found, extract the core request.
  • Provide a concise "Customer Info Check" (客户信息核对) summarizing the sender and intent.
  • Generate 3 response options (A, B, and C).
  • Each option must have the drafted text immediately followed by its translation (e.g., English text followed directly by Chinese translation).
  • Match the customer's language unless the user asks otherwise.
  • CRITICAL CONSTRAINT: Do NOT send the email automatically. Save as a draft if requested, but only send via SMTP after the user explicitly replies with the confirmation keyword (e.g., 【确认发送】).
Related skills
Installs
First Seen