Ejecuta cualquier Skill en Manus
con un clic
con un clic
Ejecuta cualquier Skill en Manus con un clic
Comenzar$pwd:
$ git log --oneline --stat
stars:312
forks:36
updated:22 de mayo de 2026, 02:10
Explorador de archivos
SKILL.md
| 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 handlingExtract 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