office-suite
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseOffice Suite Skills
Office Suite 技能集
Comprehensive toolkit for creating, editing, and manipulating Microsoft Office documents and PDFs.
这是一套用于创建、编辑和处理Microsoft Office文档及PDF的综合性工具集。
Quick Navigation
快速导航
| Task | Skill | Path |
|---|---|---|
| Word documents (.docx) | docx | |
| PDF forms & manipulation | | |
| PowerPoint presentations | pptx | |
| Excel spreadsheets | xlsx | |
| 任务 | 技能 | 路径 |
|---|---|---|
| Word文档(.docx) | docx | |
| PDF表单与处理 | | |
| PowerPoint演示文稿 | pptx | |
| Excel电子表格 | xlsx | |
When to Use Each
各技能适用场景
PDF (./pdf/SKILL.md
)
./pdf/SKILL.mdPDF (./pdf/SKILL.md
)
./pdf/SKILL.md- Extract text or tables from PDFs
- Fill out PDF forms (invoices, applications)
- Merge/split PDF files
- OCR scanned documents
- Add watermarks or passwords
- 从PDF中提取文本或表格
- 填写PDF表单(发票、申请表)
- 合并/拆分PDF文件
- 对扫描文档进行OCR识别
- 添加水印或密码
DOCX (./docx/SKILL.md
)
./docx/SKILL.mdDOCX (./docx/SKILL.md
)
./docx/SKILL.md- Create professional Word documents
- Work with tracked changes and comments
- Generate reports, letters, memos
- Insert images and tables
- Convert between formats
- 创建专业Word文档
- 处理修订记录和批注
- 生成报告、信函、备忘录
- 插入图片和表格
- 格式转换
PPTX (./pptx/SKILL.md
)
./pptx/SKILL.mdPPTX (./pptx/SKILL.md
)
./pptx/SKILL.md- Create slide decks from scratch
- Edit existing presentations
- Add charts, images, animations
- Build pitch decks and proposals
- 从头创建幻灯片演示文稿
- 编辑现有演示文稿
- 添加图表、图片、动画效果
- 制作推介演示文稿和提案
XLSX (./xlsx/SKILL.md
)
./xlsx/SKILL.mdXLSX (./xlsx/SKILL.md
)
./xlsx/SKILL.md- Create spreadsheets with formulas
- Build financial models and budgets
- Extract data from Excel files
- Recalculate and validate spreadsheets
- 创建带公式的电子表格
- 构建财务模型和预算表
- 从Excel文件中提取数据
- 重新计算和验证电子表格
Shared Utilities
通用工具
The directory contains Python utilities used across all Office formats:
shared/office/- - Repack XML into Office format
pack.py - - Unpack Office file to XML
unpack.py - - Validate Office document structure
validate.py - - LibreOffice automation wrapper
soffice.py
shared/office/- - 将XML重新打包为Office格式
pack.py - - 将Office文件解包为XML
unpack.py - - 验证Office文档结构
validate.py - - LibreOffice自动化包装器
soffice.py
Dependencies
依赖项
bash
undefinedbash
undefinedPython libraries
Python库
pip install pypdf pdfplumber reportlab python-docx openpyxl
pip install pypdf pdfplumber reportlab python-docx openpyxl
Node libraries (for document creation)
Node库(用于文档创建)
npm install -g docx pptxgenjs
npm install -g docx pptxgenjs
System tools (optional but recommended)
系统工具(可选但推荐)
brew install poppler qpdf libreoffice
undefinedbrew install poppler qpdf libreoffice
undefinedVULKN-Specific Notes
VULKN专属说明
For Mexican SMB invoices (CFDI/Facturapi):
- Use PDF skill to extract data from received invoices
- Use DOCX skill to generate professional quotes and contracts
- Use XLSX skill for financial reporting
Adapted from Anthropic's Claude Cowork skills, Feb 2026
针对墨西哥中小企业发票(CFDI/Facturapi):
- 使用PDF技能提取收到的发票数据
- 使用DOCX技能生成专业报价单和合同
- 使用XLSX技能进行财务报告
改编自Anthropic的Claude Cowork技能,2026年2月