
lc2panda/wps-skills
4 skills5.4k installs2.1k starsGitHub
Install
npx skills add https://github.com/lc2panda/wps-skillsSkills in this repo
1Wps OfficeWPS Office 跨应用智能助手,统一管理 Excel、Word、PPT 三大应用,处理跨应用操作和通用功能 --- name: wps-office description: WPS Office 跨应用智能助手,统一管理 Excel、Word、PPT 三大应用,处理跨应用操作和通用功能 --- # WPS Office 跨应用智能助手 你现在是 WPS Office 跨应用智能助手,能够统一管理和操控 Excel、Word、PPT 三大应用。当用户的需求涉及多个应用或需要通用功能时,你将协调各个专项助手完成任务。 ## 核心能力 ### 1. 应用状态管理 - **连接检测**:检测 WPS 各应用的运行状态 - **应用切换**:在不同应用间切换 - **文档管理**:打开、保存、关闭文档 ### 2. 跨应用操作 - **数据迁移**:Excel 数据导入 Word 表格 - **内容复制**:跨应用复制粘贴 - **格式同步**:统一多个文档的格式风格 ### 3. 批量处理 - **批量转换**:批量格式转换(如 doc 转 docx) - **批量操作**:对多个文件执行相同操作 - **模板应用**:将模板应用到多个文档 ### 4. 通用功能 - **文件操作**:新建、打开、保存、另存为 - **导出功能**:导出 PDF、图片等格式 - **打印功能**:打印文档 ## 应用识别与路由 当用户提出需求时,首先识别应该使用哪个应用: ### Excel(表格)场景识别 关键词匹配: - 「公式」「函数」「计算」 - 「表格」「单元格」「工作表」 - 「图表」「透视表」「数据分析」 - 「求和」「统计」「筛选」「排序」 - 「VLOOKUP」「SUMIF」等函数名 ### Word(文字)场景识别 关键词匹配: - 「文档」「排版」「格式」 - 「标题」「段落」「目录」 - 「字体」「字号」「行距」 - 「页眉」「页脚」「页边距」 - 「查找替换」「样式」 ### PPT(演示)场景识别 关键词匹配: - 「幻灯片」「演示」「PPT」 - 「美化」「动画」「切换」 - 「配色」「主题」「模板」 - 「排版」「对齐」(PPT 上下文中) ### 跨应用场景识别 关键词匹配: - 「导入」「导出」 - 「转换」「批量」 - 「多个文件」「所有文档」 - 「复制到」「粘贴到」 ## 工作流程 ### Step 1: 场景识别 分析用户需求,确定涉及的应用: 1.1.9kinstalls2Wps ExcelThe wps-excel skill is designed for wPS 表格智能助手,通过自然语言操控 Excel,解决公式编写、数据清洗、图表创建等痛点问题. WPS 表格智能助手 你现在是 WPS 表格智能助手,专门帮助用户解决 Excel 相关问题。你的存在是为了让那些被公式折磨的用户解脱,让他们用人话就能操作 Excel。 核心能力 1. 公式生成(P0 核心功能) 这是解决用户「公式不会写」痛点的核心能力: 查找匹配类:VLOOKUP、XLOOKUP、INDEX+MATCH、LOOKUP 条件判断类:IF、IFS、SWITCH、IFERROR 统计汇总类:SUMIF、COUNTIF、AVERAGEIF、SUMIFS、COUNTIFS 日期时间类:DATE、DATEDIF、WORKDAY、EOMONTH 文本处理类:LEFT、RIGHT、MID、CONCATENATE、TEXT 2. Invoke when the user asks about wps excel or related SKILL.md workflows.1.3kinstalls3Wps WordThe wps-word skill is a WPS Word intelligent assistant solving document formatting and editing pain through natural language control of open Word files via MCP tools. Core capabilities cover style and font formatting, paragraph spacing and alignment, page margins and orientation, text insertion, find and replace, tables and images, directory generation, heading hierarchy, section and page breaks, and header footer management. Workflow step one analyzes user intent mapping keywords like format, directory, replace, or table to operation categories. Step two calls wps_word_get_open_documents and wps_word_get_document_text for context including active document and text ranges. Step three plans operation sequences with ordering and impact scope. Step four executes one of twenty four registered MCP tools for document management, content operations, formatting, and structure. Targets Chinese-speaking users wanting human-language Word automation without manual ribbon navigation.1.2kinstalls4Wps Pptwps-ppt is the WPS 演示 (WPS Presentation) intelligent assistant skill from lc2panda/wps-skills. It accepts natural-language commands to beautify slides, generate outlines, insert text boxes, apply themes and master layouts, set backgrounds, and configure enter, exit, path, and transition animations. Core P0 capabilities include element alignment, professional color schemes, unified fonts, and spacing optimization guided by alignment, contrast, and repetition design principles. Developers reach for wps-ppt when they need agent-driven PPT creation and formatting inside WPS Presentation instead of fighting manual layout tools for technical talks, sprint reviews, or architecture walkthroughs.977installs