create-individual-retrievers

Create two Individual Retrievers in Data Cloud via Salesforce Connect REST API.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of creating Individual Retrievers in the Data Cloud using REST API, reducing manual setup time and potential errors.

Core Features & Use Cases

  • Automatic Creation of Retrievers: Generates two Individual Retrievers automatically upon invocation.
  • REST API Automation: Uses Salesforce Connect REST API with curl, bash, and python3 for JSON parsing.
  • Preconditions and Workflow: Ensures all necessary conditions are met before proceeding, and strictly follows a sequential workflow.

Quick Start

To create Individual Retrievers, run the create-individual-retrievers skill with the required org_alias parameter.

Frequently Asked Questions about create-individual-retrievers

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

FAQPage Schema
How do I automate the creation of Data Cloud Individual Retrievers?

To automate the creation of Data Cloud Individual Retrievers, you can use a skill that leverages the Salesforce Connect REST API with curl and python3 to generate two retrievers sequentially. This process reduces manual setup time and handles critical dependencies automatically.

What preconditions must be met before creating Individual Retrievers in Salesforce Data Cloud?

Before creating Individual Retrievers in Salesforce Data Cloud, all search indexes and UDMOs must be ready. The automation process strictly ensures these necessary conditions are met before proceeding with any Salesforce Connect REST API operations.

Does the create-individual-retrievers skill require specific scripting dependencies?

Yes, the create-individual-retrievers skill requires curl, bash, and python3 for JSON parsing to execute its scripts. These components are necessary to interact with the Salesforce Connect REST API and handle the automated workflow.

How are dependencies handled during Individual Retriver setup in Data Cloud?

Dependencies are handled during Individual Retriever setup by executing the automation in a strict sequential order. This workflow ensures that all critical dependencies and preconditions are resolved before successfully creating the retrievers via the REST API.

What is the best way to reduce manual setup errors when configuring Data Cloud Individual Retrievers?

The best way to reduce manual setup errors when configuring Data Cloud Individual Retrievers is to automate the process using REST API scripts. This approach enforces a strict sequential workflow and validates that all search indexes and UDMOs are ready.