Pdf

v1.0.0

Comprehensive PDF manipulation toolkit for extracting text and tables, creating new PDFs, merging/splitting documents, and handling forms. When Claude needs...

0· 107·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (PDF extraction, form filling, merging/splitting) matches the included scripts (pypdf, pdfplumber, reportlab, pdf2image usage) and reference docs. No unrelated environment variables, binaries, or external services are requested.
Instruction Scope
SKILL.md and forms.md limit activity to local PDF processing, conversion to images, bounding-box validation, and adding annotations or filling form fields. The instructions require reading/writing local PDF and JSON files and visual validation; they do not direct data to external endpoints or reference unrelated system files.
Install Mechanism
There is no install spec (instruction-only from registry), but the bundle includes Python scripts that rely on third-party packages (pypdf, pdfplumber, pdf2image, pillow, pytesseract, pypdfium2, etc.) and optionally system poppler utilities. The skill does not fetch arbitrary remote code, but users will need to install dependencies themselves. Verify dependency versions and supply required system binaries (poppler) before running.
Credentials
No environment variables, credentials, or config paths are requested. The scripts operate on local files only. Nothing asks for AWS/GCP/other secrets or unrelated tokens.
Persistence & Privilege
Skill does not request always:true, does not persistently modify other skills or system-wide settings. One script monkeypatches a pypdf DictionaryObject method at runtime to work around a library bug — this affects only the running process and is documented in the code.
Assessment
This skill appears coherent for PDF processing, but review and take these precautions before installing/running: 1) The package includes Python scripts (not a prebuilt binary). Install and inspect required Python dependencies (pypdf, pdfplumber, pdf2image, pillow, pytesseract, etc.) and any system packages (poppler) in a controlled environment. 2) The fillable-field script applies a runtime monkeypatch to pypdf internals to work around a library bug — inspect that change and run in an isolated environment if you are uncomfortable. 3) The LICENSE is restrictive (Anthropic proprietary); confirm you have the right to use the bundled materials per those terms. 4) The tool processes local PDFs and writes output files — ensure any PDFs you process do not contain sensitive data you cannot expose, and verify validation images manually as instructed. 5) If you need networked or automated deployments, add appropriate sandboxing and dependency pinning; otherwise running the scripts locally with standard Python tooling is reasonable.

Like a lobster shell, security has layers — review code before you run it.

latestvk9757ptjcbzgbxm9mwvyk2n0vd83776t

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments