From 5d512ff1f065ad8bb1125c277390438b4a97ebf0 Mon Sep 17 00:00:00 2001 From: thrylokya Date: Tue, 7 Apr 2026 17:48:03 +0530 Subject: [PATCH] Update SKILL.md --- skills/searching-media/SKILL.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/skills/searching-media/SKILL.md b/skills/searching-media/SKILL.md index 8a1b415..e435f31 100644 --- a/skills/searching-media/SKILL.md +++ b/skills/searching-media/SKILL.md @@ -280,7 +280,11 @@ Ask the user to provide: ## Presenting Search Results -Parse the tool response and present **ALL** results as numbered options. Show the image title only — do not display the URL. When the user selects an option, use the URL internally to apply the image. +**Your action MUST use the `ask_followup_question` tool to present search results as options.** +1. **Parse the tool response** — Extract all image results (title and source) +2. **Use `ask_followup_question`** to present ALL results as selectable options. Show the image title only — do not display the URL. +3. **Receive the user's selection** from the tool response +4. **Then** apply the selected image ``` I found 4 images. Which one would you like to use? @@ -302,6 +306,7 @@ I found 4 images. Which one would you like to use? ## Applying the Selected Image + After the user chooses: 1. Confirm the selection with image name and URL