smithery/xxiii8322766509

office-docs

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

Installation

$ npx skills add smithery/xxiii8322766509 --skill office-docs

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery/xxiii8322766509.

npx skills add smithery/xxiii8322766509

Browse all from smithery/xxiii8322766509

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Skill metadata

Parsed from SKILL.md frontmatter.

Allowed toolsBash(python:*)

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 810 B
  • docs SUMMARY.md 103 B

History

  1. First recorded snapshot · 0 installs

SKILL.md

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>.