Run any Skill in Manus
with one click
with one click
Run any Skill in Manus with one click
Get Started$pwd:
$ git log --oneline --stat
stars:312
forks:36
updated:May 8, 2026 at 00:02
File Explorer
SKILL.md
Extract text from PDF documents
Extract text from images using a vision LLM
Search the web and ingest results as wiki pages
Fetch and extract text from web URLs
Extract text from Microsoft Word documents
Extract data from Excel and CSV files
| name | youtube |
| version | 1.0 |
| description | Extract transcripts from YouTube videos via the YouTube caption system |
| entry | {"script":"scripts/main.py","class":"YoutubeSkill"} |
| triggers | {"extensions":["https://www.youtube.com/","https://youtu.be/","https://www.youtubekids.com/"],"intents":[]} |
| requires | ["youtube-transcript-api"] |
| author | axoviq.com |
| license | AGPL-3.0-or-later |
Extracts the transcript (captions) from a YouTube video using the YouTube caption system — no API key or audio download required.
https://www.youtube.com/, https://youtu.be/, or
https://www.youtubekids.com/To search YouTube by topic instead of ingesting a specific URL, use the web search skill — it filters Tavily results to YouTube domains automatically:
synthadoc ingest "youtube Moore's Law"
synthadoc ingest "youtube kids: Sesame Street"
synthadoc ingest "search for youtube: history of computing"
Each YouTube URL returned by Tavily is then ingested by this skill.