Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
claude-office-skills avatar

Pdf Merge & Split

  • 3.7k installs
  • 357 repo stars
  • Updated January 31, 2026
  • claude-office-skills/skills

pdf merge and split is an agent skill that combines multiple PDFs or extracts page ranges using office-mcp merge and split tools.

About

pdf merge and split is a Claude Office skill (version 1.0) that merges multiple PDF files into one document or splits a PDF into separate files by page range without switching to desktop utilities. Tagged for pdf, merge, split, and combine workflows, it integrates with office-mcp merge_pdfs and split_pdf tools so agents perform document operations inside coding sessions. Natural language prompts include merging several PDFs into a single bundle, extracting pages five through ten, or reordering specific pages within a deliverable. The skill targets documentation and support workflows where reports, appendices, and page-specific exports must be assembled or divided programmatically. Recommended models include claude-sonnet-4 and claude-opus-4 with compatibility for claude-3-5-sonnet, gpt-4, and gpt-4o. Developers reach for pdf merge and split when bundling multi-part reports, splitting signed contracts by section, or preparing page-specific exports during automation instead of manual Acrobat steps. Outputs are combined or divided PDF artifacts ready for upload, email, or archival handoff.

  • Merge multiple PDF files into a single combined document.
  • Split PDFs by page ranges or into individual pages.
  • Extract and reorder specific pages within a PDF.
  • Supports natural language commands like merge these PDFs or extract pages 5-10.
  • Integrates with office-mcp via merge_pdfs and split_pdf tools.

Pdf Merge & Split by the numbers

  • 3,692 all-time installs (skills.sh)
  • +72 installs in the week ending Aug 5, 2026 (Skillselion tracking)
  • Ranked #95 of 688 Office & Documents skills by installs in the Skillselion catalog
  • Security screen: LOW risk (skills.sh audit)
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
At a glance

pdf merge & split capabilities & compatibility

Capabilities
multi file pdf merge into one document · page range split and individual page extraction · natural language driven merge and split commands · office mcp merge_pdfs and split_pdf integration
npx skills add https://github.com/claude-office-skills/skills --skill pdf-merge--split

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs3.7k
repo stars357
Security audit3 / 3 scanners passed
Last updatedJanuary 31, 2026
Repositoryclaude-office-skills/skills

How do I merge several PDFs or extract specific page ranges without leaving my agent or coding environment?

Quickly combine multiple PDFs or extract specific page ranges without leaving their coding environment.

Who is it for?

Teams assembling multi-part reports or splitting deliverables who want PDF operations inside agent workflows.

Skip if: Skip when you need OCR, redaction, or complex PDF form editing beyond merge and split.

When should I use this skill?

User asks to merge PDFs, split a PDF by pages, extract a page range, or reorder PDF sections.

What you get

A merged PDF bundle or split PDF files produced from specified page ranges or individual pages.

  • Merged or split PDF files

By the numbers

  • Skill version 1.0

Files

SKILL.mdMarkdownGitHub ↗

Mcp Hub Skill

Overview

This skill provides access to 1200+ MCP (Model Context Protocol) servers - standardized tools that extend AI capabilities. Connect Claude to filesystems, databases, APIs, and document processing tools.

How to Use

1. Describe what you want to accomplish 2. Provide any required input data or files 3. I'll execute the appropriate operations

Example prompts:

  • "Access local filesystem to read/write documents"
  • "Query databases for data analysis"
  • "Integrate with GitHub, Slack, Google Drive"
  • "Run document processing tools"

Domain Knowledge

MCP Architecture

Claude ←→ MCP Server ←→ External Resource
        (Protocol)      (Files, APIs, DBs)

Popular Document MCP Servers

ServerFunctionStars
filesystemRead/write local filesOfficial
google-driveAccess Google Docs/Sheets5k+
puppeteerBrowser automation, PDF gen10k+
sqliteDatabase queriesOfficial

Configuration Example

{
  "mcpServers": {
    "filesystem": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-filesystem",
        "/path/to/documents"
      ]
    },
    "google-drive": {
      "command": "npx",
      "args": ["-y", "@anthropic/mcp-google-drive"]
    }
  }
}

MCP Tool Discovery

Browse available servers:

Using MCP in Skills

# MCP tools become available to Claude automatically
# Example: filesystem MCP provides these tools:

# read_file(path) - Read file contents
# write_file(path, content) - Write to file
# list_directory(path) - List directory contents
# search_files(query) - Search for files

Best Practices

1. Only enable MCP servers you need (security) 2. Use official servers when available 3. Check server permissions before enabling 4. Combine multiple servers for complex workflows

Installation

# Install required dependencies
pip install python-docx openpyxl python-pptx reportlab jinja2

Resources

Related skills

How it compares

Agent-driven PDF merge and split, not a desktop PDF editor replacement.

FAQ

What operations does pdf merge and split support?

Merging multiple PDFs, splitting by page ranges, extracting specific pages, and reordering pages within a file.

Which office-mcp tools does it use?

merge_pdfs and split_pdf for agent-driven PDF combine and divide operations.

Is Pdf Merge & Split safe to install?

skills.sh reports 3 of 3 security scanners passed. Review the Security Audits panel on this page before installing in production.

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.