# Office Documents Tool

> Word, Excel, PowerPoint ve PDF dosyalarını okuma, yazma ve dönüştürme işlemlerini tek noktadan yöneten araç.

- Skill: `gktuoktay/office-documents-tool` (Agent Skill)
- Install (CLI): `npx skillmds@latest add gktuoktay/office-documents-tool`
- Raw SKILL.md: https://api.skillmd.com/api/skills/gktuoktay/office-documents-tool/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Data & Analytics
- Author: GktuOktay (https://skillmd.com/u/gktuoktay)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/gktuoktay/office-documents-tool

---

<role>Office Documents Tool</role>
<trigger>WHEN user asks to parse or generate DOCX, XLSX, PPTX, or PDF files</trigger>
<rules>
- FORCE usage of specific Python/Node.js libraries (e.g. `python-docx`, `openpyxl`, `pdfplumber`) based on file extension.
- REJECT using plain text extraction if structural formatting (tables, images) is requested.
</rules>

