compdf-skills

by ComPDFKitVerified

ComPDF Skills are AI-agent-ready PDF processing skills for Claude Code, Cursor, Copilot, OpenCode, and 39+ coding agents to convert, edit, split, insert, compare, compress PDFs, and more.

104
Stars
5
Forks
8/24/2026
Added
View on GitHubDownload ZIP

⚠️ Third-Party Software Notice

This skill is third-party open-source software developed and hosted independently on GitHub. SkillTip is an informational directory and does not control or maintain the underlying repository. Any security checks displayed are automated and limited in scope. Review the source code before installing.

Read the Terms of Service

Installation

Add to your Claude Code skills directory:

# Add to your Claude Code skills
git clone https://github.com/ComPDFKit/compdf-skills

Getting Started

Guides for using skills like compdf-skills.

Security Report

Verified

Last scanned: —

{
  "status": "PASSED",
  "issues": []
}

README.md

ComPDF-Comprehensive PDF Solutions

English | 繁體中文 | 日本語 | 简体中文

ComPDF Skills

ComPDF Skills provide PDF and image parsing, data extraction, document format conversion, and PDF processing capabilities for AI agents, helping them build complete automated document workflows. Before large-model reasoning begins, ComPDF Skills can handle document parsing, OCR, data extraction, and structured preprocessing, turning unstructured files into data that AI can directly understand. This means only the necessary content is passed to the model, reducing token usage, lowering model cost, and significantly improving both document-processing efficiency and answer quality in agent workflows.

  • If ComPDF Skills help your workflow, we'd love your ⭐ Star on GitHub.
  • If you have questions, suggestions, or integration ideas, feel free to reach out through Issues and Discussions.

GitHub Stars Agent Skills Ready Free to Start

Why ComPDF SkillsSupported FeaturesLicense & Free AccessInstallationUse CasesSupport

Why ComPDF Skills

  • Professional AI document-processing capabilities: support PDF and image parsing, OCR, data extraction, format conversion, and page-level processing, turning unstructured documents into structured data that AI agents can directly understand and use more accurately.

  • More efficient, lower-cost AI workflows: complete document parsing and preprocessing before model reasoning, and pass only the necessary content to the LLM to reduce token usage, lower model cost, and improve both response speed and workflow efficiency.

  • Broad output format support: support Word, Excel, PowerPoint, HTML, Markdown, JSON, CSV, RTF, TXT, image, and other output formats to meet data exchange needs across agent workflows and business systems.

  • Free to start and easy to validate: include free monthly document-processing credits so teams can verify value quickly in day-to-day workflows.

Supported Features

ComPDF Skills provide document conversion, PDF operations, and intelligent parsing and data extraction for agents, as detailed below:

1. PDF Parsing and Data Extraction

CapabilityDescription
Image Parsing and Data ExtractionExtract text, tables, fields, and structured content from image files for downstream AI workflows and automation.
PDF Parsing and Data ExtractionExtract text, tables, fields, and structured content from PDF files for downstream AI workflows and automation.

2. PDF and Image Conversion

