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 22, 2026 at 02:10
File Explorer
SKILL.md
Extract transcripts from YouTube videos via the YouTube caption system
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 | |
| version | 1.0 |
| description | Extract text from PDF documents |
| entry | {"script":"scripts/main.py","class":"PdfSkill"} |
| triggers | {"extensions":[".pdf"],"intents":["pdf","research paper","document"]} |
| requires | ["pypdf","pdfminer.six"] |
| author | axoviq.com |
| license | AGPL-3.0-or-later |
Extracts text from PDF files using pypdf as the primary parser, with
pdfminer.six as a fallback for CJK fonts that pypdf cannot decode
(detected when pypdf yields fewer than 50 characters per page on average).
.pdfpdf, research paper, documentscripts/main.py — PdfSkill classreferences/cjk-notes.md — notes on CJK font handling