youtube-search Skill
How to Search
node scripts/ytdlp-search.mjs --q "<keywords>" [--n 5]
Output JSON fields: ok, code, results[] (id, title, url, duration, uploader, view_count), stderr
- Default
--nto 5 unless the user specifies otherwise. - Present results as a numbered list: title · duration · uploader · URL.
- If
ok=false, show the most relevant stderr lines and suggest checking the search terms.