aurochs-office
Installation
SKILL.md
Aurochs Office
Operate Office documents with the aurochs CLI. Runs on the Bun runtime.
Have a file → What can you do?
Have a PPTX file
| Task | Command |
|---|---|
| Check slide count & size | npx aurochs pptx info <file> |
| List slides | npx aurochs pptx list <file> |
| View slide content | npx aurochs pptx show <file> <n> |
| Extract text | npx aurochs pptx extract <file> |
| Check theme colors & fonts | npx aurochs pptx theme <file> |
| ASCII preview | npx aurochs pptx preview <file> [n] --border |
| Build from template | npx aurochs pptx build <spec.json> |
| Verify build result | npx aurochs pptx verify <path> |