[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-82665":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":15,"subscribersCount":15,"size":15,"stars1d":16,"stars7d":17,"stars30d":18,"stars90d":15,"forks30d":15,"starsTrendScore":19,"compositeScore":20,"rankGlobal":9,"rankLanguage":9,"license":21,"archived":22,"fork":22,"defaultBranch":23,"hasWiki":22,"hasPages":22,"topics":24,"createdAt":9,"pushedAt":9,"updatedAt":34,"readmeContent":35,"aiSummary":36,"trendingCount":15,"starSnapshotCount":15,"syncStatus":37,"lastSyncTime":38,"discoverSource":39},82665,"harness-anything","yb2460\u002Fharness-anything","yb2460","Harness Anything - AI agent control hub: WPS, MS Office, Zotero, Photoshop, 47 CLI commands, 27 academic skills, SVG-to-PPTX",null,"Python",628,34,4,3,0,63,225,470,253,98.63,"MIT License",false,"master",[25,26,27,28,29,30,31,32,33],"ai-agent","automation","cli","cli-anything","com","office","python","windows","wps","2026-06-12 04:01:38","# cli-anything-wps\n\n\u003Ch3 align=\"center\">AI Agent 工具集 —— 办公 + 设计 + 学术 全栈操控\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---\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### 3. Illustrator Harness — Adobe Illustrator AI Agent\n\n通过 Windows COM 自动化接口操控 **Adobe Illustrator**，让 AI Agent 直接创建和编辑矢量图形。\n\n```\nCLI 命令 → Click CLI → Core 模块 → COM Bridge → Illustrator.Application → Illustrator 引擎\n```\n\n```bash\ncd illustrator-harness\u002Fagent-harness\npip install -e .\n```\n\n| 命令组 | 功能 |\n|--------|------|\n| `project` | 新建\u002F打开\u002F保存 AI 文档 |\n| `layers` | 图层增删改、可见性、锁定 |\n| `shapes` | 矩形、椭圆、线条、多边形绘制 |\n| `text` | 文字添加\u002F修改（字体、大小、颜色） |\n| `export` | 导出 PNG \u002F JPEG \u002F SVG \u002F PDF \u002F AI |\n\n```bash\n# 快速上手\ncli-anything-illustrator project new logo.ai -w 500 -h 500\ncli-anything-illustrator text add \"Brand\" --x 100 --y 100 --font \"Arial\" --size 72\ncli-anything-illustrator shapes rect --x 50 --y 50 --w 200 --h 100\ncli-anything-illustrator export svg output.svg\n```\n\n**前置条件**：Windows 10\u002F11 + Adobe Illustrator 2023+ + Python 3.10+ + pywin32 + click\n\n---\n\n### 4. Photoshop Harness — Adobe Photoshop AI Agent\n\n通过 Windows COM 自动化接口操控 **Adobe Photoshop**，让 AI Agent 直接创建和编辑位图图像。\n\n```\nCLI 命令 → Click CLI → Core 模块 → COM Bridge → Photoshop.Application → Photoshop 引擎\n```\n\n```bash\ncd photoshop-harness\u002Fagent-harness\npip install -e .\n```\n\n| 命令组 | 功能 |\n|--------|------|\n| `project` | 新建\u002F打开\u002F保存 PSD 文档 |\n| `document` | 文档属性（尺寸、分辨率、色彩模式） |\n| `layer` | 图层增删改、可见性、透明度、混合模式 |\n| `selection` | 选区操作（全选\u002F羽化\u002F反选\u002F扩展） |\n| `image` | 图像调整（裁切、旋转、翻转、画布大小） |\n| `text` | 文字图层（字体、大小、颜色） |\n| `export` | 导出 PNG \u002F JPEG \u002F WebP \u002F PSD |\n| `filter` | 滤镜操作 |\n\n```bash\n# 快速上手\ncli-anything-photoshop project new poster.psd -w 1920 -h 1080\ncli-anything-photoshop text add --content \"Hello World\" --font \"Arial\" --size 72\ncli-anything-photoshop export png --output result.png\n```\n\n**前置条件**：Windows 10\u002F11 + Adobe Photoshop 2023+ + Python 3.10+ + pywin32\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# Illustrator 设计\ncli-anything-illustrator project new logo.ai -w 500 -h 500\ncli-anything-illustrator shapes rect --w 200 --h 200\n\n# Photoshop 设计\ncli-anything-photoshop project new banner.psd -w 1920 -h 1080\ncli-anything-photoshop export png banner.png\n```\n\n## 系统要求\n\n- Windows 10\u002F11\n- WPS Office 2019+ 或 Microsoft Office 2016+ \u002F Zotero 7+\n- Adobe Illustrator 2023+（可选）\u002F Adobe Photoshop 2023+（可选）\n- Python 3.10+ + pywin32\n\n> COM 接口与 Microsoft Office VBA 兼容。如需操控 MS Office，将 ProgID 改为 `PowerPoint.Application` \u002F `Word.Application` \u002F `Excel.Application` 即可。\n\n## 许可证\n\nMIT\n","Harness Anything 是一个AI代理控制中心，支持通过命令行界面（CLI）操控WPS Office、Microsoft Office、Zotero、Adobe Photoshop和Illustrator等软件。该项目的核心功能包括47个CLI命令用于办公自动化，27种学术研究技能集成以及对Adobe设计软件的全面控制，利用COM接口实现跨应用操作。它适用于需要提高办公效率、学术研究生产力或设计工作流自动化的场景。项目基于Python开发，要求Windows操作系统，并采用MIT许可证开源发布。",2,"2026-06-11 04:08:52","CREATED_QUERY"]