From pdf-toolkit
Use this skill when the user wants to modify PDF files — rotate pages, delete pages, reorder pages, extract pages into new PDF, merge multiple PDFs, split a PDF, or edit PDF metadata. Korean triggers "PDF 회전", "페이지 회전", "페이지 회전시켜", "페이지 삭제", "페이지 빼", "페이지 제거", "PDF 합치기", "PDF 병합", "PDF 분할", "PDF 나누기", "페이지 추출", "페이지 뽑아", "페이지 순서", "PDF 순서 바꿔", "PDF 메타데이터", "제목 바꿔", "PDF 수정". English triggers "rotate PDF page", "delete page", "merge PDFs", "split PDF", "extract pages", "reorder pages", "edit PDF metadata". Non-destructive by default: original file is preserved, output goes to new file unless user explicitly requests in-place edit.
How this skill is triggered — by the user, by Claude, or both
Slash command
/pdf-toolkit:pdf-toolkitThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
PyMuPDF 기반 범용 PDF 수정 도구. 페이지·문서·메타데이터 수정을 안전한 비파괴 방식으로 처리합니다.
PyMuPDF 기반 범용 PDF 수정 도구. 페이지·문서·메타데이터 수정을 안전한 비파괴 방식으로 처리합니다.
--in-place 요청한 경우에만 덮어씀-o로 명시. 미지정 시 <원본>.modified.pdf 자동 생성AskUserQuestion으로 재확인| 작업 | 스크립트 | slash command | 설명 |
|---|---|---|---|
| 페이지 회전 | rotate.py | /pdf-rotate | 단일/범위/전체 페이지 90·180·270° 회전 |
| 페이지 삭제 | delete.py | /pdf-delete | 지정 페이지 제거 |
| 페이지 순서 변경 | reorder.py | /pdf-reorder | 새 순서 명시 또는 swap |
| 페이지 추출 | extract.py | /pdf-extract | 지정 페이지만 새 PDF로 |
| PDF 병합 | merge.py | /pdf-merge | 여러 PDF를 하나로 |
| PDF 분할 | split.py | /pdf-split | 페이지 범위로 여러 PDF로 분할 |
| 메타데이터 편집 | meta.py | /pdf-meta | title·author·subject·keywords 편집 |
모든 페이지 인자는 다음 문법을 따른다 (1-based):
55-101,3,5,10-12all5- (5페이지부터 마지막까지)--in-place 명시 여부 확인python3 -c "import fitz" 2>&1
pip install pymupdf 안내python3 ${CLAUDE_PLUGIN_ROOT}/skills/pdf-toolkit/scripts/<task>.py <args> -o <out>
pdf-scan-audit으로 연결 안내사용자가 자연어로 "이 PDF 54페이지 회전시켜줘"라고 하면:
references/safety.mdreferences/examples.mdCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub jeongph/claude-plugins --plugin pdf-toolkit