This one wires up Salesforce's AgentforceConversationClient component into UI Bundle projects without letting you build a custom chat widget from scratch. It's opinionated by design: you get the prebuilt component with props for styling, layout, and agent configuration, but if you need something it doesn't support, you're stuck. The skill handles agent ID resolution by querying your org, validates whether agents are active, and walks through the Salesforce setup prerequisites like trusted domains. Useful if you want a chatbot embedded quickly and the built-in component covers your needs. If you're building something custom or need full control over the chat UI, look elsewhere.
npx skills add https://github.com/forcedotcom/sf-skills --skill implementing-ui-bundle-agentforce-conversation-client