searching-media

Search and retrieve existing images from Salesforce CMS and Data 360 sources.

1|Updated May 7, 2026
One-click install
npx skills add https://github.com/amanpraaj/sf-skill-hub --skill searching-media-amanpraaj
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: searching-media
Source: https://github.com/amanpraaj/sf-skill-hub/tree/main/skills/salesforce/searching-media
Command: npx skills add https://github.com/amanpraaj/sf-skill-hub --skill searching-media-amanpraaj

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Finding existing visual assets like logos, hero images, and product photos across Salesforce CMS and connected DAM systems requires knowing which search source to use and how to query it, which this Skill standardizes into a guided workflow. ## Core Features & Use Cases - Source Selection Routing: Presents available search sources (keyword search, Data 360 hybrid search, or user-provided URL) and waits for the user to choose before calling any tool. - Keyword and Taxonomy Search: Builds structured JSON payloads for the search_media_cms_channels tool with extracted keywords, taxonomy expressions, locale, and pagination. - Semantic Hybrid Search: Passes natural language queries directly to the search_electronic_media tool for Data 360 semantic matching across connected systems. - Use Case: A developer building a Salesforce site needs a hero image; the Skill presents search options, runs the chosen search, lists results for user selection, and applies the full authenticated URL to the component code. ## Quick Start Ask the agent to find a company logo or hero image, then pick a search source and select an image from the returned results.

Frequently Asked Questions about searching-media

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

FAQPage Schema
How do I search for images in Salesforce CMS?▼

Use the search_media_cms_channels tool with a JSON payload containing searchKeyword joined with OR, a taxonomyExpression for descriptive attributes, searchLanguage locale, and pagination fields. The Skill builds this payload from your natural language query after you select keyword search.

What is the difference between keyword search and Data 360 hybrid search?▼

Keyword search uses search_media_cms_channels to match extracted keywords and taxonomies against Salesforce CMS metadata. Data 360 hybrid search uses search_electronic_media to run semantic similarity matching on your raw natural language query across connected systems.

Can this skill generate or edit images with AI?▼

No, this skill only searches for and retrieves existing media. For generating new images with AI or editing existing ones, use dedicated image generation or editing tools instead.

Why does the skill ask me to choose a search source first?▼

The skill is a routing layer that requires explicit user selection of a search source before calling any tool. This prevents incorrect source assumptions and ensures the search runs against the system you intend.

What happens if no image results are found?▼

The skill informs you that no results were found and suggests broadening keywords, removing descriptive taxonomy terms, or trying a different search source. It never fails silently and always offers alternatives.