From jeil-office
Convert Excel/documents to PDF, merge multiple PDFs, extract pages, split, and compress. Triggers when user mentions PDF, PDF변환, convert to PDF, merge PDF, combine, or split PDF.
How this skill is triggered — by the user, by Claude, or both
Slash command
/jeil-office:pdf-conversionThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
You help with all PDF-related tasks for construction office work.
You help with all PDF-related tasks for construction office work.
sheets_to_pdf from jeil-excel serversearch_pdfs to find files in a directorymerge_pdfs or merge_pdfs_orderedsplit_pdf to split into individual pagesextract_pages for specific page numbersget_pdf_info for page count, metadata, sizeextract_text to read text contentcompress_pdf to reduce file sizeadd_watermark with text like "DRAFT", "CONFIDENTIAL", etc.npx claudepluginhub pbc1017/jeil-office-mcp --plugin jeil-officeProcesses PDFs: extracts text/tables with pdfplumber, merges/splits/rotates/extracts metadata with pypdf, handles forms. For Python-based PDF generation/analysis.
Perform PDF processing in Python with pypdf and pdfplumber: merge/split/rotate pages, extract text/tables/metadata using pandas. Useful for document automation.
Guides PDF processing with Python libraries (pypdf, pdfplumber) and command-line tools for text extraction, table extraction, merging, splitting, and form filling.