office-docs

star 1.5k

Extract text and tables from .docx and .xlsx using local scripts (no external deps).

RTGS2017 By RTGS2017 schedule Updated 2/9/2026

name: office-docs description: Extract text and tables from .docx and .xlsx using local scripts (no external deps). allowed-tools: Bash(python:*)

Office Docs (docx + xlsx)

This skill provides lightweight, dependency-free extraction for Office documents using the scripts in tools/.

DOCX

Extract paragraphs and tables from a .docx file:

python tools/docx_extract.py "/path/to/file.docx" --output "/path/to/output.txt"

XLSX

Extract sheet data from a .xlsx file:

python tools/xlsx_extract.py "/path/to/file.xlsx" --output "/path/to/output.txt" --format csv

Notes

  • If --output points to a directory, each sheet is written to its own file.
  • If --output is a file and there are multiple sheets, the script prefixes each sheet with # Sheet: <name>.
Install via CLI
npx skills add https://github.com/RTGS2017/NagaAgent --skill office-docs
Repository Details
star Stars 1,522
call_split Forks 162
navigation Branch main
article Path SKILL.md
More from Creator