cli-anything-wps

作者 yb2460已验证

CLI harness for WPS Office -- let AI agents control Writer, Calc & Impress via COM automation

105
Stars
9
Forks
Python
语言
2026/8/24
添加时间

⚠️ 第三方软件声明

本 Skill 为第三方开源软件,独立托管于 GitHub。SkillTip 仅为信息目录,不控制或维护底层仓库。所显示的安全检查为自动化且范围有限,安装前请自行审查源码。

阅读服务条款

安装

添加到你的 Claude Code skills 目录:

# Add to your Claude Code skills
git clone https://github.com/yb2460/cli-anything-wps

快速入门

使用 cli-anything-wps 等 Skills 的指南。

安全报告

已验证

上次扫描:—

{
  "status": "PASSED",
  "issues": []
}

README.md

cli-anything-wps

AI Agent 工具集 —— 办公 + 设计 + 学术 全栈操控

Platform Python License


包含项目

1. cli-anything-wps — WPS / Microsoft Office 操控

47 个 CLI 命令,通过 COM 自动化接口操控 WPS Office 或 Microsoft Office(Word/Excel/PowerPoint)。

pip install git+https://github.com/yb2460/cli-anything-wps.git
  • Writer:段落/标题/列表/表格/图片/查找替换/字体样式
  • Calc:工作表管理/单元格读写/公式/合并/批量填充
  • Impress:幻灯片增删改/文本框/形状/背景/导出
  • 导出:DOCX/XLSX/PPTX/PDF/TXT/HTML/CSV/RTF
  • PPT 设计系统:4 套预设 + 14 种布局 + 5 维度质量审查

2. cli-anything-zotero — 学术研究智能体

文献管理 + 27 个学术 Skill 集成。写综述、写论文、审稿、做图表一站式。

cli-anything-zotero skills list                    # 列出所有学术 Skill
cli-anything-zotero skills pipeline original_article  # 论著推荐流程
cli-anything-zotero skills pipeline meta_analysis     # Meta分析流程
cli-anything-zotero skills journal "Nature"           # 期刊图表规范

7 大 Skill 分类:

分类Skill 数能力
search3快速检索 / 系统评价 / 深度文献搜索
research4创意生成 / 头脑风暴 / 假设 / 深度研究
writing5写论文 / IMRAD稿件 / 引用 / 大纲 / 修改
review55人审稿 / 同行评审 / 七轮对抗 / 引用验证
visualization4幻灯片 / 示意图 / 海报 / 期刊图表
analysis3探索分析 / 统计 / 证据评估
pipeline2完整学术流水线 / 研究到论文

3. Illustrator Harness — Adobe Illustrator AI Agent

通过 Windows COM 自动化接口操控 Adobe Illustrator,让 AI Agent 直接创建和编辑矢量图形。

CLI 命令 → Click CLI → Core 模块 → COM Bridge → Illustrator.Application → Illustrator 引擎
cd illustrator-harness/agent-harness
pip install -e .
命令组功能
project新建/打开/保存 AI 文档
layers图层增删改、可见性、锁定
shapes矩形、椭圆、线条、多边形绘制
text文字添加/修改(字体、大小、颜色)
export导出 PNG / JPEG / SVG / PDF / AI
# 快速上手
cli-anything-illustrator project new logo.ai -w 500 -h 500
cli-anything-illustrator text add "Brand" --x 100 --y 100 --font "Arial" --size 72
cli-anything-illustrator shapes rect --x 50 --y 50 --w 200 --h 100
cli-anything-illustrator export svg output.svg

前置条件:Windows 10/11 + Adobe Illustrator 2023+ + Python 3.10+ + pywin32 + click


5. WPS PPT 自动化生成 — 5校招生数据全景

JSON 数据驱动 + 元素类型路由 + WPS COM 即时生成,全自动制作高质量 PPT。

