$npx -y skills add fspecii/openfelix --skill youtube-searchSearch YouTube and open the first matching video in the browser. Returns the video title and URL. Use when the user asks to play, watch, find, show, or search for something on YouTube. Do NOT use when the user only wants to know what a video is about — use youtube-info directly f
| 1 | # YouTube Search |
| 2 | |
| 3 | Searches YouTube for the user's query and opens the best matching video directly in the browser. |
| 4 | |
| 5 | ## Behavior |
| 6 | |
| 7 | - Receives the user's search query as input |
| 8 | - Finds the top result on YouTube |
| 9 | - Opens it in the default browser |
| 10 | - Reports back the video title/URL |
| 11 | |
| 12 | ## No API key required — uses public YouTube search. |