Automate PDF Processing and Form Filling
PDF work often requires many tools for extraction, conversion, merging, and forms. This skill gives AI agents clear workflows and helper scripts for local PDF processing.
This skill is part of a pack
Install the whole pack to get every skill the task needs, in one command.
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/92bilal26-pdf.md and its manifest at https://skillstore.io/api/skills/92bilal26-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 merge three agreements and add a watermark.
Expected outcome:
The skill selects a pypdf workflow, creates a merged PDF, applies the watermark, and reports the output file name.
Using "pdf". User uploads a form and provides values for each field.
Expected outcome:
The skill checks fillable fields, extracts field IDs, prepares values, fills the PDF, and requests visual verification.
Using "pdf". User needs tables from a quarterly report.
Expected outcome:
The skill extracts tables, flags weak page layouts, and provides spreadsheet-ready table summaries for review.
Security Audit
SafeThe static analyzer reported command, filesystem, network, and reconnaissance patterns, but review found markdown examples, comments, local PDF helper scripts, and normal output writes. No prompt injection, hidden network activity, dynamic code execution, credential access, or malicious intent was found.
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/92bilal26-pdf/audits/7?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportMarkdown badge
[](https://skillstore.io/skills/92bilal26-pdf?utm_source=security_passport_badge)HTML badge
<a href="https://skillstore.io/skills/92bilal26-pdf?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/92bilal26-pdf/security.svg" alt="Skillstore security assessment" loading="lazy"></a>Embed card
<iframe src="https://skillstore.io/embed/skills/92bilal26-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
92Bilal26. (2026). pdf security audit report (audit version 7) [Author version unspecified]. Skillstore. https://skillstore.io/skills/92bilal26-pdf/audits/7BibTeX citation
@techreport{92bilal26-92bilal26-pdf-2026,
author = {92Bilal26},
title = {pdf security audit report (audit version 7)},
institution = {Skillstore},
year = {2026},
number = {7},
url = {https://skillstore.io/skills/92bilal26-pdf/audits/7},
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 7)"
version: "unspecified"
type: report
authors:
- name: "92Bilal26"
date-released: "2026-07-05"
url: "https://skillstore.io/skills/92bilal26-pdf/audits/7"
identifiers:
- type: other
value: "skillstore:92bilal26-pdf:audit:7"
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
Fill Client Forms
Complete fillable or visual PDF forms using extracted field data and validation images.
Extract Document Data
Pull text, tables, and page information from PDF collections for structured review.
Prepare Office PDFs
Merge, split, rotate, watermark, protect, or convert PDFs for routine document workflows.
Try These Prompts
Check whether this PDF has fillable fields. Summarize the page count, field types, and safest next step.
Extract all tables from these PDFs. Return a clean spreadsheet-ready summary and note pages with weak table structure.
Use the PDF form workflow. Extract field information, create field values from my data, fill the form, and verify the result.
Build a batch workflow for this folder. Merge approved PDFs, extract text, preserve originals, and report any errors.
Best Practices
- Keep source PDFs unchanged and write results to clearly named output files.
- Verify filled forms visually before sending them to another person or system.
- Use OCR only when embedded text extraction fails or returns incomplete content.
Avoid
- Do not process PDFs that you are not authorized to view or modify.
- Do not overwrite original documents without an explicit backup.
- Do not trust OCR or table extraction results without checking samples.
Frequently Asked Questions
Can this skill fill PDF forms?
Does it require internet access?
Which tools can use it?
Can it handle scanned PDFs?
Does it modify the original PDF?
Can it remove PDF passwords?
Developer Details
Author
92Bilal26License
Proprietary. LICENSE.txt has complete terms
Skillstore revision
r1
Version notice
The author did not declare a version.
Ref
c4037264bbd363c572662d6154a3ab28f5ca4f53
Maintenance freshness
7/18/2026
Usage
21 downloads ยท 220 views
File structure
๐ forms.md
๐ LICENSE.txt
๐ reference.md
๐ scripts/
๐ check_bounding_boxes_test.py
๐ create_validation_image.py
๐ extract_form_field_info.py
๐ fill_pdf_form_with_annotations.py
๐ SKILL.md