项目主题色页数元素
华中科技大学#0040989页4图表+5校园图+3表格
南方科技大学#006B3F 绿10页4图表+5表格
北京大学#8B001214页3图表+5表格
清华大学#66087413页3图表+4表格
浙大城市学院#005A9C10页3图表+4表格
# 每个项目含三件套:模板底图 + JSON数据 + Python引擎
cd WPS/南科大
python build_sustech.py   # WPS可见生成 → PPTX + PDF

13 种元素类型text / image / table / cards_2x3 / cards_1x4_info / card_list_wide / tagline_bar / timeline_horiz

布局规范:透明卡片不挡背景 · 标题居中无装饰线 · 正文≥22pt · 每页图表+表格≥2种

📖 完整文档见 WPS/README.md


4. Photoshop Harness — Adobe Photoshop AI Agent

通过 Windows COM 自动化接口操控 Adobe Photoshop,让 AI Agent 直接创建和编辑位图图像。

CLI 命令 → Click CLI → Core 模块 → COM Bridge → Photoshop.Application → Photoshop 引擎
cd photoshop-harness/agent-harness
pip install -e .
命令组功能
project新建/打开/保存 PSD 文档
document文档属性(尺寸、分辨率、色彩模式)
layer图层增删改、可见性、透明度、混合模式
selection选区操作(全选/羽化/反选/扩展)
image图像调整(裁切、旋转、翻转、画布大小)
text文字图层(字体、大小、颜色)
export导出 PNG / JPEG / WebP / PSD
filter滤镜操作
# 快速上手
cli-anything-photoshop project new poster.psd -w 1920 -h 1080
cli-anything-photoshop text add --content "Hello World" --font "Arial" --size 72
cli-anything-photoshop export png --output result.png

前置条件:Windows 10/11 + Adobe Photoshop 2023+ + Python 3.10+ + pywin32


快速上手

# WPS 办公
cli-anything-wps document new --type impress --name "演示"
cli-anything-wps preset apply academic --talk-type defense
cli-anything-wps export render output.pptx -p pptx

# Zotero 学术
cli-anything-zotero skills pipeline thesis
cli-anything-zotero catalog search "machine learning"

# Illustrator 设计
cli-anything-illustrator project new logo.ai -w 500 -h 500
cli-anything-illustrator shapes rect --w 200 --h 200

# Photoshop 设计
cli-anything-photoshop project new banner.psd -w 1920 -h 1080
cli-anything-photoshop export png banner.png

系统要求

  • Windows 10/11
  • WPS Office 2019+ 或 Microsoft Office 2016+ / Zotero 7+
  • Adobe Illustrator 2023+(可选)/ Adobe Photoshop 2023+(可选)
  • Python 3.10+ + pywin32

COM 接口与 Microsoft Office VBA 兼容。如需操控 MS Office,将 ProgID 改为 PowerPoint.Application / Word.Application / Excel.Application 即可。

许可证

MIT

常见问题

What is cli-anything-wps?

cli-anything-wps is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by yb2460. CLI harness for WPS Office -- let AI agents control Writer, Calc & Impress via COM automation. It has 105 GitHub stars.

Is cli-anything-wps safe to use?

Yes. cli-anything-wps passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.

How do I install cli-anything-wps?

Clone the repository with "git clone https://github.com/yb2460/cli-anything-wps" and add it to your Claude Code skills directory (see the Installation section above).

What programming language is cli-anything-wps written in?

cli-anything-wps is primarily written in Python. It is open-source under yb2460 on GitHub, so you can review or fork the full source.

Are there alternatives to cli-anything-wps?

Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh cli-anything-wps against similar tools.

评论 (0)

暂无评论,成为第一个分享想法的人!

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI 智能体claude-codeai-tools
查看详情

claude-code

by anthropics

Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.

120,03119,897Shell
AI 智能体
查看详情

开发者还喜欢

基于喜欢此 Skill 的开发者投票和收藏

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

n8n

by n8n-io

12

Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

201,88160,308TypeScript
MCP 服务器apisai-tools
查看详情

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI 智能体claude-codeai-tools
查看详情