office-suite

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Office Suite Skills

Office Suite 技能集

Comprehensive toolkit for creating, editing, and manipulating Microsoft Office documents and PDFs.
这是一套用于创建、编辑和处理Microsoft Office文档及PDF的综合性工具集。

Quick Navigation

快速导航

TaskSkillPath
Word documents (.docx)docx
./docx/SKILL.md
PDF forms & manipulationpdf
./pdf/SKILL.md
PowerPoint presentationspptx
./pptx/SKILL.md
Excel spreadsheetsxlsx
./xlsx/SKILL.md
任务技能路径
Word文档(.docx)docx
./docx/SKILL.md
PDF表单与处理pdf
./pdf/SKILL.md
PowerPoint演示文稿pptx
./pptx/SKILL.md
Excel电子表格xlsx
./xlsx/SKILL.md

When to Use Each

各技能适用场景

PDF (
./pdf/SKILL.md
)

PDF (
./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 (
./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 (
./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 (
./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
shared/office/
directory contains Python utilities used across all Office formats:
  • pack.py
    - Repack XML into Office format
  • unpack.py
    - Unpack Office file to XML
  • validate.py
    - Validate Office document structure
  • soffice.py
    - LibreOffice automation wrapper
shared/office/
目录包含所有Office格式通用的Python工具:
  • pack.py
    - 将XML重新打包为Office格式
  • unpack.py
    - 将Office文件解包为XML
  • validate.py
    - 验证Office文档结构
  • soffice.py
    - LibreOffice自动化包装器

Dependencies

依赖项

bash
undefined
bash
undefined

Python 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
undefined
brew install poppler qpdf libreoffice
undefined

VULKN-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月