[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-80618":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":9,"language":10,"languages":9,"totalLinesOfCode":9,"stars":11,"forks":12,"watchers":13,"openIssues":14,"contributorsCount":14,"subscribersCount":14,"size":14,"stars1d":14,"stars7d":14,"stars30d":15,"stars90d":14,"forks30d":14,"starsTrendScore":14,"compositeScore":16,"rankGlobal":9,"rankLanguage":9,"license":17,"archived":18,"fork":18,"defaultBranch":19,"hasWiki":18,"hasPages":18,"topics":20,"createdAt":9,"pushedAt":9,"updatedAt":30,"readmeContent":31,"aiSummary":32,"trendingCount":14,"starSnapshotCount":14,"syncStatus":33,"lastSyncTime":34,"discoverSource":35},80618,"cli-anything-wps","yb2460\u002Fcli-anything-wps","yb2460","CLI harness for WPS Office -- let AI agents control Writer, Calc & Impress via COM automation",null,"Python",136,10,1,0,73,3.12,"MIT License",false,"master",[21,22,23,24,25,26,27,28,29],"ai-agent","automation","cli","cli-anything","com","office","python","windows","wps","2026-06-12 02:04:04","# cli-anything-wps\n\n\u003Ch3 align=\"center\">AI Agent 工具集 —— WPS Office 操控 + Zotero 学术研究\u003C\u002Fh3>\n\n\u003Cp align=\"center\">\n  \u003Cimg src=\"https:\u002F\u002Fimg.shields.io\u002Fbadge\u002F平台-Windows-blue?logo=windows\" alt=\"Platform\">\n  \u003Cimg src=\"https:\u002F\u002Fimg.shields.io\u002Fbadge\u002FPython-3.10+-blue?logo=python\" alt=\"Python\">\n  \u003Cimg src=\"https:\u002F\u002Fimg.shields.io\u002Fbadge\u002F协议-MIT-green\" alt=\"License\">\n\u003C\u002Fp>\n\n---\n\n## 包含项目\n\n### 1. cli-anything-wps — WPS \u002F Microsoft Office 操控\n\n47 个 CLI 命令，通过 COM 自动化接口操控 WPS Office 或 Microsoft Office（Word\u002FExcel\u002FPowerPoint）。\n\n```bash\npip install git+https:\u002F\u002Fgithub.com\u002Fyb2460\u002Fcli-anything-wps.git\n```\n\n- **Writer**: 段落\u002F标题\u002F列表\u002F表格\u002F图片\u002F查找替换\u002F字体样式\n- **Calc**: 工作表管理\u002F单元格读写\u002F公式\u002F合并\u002F批量填充\n- **Impress**: 幻灯片增删改\u002F文本框\u002F形状\u002F背景\u002F导出\n- **导出**: DOCX\u002FXLSX\u002FPPTX\u002FPDF\u002FTXT\u002FHTML\u002FCSV\u002FRTF\n- **PPT 设计系统**: 4 套预设 + 14 种布局 + 5 维度质量审查\n\n### 2. cli-anything-zotero — 学术研究智能体\n\n文献管理 + 27 个学术 Skill 集成。写综述、写论文、审稿、做图表一站式。\n\n```bash\ncli-anything-zotero skills list                    # 列出所有学术 Skill\ncli-anything-zotero skills pipeline original_article  # 论著推荐流程\ncli-anything-zotero skills pipeline meta_analysis     # Meta分析流程\ncli-anything-zotero skills journal \"Nature\"           # 期刊图表规范\n```\n\n**7 大 Skill 分类:**\n\n| 分类 | Skill 数 | 能力 |\n|------|---------|------|\n| search | 3 | 快速检索 \u002F 系统评价 \u002F 深度文献搜索 |\n| research | 4 | 创意生成 \u002F 头脑风暴 \u002F 假设 \u002F 深度研究 |\n| writing | 5 | 写论文 \u002F IMRAD稿件 \u002F 引用 \u002F 大纲 \u002F 修改 |\n| review | 5 | 5人审稿 \u002F 同行评审 \u002F 七轮对抗 \u002F 引用验证 |\n| visualization | 4 | 幻灯片 \u002F 示意图 \u002F 海报 \u002F 期刊图表 |\n| analysis | 3 | 探索分析 \u002F 统计 \u002F 证据评估 |\n| pipeline | 2 | 完整学术流水线 \u002F 研究到论文 |\n\n---\n\n## 快速上手\n\n```bash\n# WPS 办公\ncli-anything-wps document new --type impress --name \"演示\"\ncli-anything-wps preset apply academic --talk-type defense\ncli-anything-wps export render output.pptx -p pptx\n\n# Zotero 学术\ncli-anything-zotero skills pipeline thesis\ncli-anything-zotero catalog search \"machine learning\"\n```\n\n## 系统要求\n\n- Windows 10\u002F11\n- WPS Office 2019+ 或 Microsoft Office 2016+ \u002F Zotero 7+\n- Python 3.10+\n- pywin32\n\n> COM 接口与 Microsoft Office VBA 兼容。如需操控 MS Office，将 ProgID 改为 `PowerPoint.Application` \u002F `Word.Application` \u002F `Excel.Application` 即可。\n\n## 许可证\n\nMIT\n","cli-anything-wps 是一个通过 COM 自动化接口让 AI 代理控制 WPS Office 或 Microsoft Office（包括 Writer, Calc 和 Impress）的命令行工具。它提供了47个CLI命令，支持文档、表格和演示文稿的创建与编辑，如段落管理、公式应用及幻灯片设计等，并能导出多种格式文件。此外，该项目还集成了针对学术研究的智能体功能，帮助用户进行文献管理和论文写作等任务。此项目特别适用于需要自动化办公软件操作或希望提高学术工作效率的场景。基于Python开发，兼容Windows平台上的WPS Office 2019及以上版本或Microsoft Office 2016及以上版本。",2,"2026-05-31 03:52:38","CREATED_QUERY"]