by yb2460
CLI harness for WPS Office -- let AI agents control Writer, Calc & Impress via COM automation
The deep catalog scan for this skill is still queued. Run an instant dependency check now instead.
# Add to your Claude Code skills
git clone https://github.com/yb2460/cli-anything-wpsGuides for using ai agents skills like cli-anything-wps.
No comments yet. Be the first to share your thoughts!
47 个 CLI 命令,通过 COM 自动化接口操控 WPS Office 或 Microsoft Office(Word/Excel/PowerPoint)。
pip install git+https://github.com/yb2460/cli-anything-wps.git
文献管理 + 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 数 | 能力 | |------|---------|------| | search | 3 | 快速检索 / 系统评价 / 深度文献搜索 | | research | 4 | 创意生成 / 头脑风暴 / 假设 / 深度研究 | | writing | 5 | 写论文 / IMRAD稿件 / 引用 / 大纲 / 修改 | | review | 5 | 5人审稿 / 同行评审 / 七轮对抗 / 引用验证 | | visualization | 4 | 幻灯片 / 示意图 / 海报 / 期刊图表 | | analysis | 3 | 探索分析 / 统计 / 证据评估 | | pipeline | 2 | 完整学术流水线 / 研究到论文 |
# 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"
COM 接口与 Microsoft Office VBA 兼容。如需操控 MS Office,将 ProgID 改为
PowerPoint.Application/Word.Application/Excel.Application即可。
MIT