Process PDFs, Forms, and Tables
PDF work often needs extraction, conversion, form filling, and document assembly. This skill guides Claude, Codex, and Claude Code through practical PDF workflows.
Install with my Agent
Copy this request to your Agent. It includes the canonical Skill page and manifest.
Review the Skillstore skill "pdf" from https://skillstore.io/skills/sickn33-pdf.md and its manifest at https://skillstore.io/api/skills/sickn33-pdf/manifest. Verify the artifact. You may proceed after verification, subject to the environment's own policy.Your Agent should still show its plan and request any confirmation required by the security policy.
Agent-readable resources
Use these links when an AI agent, crawler, or script needs clean context instead of reading the full page.
Test it
Using "pdf". User asks to extract tables from a financial PDF report.
Expected outcome:
A list of detected tables by page, exported spreadsheet filenames, and notes for pages with weak table structure.
Using "pdf". User provides a benefits enrollment form and personal field values.
Expected outcome:
A completed PDF form plus a short validation summary showing matched fields and unresolved entries.
Using "pdf". User asks to merge several PDF packets and add a watermark.
Expected outcome:
A merged and watermarked PDF with a concise record of source order, page counts, and output path.
Security Audit
SafeNo prompt injection, malicious network behavior, or data-exfiltration intent was found. Most external-command and blocker findings are false positives from markdown formatting, JavaScript template literals, comments, or PDF field identifiers; the confirmed findings are expected local filesystem reads and writes used for PDF processing.
Capability review items (25)
These are real local capabilities that may be expected for this skill, so they require review but are not counted as confirmed malicious behavior.
Risk Factors
โ๏ธ External commands (62)
๐ Filesystem access (25)
Share & cite this report
Share the versioned assessment report, neutral badge, embed card, and citations. Skillstore reports evidence without deciding whether this Skill is safe.
Copy report link
https://skillstore.io/skills/sickn33-pdf/audits/5?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportMarkdown badge
[](https://skillstore.io/skills/sickn33-pdf?utm_source=security_passport_badge)HTML badge
<a href="https://skillstore.io/skills/sickn33-pdf?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/sickn33-pdf/security.svg" alt="Skillstore security assessment" loading="lazy"></a>Embed card
<iframe src="https://skillstore.io/embed/skills/sickn33-pdf.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>Academic citations (APA ยท BibTeX ยท CFF)
APA citation
sickn33. (2026). pdf security audit report (audit version 5) [Author version unspecified]. Skillstore. https://skillstore.io/skills/sickn33-pdf/audits/5BibTeX citation
@techreport{sickn33-sickn33-pdf-2026,
author = {sickn33},
title = {pdf security audit report (audit version 5)},
institution = {Skillstore},
year = {2026},
number = {5},
url = {https://skillstore.io/skills/sickn33-pdf/audits/5},
note = {Author version unspecified}
}CITATION.cff
cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "pdf security audit report (audit version 5)"
version: "unspecified"
type: report
authors:
- name: "sickn33"
date-released: "2026-07-09"
url: "https://skillstore.io/skills/sickn33-pdf/audits/5"
identifiers:
- type: other
value: "skillstore:sickn33-pdf:audit:5"
description: "Skillstore immutable audit report identifier"
Compare variants
13 installable variantsEach author remains a separate installable skill. The recommended variant is ranked by Skillstore evidence.
Why this variant is first
zhanlincui-pdf
2026-08-21
davila7-pdf
2026-08-21
dyai2025-pdf
2026-08-21
azeem-2-pdf
2026-08-21
artemisai-pdf
2026-08-21
composiohq-pdf
2026-08-21
davila7-pdf-processing
2026-08-21
92bilal26-pdf
2026-08-21
cam10001110101-pdf
2026-08-21
sickn33-pdf
2026-08-21
k-dense-ai-pdf
2026-08-21
autumnsgrove-pdf
2026-08-21
Skillstore Score
Why this score Evidence Confidence: HighWhat You Can Build
Prepare Client Forms
Fill structured or scanned PDF forms while validating field placement before final output.
Extract Document Data
Pull text, tables, images, and metadata from PDF collections for review or analysis.
Assemble Office Documents
Merge, split, rotate, watermark, crop, and protect PDF packets for routine office work.
Try These Prompts
Extract all readable text from this PDF. Preserve page order, summarize key sections, and note any pages that appear scanned.
Check whether this PDF has fillable fields. Extract field information, map my provided values, validate them, and create a filled PDF.
Convert this non-fillable form to images, identify entry areas, create validation images, check bounding boxes, and add the requested text annotations.
Design a safe workflow to process every PDF in this folder, extract tables, save outputs, report failures, and avoid overwriting source files.
Best Practices
- Work on copies of source PDFs and keep originals unchanged.
- Use explicit input and output paths for every script or command.
- Inspect validation images before adding annotations to non-fillable forms.
Avoid
- Do not run batch operations on broad directories without checking the file list.
- Do not overwrite source PDFs with generated output files.
- Do not trust extracted form fields without visual review for important documents.
Frequently Asked Questions
Can this skill fill PDF forms?
Can it extract tables from PDFs?
Does it work with scanned PDFs?
Does it require external software?
Can it process many PDFs at once?
Does it send PDF data over the network?
Developer Details
Author
sickn33License
Proprietary. LICENSE.txt has complete terms
Skillstore revision
r1
Version notice
The author did not declare a version.
Repository
https://github.com/sickn33/antigravity-awesome-skills/tree/main/web-app/public/skills/pdf-officialRef
26421118b848d9f1efc0aa169d8a7a9e7e0a877e
Maintenance freshness
7/18/2026
Usage
7 downloads ยท 152 views
File structure
๐ scripts/
๐ check_bounding_boxes_test.py
๐ create_validation_image.py
๐ extract_form_field_info.py
๐ fill_pdf_form_with_annotations.py
๐ forms.md
๐ LICENSE.txt
๐ reference.md
๐ SKILL.md