platform-agentsetup-categories-fetch

Fetch agentic setup prompt categories from a Salesforce org via Connect API.

Updated Jul 2, 2026
One-click install
npx skills add https://github.com/padjei/SF_Agents --skill platform-agentsetup-categories-fetch-padjei
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: platform-agentsetup-categories-fetch
Source: https://github.com/padjei/SF_Agents/tree/main/.claude/skills/platform-agentsetup-categories-fetch
Command: npx skills add https://github.com/padjei/SF_Agents --skill platform-agentsetup-categories-fetch-padjei

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies the process of fetching agentic setup prompt categories from a connected Salesforce org, enabling users to quickly retrieve and utilize the required information.

Core Features & Use Cases

  • Fetch Categories: Retrieve a list of agentic setup prompt categories from a Salesforce org.
  • Nested Prompts: Optionally fetch nested prompts within each category.
  • Error Handling: Provides clear error messages for common issues like feature disablement or authentication failures.
  • API Version Support: Supports minimum API version 67.0.

Quick Start

Use the platform-agentsetup-categories-fetch skill to fetch the agentic setup categories from your Salesforce org.

Frequently Asked Questions about platform-agentsetup-categories-fetch

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

FAQPage Schema
How do I fetch agentic setup prompt categories from a Salesforce org?

To fetch agentic setup prompt categories from a Salesforce org, use a tool that calls the Agentic Setup Categories Connect API. It handles authentication, API requests, and JSON parsing to retrieve the category list.

Can I retrieve nested prompts within Salesforce agentic setup categories?

Yes, you can retrieve nested prompts within Salesforce agentic setup categories. The fetch process supports optionally expanding each category to include its underlying nested prompts during the API data retrieval.

What Salesforce API version is required to retrieve agentic setup categories?

Retrieving agentic setup categories requires a minimum Salesforce API version of 67.0. Your org must support this version to successfully connect and fetch the prompt category data.

Why does fetching Salesforce prompt categories fail with an authentication error?

Fetching Salesforce prompt categories fails with an authentication error when credentials are invalid or the agentic setup feature is disabled. The API retrieval process includes error handling to identify these common connection issues.

What is the best way to automate agentic setup category data retrieval in Salesforce?

The best way to automate agentic setup category data retrieval in Salesforce is using the Connect API. This approach handles JSON parsing and authentication programmatically, streamlining the extraction of prompt categories.