GI Excel PDF Process
v1.0.0Process Excel and PDF files - extract data, parse tables, generate reports. Use when working with .xlsx, .xls, .csv, .pdf files, or when the user mentions sp...
⭐ 0· 192·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description match the included scripts, SKILL.md, and requirements.txt. The scripts perform Excel→CSV and PDF text/table extraction as advertised; required Python packages are appropriate.
Instruction Scope
SKILL.md stays within the stated purpose (reading/writing spreadsheets and extracting PDFs). It mentions optional OCR (pdf2image/pytesseract) which requires installing Tesseract (an external binary) — this is expected but the skill does not provide that binary or an install step.
Install Mechanism
No install spec; this is an instruction-only skill with a requirements.txt listing common Python packages (pandas, openpyxl, pdfplumber). These are standard for the task and come from PyPI.
Credentials
The skill requests no environment variables, credentials, or config paths. The scope of access (local files provided by the user) is proportional to the functionality.
Persistence & Privilege
Does not request always:true or modify other skills or system settings. It runs as-invoked and has no privileged persistence.
Assessment
This skill appears coherent and implements what it describes. Before installing or running: (1) ensure you install the Python requirements in a controlled environment (virtualenv) — pip packages are from PyPI; (2) if you need OCR, install the Tesseract binary separately as noted; (3) only run the scripts on files you trust or have isolated — while pandas/pdfplumber don't execute Excel macros, maliciously crafted files can still cause issues; (4) review and run the scripts locally to confirm behavior before granting the agent access to your files.Like a lobster shell, security has layers — review code before you run it.
latestvk97116re7r95x5sk34sq0gwjq5833s7m
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
