sf-service-ai-intake

Extract structured intake data from live transcripts into Salesforce SObjects.

15|Updated Jan 27, 2026
One-click install
npx skills add https://github.com/sfdc-brendan/Demo-Lab --skill sf-service-ai-intake
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sf-service-ai-intake
Source: https://github.com/sfdc-brendan/Demo-Lab/tree/main/Service%20Cloud/skills/sf-service-ai-intake
Command: npx skills add https://github.com/sfdc-brendan/Demo-Lab --skill sf-service-ai-intake

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps contact centers design configurable AI-assisted intake templates that listen to live transcripts, extract structured answers via the Models API, provide non-destructive UI suggestions, and dispatch results to a target Salesforce SObject.

Core Features & Use Cases

  • Template-driven intake: model scenarios as data with questions, target object, and visibility rules to drive a runtime LWC.
  • Non-destructive AI merges: AI results populate only empty or non-edited fields, preserving agent input.
  • Flexible submission paths: write to a target SObject when configured or save JSON submissions for prototyping.
  • Real-world use: implement CSR-facing intake for service requests and claims with auditable submissions.

Quick Start

Configure a template with questions, start the runtime, and submit a test intake to verify the end-to-end flow.

Frequently Asked Questions about sf-service-ai-intake

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

FAQPage Schema
How do I extract structured intake data from live call transcripts in Service Cloud?

Extract structured intake data from live call transcripts by using template-driven configurations to map transcript answers via the Models API directly onto a target Salesforce SObject. The runtime LWC listens to the call, applies non-destructive AI merges to empty fields, and generates auditable submission artifacts.

Can I populate Salesforce objects from live transcripts without overwriting agent input?

Populate Salesforce objects safely using non-destructive AI merges that only fill empty or non-edited fields, preserving agent input. This ensures CSR-facing workflows for service requests and claims maintain manual overrides while automatically capturing structured data from the live transcript.

What is the best way to configure AI-assisted intake templates for contact centers?

Configure AI-assisted intake templates by modeling scenarios as data with specific questions, target SObjects, and visibility rules to drive a runtime LWC. This template-driven approach allows flexible submission paths, writing directly to a target object or saving JSON submissions for prototyping.

Does this live-call AI intake workflow support roadside assistance and claims processing?

Live-call AI intake supports roadside assistance and claims processing by applying configurable templates to extract structured answers from live transcripts. It dispatches results to a target Salesforce SObject with safe agent overrides and auditable submission artifacts for end-to-end data capture.

How do I prototype Salesforce intake workflows before writing to a production object?

Prototype Salesforce intake workflows by configuring the template to save JSON submissions instead of writing directly to a target SObject. This allows you to verify the end-to-end flow, test data extraction from transcripts, and validate intake logic before committing to production data.

What are the limitations of using non-destructive AI merge for Service Cloud data capture?

Non-destructive AI merge for Service Cloud data capture is limited to populating only empty or non-edited fields, meaning it will not overwrite existing agent input. If a field already contains data, the AI extraction will bypass it, requiring manual agent updates to replace existing values.