离线处理 Word/Excel/PPT/CSV/PDF 与 COM 自动化
Scanned 9/2/2026
Install to Claude Code
npx -y skills add wangzhe04/ruyi-workbench-oss --skill office-automation --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Office Automation?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/wangzhe04-office-automation)More formats (shields.io, HTML) on the badges page.
---
name: Office 自动化
description: 离线处理 Word/Excel/PPT/CSV/PDF 与 COM 自动化
---
# Office Automation
Use this skill for offline Windows Office work: Word, Excel, PowerPoint, CSV, PDF handoff, and COM automation.
Recommended approach:
1. Inspect files with `file_list` and `file_read` first.
2. Use `office_open` to open a document for visual/manual review.
3. Use `script_run` with PowerShell for COM automation when Office is installed.
4. Use Python scripts for CSV, JSON, text reports, and non-Office formats.
5. Write generated outputs into the project workspace or `%USERPROFILE%\.win-claude-workbench\generated`.
PowerShell COM examples:
```powershell
$excel = New-Object -ComObject Excel.Application
$excel.Visible = $true
$wb = $excel.Workbooks.Open("C:\path\book.xlsx")
```
Always close or save Office COM objects deliberately when running unattended scripts.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Adversarial multi-agent planning skill. Self-orchestrates 5 hostile category members (unspecified-low, unspecified-high, deep, ultrabrain, artistry) via team-mode for ruthless cross-critique debate, distills only the defensible insights, then MANDATORILY hands the distilled insight bundle to the `plan` agent for executable plan formalization. Use when planning needs maximum rigor and surfacing of weak assumptions, blind spots, and over-engineering. Triggers: 'hyperplan', 'hpp', '/hyperplan', ...