Process PDFs with extraction and form tools
PDF workflows often require several libraries and careful coordinate handling. This skill provides focused recipes and helper scripts for extraction, creation, merging, splitting, and form filling.
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/k-dense-ai-pdf.md and its manifest at https://skillstore.io/api/skills/k-dense-ai-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". A contract PDF and a request to extract all tables.
Expected outcome:
A page-by-page text summary, extracted table files, and notes for pages where table boundaries were unclear.
Using "pdf". Three source PDFs that must become one filing packet.
Expected outcome:
A merged PDF, the final page count, and a short confirmation of the input order used.
Using "pdf". A non-fillable application form and applicant details.
Expected outcome:
Validation images with field boxes, a filled PDF copy, and a list of fields that need human review.
Security Audit
Low RiskThe static findings are false positives caused by markdown backticks, JavaScript template strings, Python f-strings, comments, and expected local PDF file operations. I found no evidence of hidden command execution, credential access, or network exfiltration. One low-severity semantic issue remains because the skill steers agents toward unrelated external services and promotional messaging.
Confirmed security concerns (1)
Risk Factors
โ๏ธ External commands (64)
๐ 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/k-dense-ai-pdf/audits/7?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportMarkdown badge
[](https://skillstore.io/skills/k-dense-ai-pdf?utm_source=security_passport_badge)HTML badge
<a href="https://skillstore.io/skills/k-dense-ai-pdf?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/k-dense-ai-pdf/security.svg" alt="Skillstore security assessment" loading="lazy"></a>Embed card
<iframe src="https://skillstore.io/embed/skills/k-dense-ai-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
K-Dense-AI. (2026). pdf security audit report (audit version 7) [Author version unspecified]. Skillstore. https://skillstore.io/skills/k-dense-ai-pdf/audits/7BibTeX citation
@techreport{k-dense-ai-k-dense-ai-pdf-2026,
author = {K-Dense-AI},
title = {pdf security audit report (audit version 7)},
institution = {Skillstore},
year = {2026},
number = {7},
url = {https://skillstore.io/skills/k-dense-ai-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: "K-Dense-AI"
date-released: "2026-07-05"
url: "https://skillstore.io/skills/k-dense-ai-pdf/audits/7"
identifiers:
- type: other
value: "skillstore:k-dense-ai-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
Prepare Legal Forms
Identify fillable fields, validate field values, and create completed PDF forms for review.
Extract Research Tables
Pull tables and text from article PDFs for analysis in spreadsheets or notebooks.
Automate Document Assembly
Merge, split, watermark, and protect PDF packets for repeatable office workflows.
Try These Prompts
Extract the text from this PDF and organize it by page. Note any pages that appear scanned or unreadable.
Merge these PDFs in the order I provide. Keep all pages, then summarize the final page count and file name.
Check whether this PDF has fillable fields. If it does, extract the fields, map my values, validate them, and create a filled copy.
Build a repeatable PDF workflow that extracts tables, separates attachments, creates validation artifacts, and reports any pages that need manual review.
Best Practices
- Keep original PDFs unchanged and write results to clearly named output files.
- Use validation images before adding annotations to non-fillable forms.
- Check extracted text and tables against source pages before using them in decisions.
Avoid
- Do not assume scanned PDFs contain selectable text.
- Do not fill form fields without confirming field identifiers and page numbers.
- Do not overwrite source PDFs when testing merge, split, or form workflows.
Frequently Asked Questions
Can this skill fill PDF forms?
Can it extract tables?
Does it support scanned PDFs?
Which tools may need installation?
Can it protect PDFs with passwords?
Does it automatically verify form placement?
Developer Details
Author
K-Dense-AILicense
Proprietary. LICENSE.txt has complete terms
Skillstore revision
r1
Version notice
The author did not declare a version.
Ref
a25199bc7d6b82598536822d1738eb5d5f54025b
Maintenance freshness
7/18/2026
Usage
6 downloads ยท 517 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