在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用$pwd:
$ git log --oneline --stat
stars:312
forks:36
updated:2026年5月8日 00:02
文件资源管理器
SKILL.md
| 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.
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