This taps Brave's video search API to find videos across platforms with metadata you actually need: duration, view counts, creator info, and thumbnails. You get up to 50 results per request with filters for freshness (past day/week/month), SafeSearch levels, and search operators like site-specific queries. The response structure is cleaner than scraping YouTube directly, and you can paginate through results or narrow by date ranges. Honestly most useful when you need to programmatically find and rank video content by views or recency, or when you're building something that curates tutorials, reviews, or trending clips without hitting platform rate limits.
npx skills add https://github.com/brave/brave-search-skills --skill videos-search