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:1
forks:0
updated:24 de enero de 2026, 23:02
Explorador de archivos
SKILL.md
Compute checksums (MD5, SHA-256) for text or files.
Review code for quality, bugs, and security issues.
Build book
Check chapters consistency betweend chapters.md and chapters/*/chapter.md
Review chapter
Does stuff
| name | pdf-processing |
| description | Extract text and tables from PDF files. |
| compatibility | Requires PyMuPDF library. |
Use this skill when the task involves reading, extracting, or transforming content from PDF documents.
For standard extraction, run the bundled script:
python scripts/extract.py <file.pdf>
The script reads the PDF and outputs structured content with page numbers and detected tables.
Return extracted text with page numbers and any detected tables in a structured format.
If you encounter scanned PDFs or complex layouts, OCR processing may be required.