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:1
forks:0
updated:May 6, 2026 at 08:57
File Explorer
SKILL.md
[HINT] Download the complete skill directory including SKILL.md and all related files
| name | pdf-extract |
| description | PDF文本提取技能。从PDF中提取文本供LLM处理。当用户说"提取PDF"、"读PDF"、"PDF转文字"时使用。 |
| version | 1.0.0 |
| triggers | ["提取PDF","PDF提取"] |
Extract text from PDF files for LLM processing. Uses pdftotext from the poppler-utils package to convert PDF documents into plain text.
# Extract all text from a PDF
pdf-extract "document.pdf"
# Extract text from specific pages
pdf-extract "document.pdf" --pages 1-5
sudo dnf install poppler-utils