This is the orchestration layer for WPS Office that handles cross-application workflows and routing. It manages 224 tools across Excel, Word, and PowerPoint, deciding which specialized skill to call based on keyword matching in user requests. The routing logic is straightforward: mentions of formulas or charts go to Excel, paragraph formatting to Word, slide animations to PPT. Where it gets useful is batch operations like converting an entire folder to PDF or migrating Excel data into Word tables. The skill also provides nine universal tools for format conversion and document saving that work across all three apps. Think of it as a traffic controller that knows when to delegate to specialists versus handling generic file operations itself.
npx skills add https://github.com/lc2panda/wps-skills --skill wps-office