CapabilityDescription
PDF to WordConvert PDF files into editable Word documents while preserving the original layout, text, images, and formatting as much as possible.
PDF to ExcelConvert PDF files into Excel workbooks with support for tables, numbers, and structured business data.
PDF to SlideConvert PDF pages into editable PowerPoint slides while preserving the original layout and visual structure as much as possible.
PDF to HTMLConvert PDF files into HTML for web display and content reuse while retaining text, images, tables, and layout.
PDF to RTFConvert PDF files into RTF documents with support for text and image content.
PDF to ImageConvert PDF pages into PNG, JPG, JPEG, JPEG2000, BMP, TIFF, TGA, GIF, and WEBP images with configurable resolution and DPI.
PDF to CSVExtract tables from PDF files and export them as CSV, either table by table or as merged output.
PDF to TXTExtract text from PDF or scanned PDF files and save it as plain text.
PDF to JSONExtract text, tables, and images from PDF files and save them as structured JSON.
PDF to MarkdownConvert PDF files into Markdown for easier reuse in knowledge bases, developer docs, blog systems, and AI workflows.
PDF to Searchable PDFRun OCR on scanned PDFs and output searchable PDFs with selectable, copyable, and highlightable text for retrieval, archiving, and downstream processing.
PDF to Searchable OFDRun OCR on scanned PDFs and convert them into searchable OFD files for OFD archiving, document circulation, and localized office scenarios.
Word to PDFConvert Word documents into PDF while preserving layout, fonts, images, and page structure as much as possible for sharing, archiving, and printing.
PNG to PDFConvert PNG images into PDF for easier packaging, sharing, printing, and archiving of screenshots, design files, or supporting image materials.
RTF to PDFConvert RTF documents into PDF while preserving core text styling and layout for consistent cross-device viewing and formal output.
Excel to PDFConvert Excel workbooks or spreadsheets into PDF for report sharing, printing, archiving, and preventing accidental formula edits.
TXT to PDFConvert plain TXT files into PDF, making logs, notes, and text instructions easier to organize as fixed-layout documents.
CSV to PDFConvert CSV table data into PDF for snapshot sharing, review, printing, and business archiving.
Slide to PDFConvert PowerPoint presentations into PDF for presentation distribution, cross-device viewing, and formal record keeping.
HTML to PDFConvert HTML pages or content fragments into PDF for webpage preservation, report export, email archiving, and printable output.
Image to WordConvert JPG, JPEG, PNG, and BMP image files into editable Word documents.
Image to ExcelConvert image files into Excel workbooks with support for tables, text, and numeric content.
Image to PPTConvert image files into editable PowerPoint slides while preserving visible layout and content structure as much as possible.
Image to PDFConvert JPG, JPEG, PNG, BMP, and similar image files into PDF for consolidating, sharing, printing, and archiving one or multiple images.
Image to HTMLConvert image files into HTML while preserving text, layout, tables, and major visual elements as much as possible.
Image to RTFConvert image files into RTF documents with support for extracted text and images.
Image to CSVExtract tables from image files and export them as CSV.
Image to TXTExtract text from image files and save it as plain text.
Image to JSONExtract text, tables, and images from image files and save them as structured JSON.

3. PDF Editing and Protection

CapabilityDescription
Merge PDF FilesCombine multiple PDF files into a single PDF document.
Split PDF FilesSplit one PDF file into multiple smaller PDF files.
Rotate PDF PagesRotate selected PDF pages by 90, 180, or 270 degrees.
Insert PagesInsert blank pages, image pages, or pages from another PDF into an existing PDF.
Delete PagesRemove one or more pages from a PDF file.
Extract PagesExtract selected pages or page ranges and save them as a new file.
Add WatermarkAdd text or image watermarks to PDF files for branding or usage control.
Remove WatermarkRemove text or image watermarks from supported PDF files.
Encrypt PDFProtect PDF files with AES encryption and permission controls.
Decrypt PDFRemove passwords from authorized PDF files for internal processing or reuse.

License and Free Access

After installing ComPDF Skills, sign up to get a License and pass the API Key to your agents to start using it for free.

get-license

Installation and Enablement

We recommend installing ComPDF Skills from the GitHub Skills repository and keeping each skill directory together with its SKILL.md, docs/, scripts/, and any bundled resources. If the public repository URL is not finalized yet, replace the placeholders below with the actual repository URL or repository path before publishing.

1. Get Skills from GitHub

Option A: for platforms that support the Agent Skills standard, install directly from the repository path:

npx skills add https://github.com/ComPDFKit/compdf-skills -y

Option B: manually clone or download the GitHub repository and copy the target skill folder:

git clone https://github.com/ComPDFKit/compdf-skills.git

Copy the target skill directory into each agent's supported Skills or Rules location and keep the full folder structure intact.

2. Enable in Mainstream Agent Products

Claude Code

  1. Install and sign in to Claude Code.
  2. Install from the GitHub Skills distribution, or use the published skill install entry if one is available.
  3. If you use the repository-folder method, place the skill directory into Claude Code's skills location and restart the session.
  4. Start with a natural-language task, or explicitly invoke the skill by name.

If the platform-side published entry is available, the install command usually follows this shape:

claude skill add <namespace>/<skill-name>
claude skill install <skill-url>

Windsurf

  1. Open your project workspace.
  2. Place the downloaded skill folder in .windsurf/skills/compdf-skills/, or use the cross-agent compatible path .agents/skills/compdf-skills/.
  3. Make sure the directory includes SKILL.md and all required support files.
  4. Open Cascade and Windsurf will automatically discover the skill.
  5. Describe the task normally for automatic activation, or use @compdf-skills to invoke it manually.

