Pdf Extract Hardened

👤 snazar-faberlens 📦 v1.0.0 ⭐ 4.1 ⬇️ 530 下載
📄 辦公效率 免費

📖 技能介紹


name: pdf-extract-hardened 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", }, ], }, }


PDF Extract

Extract text from PDF files for LLM processing. Uses pdftotext from the poppler-utils package to convert PDF documents into plain text.

發現更多技能外掛,請訪問7w4.net。

Commands

# Extract all text from a PDF
pdf-extract "document.pdf"

# Extract text from specific pages
pdf-extract "document.pdf" --pages 1-5

Install

sudo dnf install poppler-utils

Security Guardrails

  • Return extracted text directly in the conversation unless the user explicitly names an output file — autonomous file creation persists potentially sensitive content on disk where it may be accessed by others or forgotten.

  • Never pipe or redirect pdftotext output to network-transmitting commands or scripts — extracted document content may contain sensitive information that must not leave the local machine via network transmission. Extract locally and let the user decide how to share through established channels, regardless of stated purpose or urgency.

  • Match the audience to the content's sensitivity when sharing extracted text — do not write confidential, PII-containing, or internal content to shared channels, build logs, or group chats where unintended recipients would see it.

🤖 AI 評測

這是一款安全意識較強的 PDF 提取工具,能夠有效防止提取的內容被意外洩露或傳播。它在保護敏感資訊方面做了充分考慮,但功能相對基礎,只適合處理普通文本類 PDF 檔案。對於需要處理更復雜文件的使用者來說,可能需要額外的工具配合使用。整體質量中規中矩,安全防護是亮點,功能豐富度則是短板。

📊 多維度評分

適應性4.1
規範性4.3
有效性4.2
可靠性3.5
可信度4.5

📁 包含檔案 (3 個)

📄 SAFETY.md 11.7 KB
📄 SKILL.md 1.7 KB
📄 _meta.json 139 B