Agent skill
youtube-search
Search YouTube for recent videos using the python youtube_search library, especially when you need last-7-days results or want to filter by publish time without the YouTube Data API.
Install this agent skill to your Project
npx add-skill https://github.com/dudarev/ai-assisted-software-development/tree/main/skills/youtube-search
SKILL.md
YouTube Search (Last 7 Days)
Prerequisites
python3youtube-searchlibrary installed (pip package name is typicallyyoutube-search)
Quick start
python3 scripts/search_youtube_last_week.py "your query" --days 7 --max-results 25 --json
Notes
- The script filters results by parsing the human publish time (e.g., "2 days ago").
- If publish time cannot be parsed, results are excluded unless
--include-unknownis set. - Output is JSON with
results[]entries and a computedurlfield.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
weekly-youtube-picks
Create or update the weekly YouTube picks note in notes/ — mining distilled notes for insights, sanitizing video titles, writing tight editorial copy, and linking to published notes.
youtube-history-markdown-triage
Given pasted Markdown of YouTube watch history, triage which videos are worth distilling for this AI-assisted software development vault, check whether they are already captured in raw/, and propose the top priorities.
make-distilled
Transform raw captured content into distilled knowledge by extracting topics (outline), summary, key points, principles, patterns, entities, and quotes, storing the result in the distilled/ directory.
get-web-page-raw
Capture a web page as raw material (extracted text/Markdown) with metadata, storing it in the raw/ directory for later distillation.
plan-incremental-commits
Review a mixed working tree and produce (and optionally execute) a small, logically grouped sequence of incremental git commits.
raw-undistilled-triage
Identify raw notes in this vault that do not have corresponding distilled notes yet (based on wikilinks and front matter), and report broken raw↔distilled references.
Didn't find tool you were looking for?