CCF Email Triage

Classify CCF emails and extract actionable fields for downstream routing.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/ContractorKeith/openclaw-home --skill ccf-email-triage
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: CCF Email Triage
Source: https://github.com/ContractorKeith/openclaw-home/tree/main/skills/ccf-email-triage
Command: npx skills add https://github.com/ContractorKeith/openclaw-home --skill ccf-email-triage

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Use this skill to reduce manual email triage overhead by consistently classifying CCF emails and extracting only the fields that Keith or Ricardo can act on.

Core Features & Use Cases

  • Accurate classification of emails from AppointmentPlus, DaySmart, JobNimbus, and SumoQuote based on sender, subject pattern, and content clues.
  • Extraction of actionable fields such as client name, date/time, address, service, and notes, with missing data preserved as null.
  • Urgency scoring and routing to calendar pipeline, morning brief, or follow-up queues, with deterministic validation prior to any downstream action.

Quick Start

Classify a new CCF email, extract actionable fields, and route the result to the appropriate downstream queue.

Frequently Asked Questions about CCF Email Triage

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate email triage for AppointmentPlus and JobNimbus messages?

Classify CCF emails from AppointmentPlus, DaySmart, JobNimbus, and SumoQuote based on sender, subject pattern, and content clues, then route them to calendar, morning brief, or follow-up queues. The skill extracts actionable fields like client name and service details to reduce manual overhead.

What is the best way to extract client name and service details from contractor emails?

Extract actionable fields like client name, date, time, address, service, and notes from CCF emails by applying deterministic classification rules. Missing data is preserved as null to maintain data integrity, ensuring downstream workflows receive consistent structured fields without guessing.

Can I route DaySmart and SumoQuote emails directly to a calendar pipeline?

Route DaySmart and SumoQuote emails to a calendar pipeline, morning brief, or follow-up queue based on urgency scoring and classification. Deterministic validation rules require human validation before any production changes or downstream actions are executed.

How does urgency scoring work for email routing and dispatch?

Urgency scoring evaluates classified CCF emails to determine routing priority across calendar, morning brief, and follow-up queues. Deterministic rules enforce consistent validation, requiring human approval before any downstream workflow actions are triggered.

What happens when extraction fields like address or service are missing from an email?

When actionable fields like address or service are missing from CCF emails, the data is preserved as null rather than inferred. This deterministic approach ensures downstream workflows receive accurate structured data and prevents incorrect assumptions about client details or service information.

Do I need human validation before routing classified emails to production workflows?

Human validation is required before any production changes or downstream actions occur. The skill enforces deterministic rules that classify and extract fields, but a person must review and approve the routing decision to calendar, morning brief, or follow-up queues.