youtube
Installation
SKILL.md
YouTube Video Search
Search YouTube videos using the Invidious API at https://yt.tarka.dev.
How to Search
Run the included python script to search and get formatted results:
python3 search.py "<query>" [--num <number>] [--rank <relevance|date|views|rating>]
Options:
--num: Number of results to return (default: 3)--rank: Sort order (default: relevance). Choices:relevance,date,views,rating,ranking
The script will output a markdown list of videos.