prompt-template-add-retriever

Automates adding Einstein retrievers to Salesforce AI prompt templates via CLI commands.

4|2|Updated Mar 2, 2026
One-click install
npx skills add https://github.com/salesforce-misc/Data360AgentforceSolutionKitRetail --skill prompt-template-add-retriever
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: prompt-template-add-retriever
Source: https://github.com/salesforce-misc/Data360AgentforceSolutionKitRetail/tree/main/.claude/skills/prompt-template-add-retriever
Command: npx skills add https://github.com/salesforce-misc/Data360AgentforceSolutionKitRetail --skill prompt-template-add-retriever

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of adding Einstein retrievers to AI prompt templates, streamlining the configuration and deployment workflow.

Core Features & Use Cases

  • Automated Retriever Addition: Automatically adds Einstein retrievers to AI prompt templates.
  • CLI-Only Workflow: Utilizes Salesforce CLI commands for all operations, eliminating the need for browser automation.
  • Version Management: Increments version numbers and provides rollback capabilities to maintain org-agnostic state.
  • Use Case: Ideal for users who need to update multiple prompt templates with retrievers, ensuring consistency and efficiency.

Quick Start

Use the prompt-template-add-retriever skill to update AI prompt templates with retrievers in your Salesforce org.

Frequently Asked Questions about prompt-template-add-retriever

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

FAQPage Schema
How do I add Einstein retrievers to AI prompt templates using Salesforce CLI?

You can add Einstein retrievers to AI prompt templates by running an automated script that queries retriever API names, updates XML files, increments versions, and deploys changes via Salesforce CLI.

Can I automate Einstein retriever configuration without browser automation?

Yes, Einstein retriever configuration uses a CLI-only workflow that executes Salesforce CLI commands to update and deploy AI prompt templates, completely eliminating the need for browser automation.

How does the retriever addition process maintain an org-agnostic state?

The retriever addition process maintains an org-agnostic state by using placeholders in XML files and automatically rolling back changes after a successful deployment to preserve local environment integrity.

What happens to AI prompt template version numbers when adding a retriever?

When adding a retriever, the process automatically increments the version numbers of the AI prompt templates before deploying the updated XML files to your Salesforce org.

Does the Einstein retriever deployment script support idempotency?

Yes, the Einstein retriever deployment script ensures idempotency by querying existing retriever API names and rolling back local XML file changes upon successful deployment.

Why use a CLI script for adding retrievers instead of updating prompt templates manually?

Using a CLI script for adding retrievers ensures consistency and efficiency when updating multiple AI prompt templates, preventing manual configuration errors and streamlining the deployment workflow.