OOXML reference from your terminal
Search the ECMA-376 specification and inspect OOXML schemas without leaving your terminal.
Install
Node.js 20 or later is required.
npm install --global @ooxml-dev/cli
Try it
ooxml login
ooxml search "paragraph spacing"
ooxml element w:p
The CLI uses the free, hosted ooxml.dev service. You may need to create an account and sign in. Sign-in is only used to control usage.
Use it with a coding agent
npx skills add superdoc/ooxml-dev --skill research-ooxml -g -y