What problem does it solve?
Developing Agentforce agents with Agent Script syntax requires precise knowledge of structure, API versions, and integration patterns, which can be error-prone and time-consuming. This Skill automates agent creation and validation, ensuring your agents are production-ready and adhere to best practices.
Core Features & Use Cases
- Agent Generation: Create complete Agentforce agents using Agent Script syntax, including topics, actions, and variables, with built-in best practices.
- Flow Integration: Seamlessly connect agent actions to Salesforce Flows (via
flow:// targets) for deterministic business logic and robust integrations.
- Strict Validation: Enforces critical requirements like API v64+, 4-space indentation, correct system instructions, and proper action target syntax to prevent common deployment failures.
- Use Case: Create an Agentforce agent for customer support triage. Define topics like "Order Status" and "Product Inquiry," and integrate actions that call existing Salesforce Flows to retrieve order details or log a support case.
Quick Start
Use the sf-ai-agentforce skill to create an Agentforce agent for customer support triage with a topic for "Order Status" that calls a Flow.