askill
respond-to-client

respond-to-clientSafety 85Repository

Assess and respond to an incoming client email. Score confidence, auto-respond if above threshold, flag for human review if below. Use for emails identified as client communications (not feedback).

0 stars
1.2k downloads
Updated 2/21/2026

Package Files

Loading files...
SKILL.md

Respond to Client

Purpose

Evaluate a client email and either send an autonomous response or escalate it to a human reviewer based on the configured confidence threshold.

Instructions

  1. Call score_email_confidence with the message ID, subject, and sender
  2. Check whether the returned score meets or exceeds the configured threshold (default: 80%)
  3. If score ≥ threshold:
    • Call send_email_response with the message ID, recipient address, and relevant context
    • Log the action: responded, score, and timestamp
  4. If score < threshold:
    • Call flag_email_for_review with the message ID and reason ("confidence below threshold")
    • Log the action: flagged, score, and reason
  5. In all cases, add the message ID to the processed-message log

Constraints

  • NEVER pass email body text to score_email_confidence or any other tool
  • NEVER send a response when confidence is below threshold
  • NEVER make commitments about delivery dates, pricing, or contractual terms
  • Legal, compliance, or contractual keywords MUST trigger flagging regardless of score

Expected Output

The action taken: "responded" or "flagged", with the confidence score and reason.

Install

Download ZIP
Requires askill CLI v1.0+

AI Quality Score

55/100Analyzed 2/22/2026

Well-structured skill with clear instructions and good safety constraints, but clearly internal to BuildBuddy's email management system. Uses custom internal tools that aren't available externally. Good completeness and safety, but low reusability due to tight coupling with internal systems. Path structure and depth strongly indicate internal-only usage.

85
80
45
70
75

Metadata

Licenseunknown
Version1.0.0
Updated2/21/2026
Publisherm0x6A

Tags

No tags yet.