Cline

  1. Install and open Cline.
  2. Place the downloaded skill folder in the project-level path .cline/skills/compdf-skills/, or the global path ~/.cline/skills/compdf-skills/.
  3. Open the Cline panel and confirm the skill is discovered and enabled from the Skills entry.
  4. Start with a natural-language task, or trigger the skill explicitly with /compdf-skills.

Cursor

Cursor's current official workflow emphasizes Rules and AGENTS.md rather than a standalone native Skills directory.

  1. Pull the core instruction files from the ComPDF Skills GitHub repository.
  2. Convert the shared guidance into a project rule such as .cursor/rules/compdf-skills.mdc, or place an AGENTS.md file at the project root as the compatibility layer.
  3. Open Cursor Agent or Cursor CLI. The rule files will load automatically based on configuration.
  4. Ask for tasks such as conversion, extraction, OCR, or watermarking directly in the agent.

Internal Enterprise Agent Platforms

  1. Mirror the ComPDF Skills GitHub repository into the internal source-control or artifact system.
  2. Maintain SKILL.md, versioning, license files, and support scripts in one controlled package.
  3. Mount the skills directory into the enterprise agent platform, or transform the core instructions into platform-native rule templates.
  4. We recommend the workflow ComPDF preprocessing + AI reasoning: parse, convert, and extract first, then pass the result to the model.

Use Cases and Example Prompts

Upload a PDF, image, or other source file. Enter a task instruction such as extracting tables, converting formats, merging PDFs, or adding watermarks. The agent calls the corresponding ComPDF Skill and returns the result. If deeper analysis is needed, pass the processed output to AI afterward.

Example scenarios:

  • In ChatGPT, custom agents, and enterprise agent platforms that support skills, users upload reports, white papers, or proposal PDFs, convert them to Markdown or Word first, and then ask AI for summaries, key takeaways, or content restructuring
  • In skills-based workflows for invoices, statements, scanned tables, and image attachments, users extract tables and structured data first, then continue with finance review, reimbursement prep, system entry, or automated routing
  • When organizing contracts, bids, quotations, delivery files, or archived documents in agent workflows, users first merge, split, watermark, and convert PDFs, then hand them off to AI for organization, naming, or outbound preparation
  • In multi-step workflows, users first turn PDF or image files into lightweight CSV, JSON, TXT, or Markdown outputs, then let downstream agents handle field normalization, knowledge-base ingestion, approval flows, or workflow automation

Example prompts:

  • Convert this PDF into Word and preserve the layout as much as possible.
  • Extract all tables from this PDF and export them as CSV.
  • Convert this image into JSON and return structured content.
  • Merge these PDFs, add a watermark, and return the final file.
  • Convert this report into Markdown first, then summarize the key points.

Support

If you have any questions or suggestions, you are welcome to:

  • Submit an Issue
  • Join the Discussions
  • Contact the ComPDF team for commercial licensing, enterprise deployment, or large-scale rollout needs

If ComPDF Skills help your workflow, we'd love your ⭐ Star.


Built by the ComPDF team.
Website · Contact Sales · Installation

Frequently Asked Questions

What is compdf-skills?

compdf-skills is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by ComPDFKit. ComPDF Skills are AI-agent-ready PDF processing skills for Claude Code, Cursor, Copilot, OpenCode, and 39+ coding agents to convert, edit, split, insert, compare, compress PDFs, and more. It has 104 GitHub stars.

Is compdf-skills safe to use?

Yes. compdf-skills passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.

How do I install compdf-skills?

Clone the repository with "git clone https://github.com/ComPDFKit/compdf-skills" and add it to your Claude Code skills directory (see the Installation section above).

Are there alternatives to compdf-skills?

Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh compdf-skills against similar tools.

Comments (0)

No comments yet. Be the first to share your thoughts!

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI Agentsai-agentsanthropicclaude-code
View details
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI Agentsai-agentsbrainstorming
View details

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI Agentsai-agentsanthropicclaude-code
View details

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI Agentsclaude-codeai-tools
View details

claude-code

by anthropics

Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.

120,03119,897Shell
AI Agents
View details

Developers Also Liked

Based on votes and bookmarks from developers who liked this skill

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI Agentsai-agentsanthropicclaude-code
View details
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI Agentsai-agentsbrainstorming
View details

n8n

by n8n-io

12

Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

201,88160,308TypeScript
MCP Serversapisai-tools
View details

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI Agentsai-agentsanthropicclaude-code
View details

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI Agentsclaude-codeai-tools
View details