local-file-manager

Installation
SKILL.md

Local File Manager Skill

QUICK REFERENCE — FILE TYPE ROUTING

File Type Route to Skill Utility Script Sample Script
PDF (.pdf) local-pdf-editor scripts/local/pdf_utils.py scripts/samples/sample_pdf_edit.py
PPTX (.pptx) local-pptx-editor scripts/local/pptx_utils.py scripts/samples/sample_pptx_edit.py
DOCX (.docx) local-docx-editor scripts/local/docx_utils.py scripts/samples/sample_docx_edit.py
XLSX (.xlsx) local-xlsx-editor scripts/local/xlsx_utils.py scripts/samples/sample_xlsx_edit.py
  • Safe copy script: scripts/local/safe_copy.py (ALWAYS copy before editing)
  • Output folders: output/pdf/, output/pptx/, output/docx/, output/xlsx/
  • Working folder: output/working/ (for intermediate copies)
  • Python: ALWAYS use .venv\Scripts\python.exe (never bare python)
  • 3-Step workflow: (1) Copy from input/ to output/working/ → (2) Edit the copy → (3) Save to output/[type]/

Main orchestrator for all local file editing operations. Routes to appropriate specialized skill based on file type.

CRITICAL RULE: NEVER MODIFY ORIGINAL FILES

Installs
8
GitHub Stars
14
First Seen
Apr 20, 2026
local-file-manager — openanalystinc/10x-content-expert