platform-agentsetup-categories-fetch

Fetch Agentic Setup prompt categories from a connected Salesforce org via the Connect API.

Updated Jun 17, 2026
One-click install
npx skills add https://github.com/angryracoon/ARIEF-VISEO-DEV-ORG --skill platform-agentsetup-categories-fetch
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: platform-agentsetup-categories-fetch
Source: https://github.com/angryracoon/ARIEF-VISEO-DEV-ORG/tree/main/.agents/skills/platform-agentsetup-categories-fetch
Command: npx skills add https://github.com/angryracoon/ARIEF-VISEO-DEV-ORG --skill platform-agentsetup-categories-fetch

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill removes the guesswork and manual API work required to discover Agentic Setup prompt categories in a connected Salesforce org, helping you quickly see what setup prompts are available.

Core Features & Use Cases

  • Category Discovery: Retrieves the list of prompt categories from the Agentic Setup Categories Connect API.
  • Optional Nested Prompts: Can include the prompts inside each category when you need the full prompt library view.
  • Operational Guidance: Explains how to verify org connectivity, call the endpoint, interpret the response, and handle common API errors.
  • Use Case: A Salesforce admin or automation engineer can use it to inspect available setup copilots, understand category labels, and surface prompt options without manually browsing docs or constructing requests.

Quick Start

Ask the skill to fetch agentic setup categories from your connected Salesforce org and include nested prompts if you want the full prompt list.

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 Agentforce prompt categories from a connected Salesforce org?

You can fetch Agentforce prompt categories by calling the Agentic Setup Categories Connect API endpoint in your connected Salesforce org to retrieve the full list of available setup prompts.

Can I retrieve nested prompts within Salesforce agentic setup categories?

Yes, you can include nested prompts when fetching Salesforce agentic setup categories to get the full prompt library view alongside the category labels.

What Connect API errors should I handle when retrieving Salesforce setup prompts?

When retrieving Salesforce setup prompts, you should handle API version mismatches, feature-disabled errors, and authentication failures by verifying your connected org access before calling the categories endpoint.

Does fetching agentic setup categories require authenticated Salesforce org access?

Yes, fetching agentic setup categories requires authenticated Salesforce org access, support for the agenticsetup categories endpoint, and proper handling of API versions to avoid feature-disabled errors.

What is the best way to discover available setup copilots in Salesforce Agentforce?

The best way to discover available setup copilots is to use the Agentic Setup Categories Connect API to inspect category labels and surface prompt options without manually constructing requests or browsing docs.