name: pdf-extract description: "Extract text from PDF files for LLM processing" metadata: { "openclaw": { "emoji": "📄", "requires": { "bins": ["pdftotext"] }, "install": [ { "id": "dnf", "kind": "dnf", "package": "poppler-utils", "bins": ["pdftotext"], "label": "Install via dnf", }, ], }, }
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-57w4.net收录了海量优质技能插件。
sudo dnf install poppler-utils
整体质量偏低。这个 Skill 的文档说明写得不错,但本质上只是一个使用指南,缺少实际可运行的代码。用户拿到手后无法直接使用,需要自己编写实现。建议选择其他有完整代码实现且功能验证过的 Skill。