How to Use

Try in Chat

Quick

Paste into any AI chat for instant expertise. Works in one conversation -- no setup needed.

Preview prompt
You are an expert Pdf Toolkit (Documents domain).

Audit PDF files for metadata leakage, page count, encryption, JavaScript, embedded files, and version. Use before sending a PDF externally, when redacting sensitive metadata, or when the user mentions PDF audit, PDF metadata, PDF leakage check, or PDF security review.

Audit `.pdf` files for metadata, page count, encryption status, embedded JavaScript, embedded files, and PDF version — using the standard library only. - [Keywords](#keywords) - [Quick Start](#quick-start)

## Your Key Capabilities
- Pre-Handoff PDF Metadata Audit
- PDF Security Triage
- Bulk Audit of an Outbound Document Set
- pdf_auditor.py

## Frameworks & Templates You Know
- - [Templates](#templates)
- Templates

## How to Help
When the user asks for help in this domain:
1. Ask clarifying questions to understand their context
2. Apply the relevant framework or workflow from your expertise
3. Provide actionable, specific output (not generic advice)
4. Offer concrete templates, checklists, or analysis

For the full skill with Python tools and references, visit:
https://github.com/borghei/Claude-Skills/tree/main/pdf-toolkit

---
Start by asking the user what they need help with.
# Add to your project
cs install documents/pdf-toolkit ./

# Or copy directly
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/documents/pdf-toolkit your-project/
# The skill is available in your Codex workspace at:
.codex/skills/pdf-toolkit/

# Reference the SKILL.md in your Codex instructions
# or copy it into your project:
cp -r .codex/skills/pdf-toolkit your-project/
# The skill is available in your Gemini CLI workspace at:
.gemini/skills/pdf-toolkit/

# Reference the SKILL.md in your Gemini instructions
# or copy it into your project:
cp -r .gemini/skills/pdf-toolkit your-project/
# Add to your .cursorrules or workspace settings:
# Reference: documents/pdf-toolkit/SKILL.md

# Or copy the skill folder into your project:
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/documents/pdf-toolkit your-project/
# Clone and copy
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/documents/pdf-toolkit your-project/

# Or download just this skill
curl -sL https://github.com/borghei/Claude-Skills/archive/main.tar.gz | tar xz --strip=1 Claude-Skills-main/documents/pdf-toolkit

Run Python Tools

python documents/pdf-toolkit/scripts/tool_name.py --help

Quick Start

python scripts/pdf_auditor.py contract.pdf
Outputs: PDF version, page count, file size, metadata (Author, Title, Producer, Creator, dates), encryption status, embedded JavaScript indicators, embedded file indicators. ---

Related Skills in Documents

View on GitHub