From 4c2cddc5bd3fc75317b49b8ac09b8f2e4ef53121 Mon Sep 17 00:00:00 2001 From: thrylokya Date: Tue, 7 Apr 2026 16:19:36 +0530 Subject: [PATCH] Update SKILL.md --- skills/searching-media/SKILL.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/skills/searching-media/SKILL.md b/skills/searching-media/SKILL.md index 14f93ef..8a1b415 100644 --- a/skills/searching-media/SKILL.md +++ b/skills/searching-media/SKILL.md @@ -33,11 +33,12 @@ Universal routing skill for searching and retrieving existing images and media. When a user requests to find an image: -**Your first response MUST be plain text only — zero tool calls.** You MUST follow this sequence: +**Your first action MUST use the ask_followup_question tool to present search sources.** + +1. **Use ask_followup_question** to present available search sources as options +2. **Receive the user's selection** from the tool response +3. **Then** call the appropriate search tool based on their choice -1. **First response MUST be text only:** A numbered list of search sources for the user. No tool calls of any kind. -2. **Wait for user to reply** with their selected option number -3. **Only then** call the appropriate search tool (this is the FIRST tool call in the entire interaction) **Example of what NOT to do:** - ❌ Calling ANY tool before the user picks a source (MCP tools, file reads, descriptor checks, etc.)