Pular para o conteúdo principal
Este conteúdo ainda não está disponível no seu idioma e está sendo exibido em inglês.

Office Automation Skill

Skill Verificado
88

自动化处理 Word 和 Excel 文件。使用 Python 脚本读取、写入、格式化文档和表格。支持批量处理、模板填充、数据提取和格式转换。

Resumo de IA

This skill provides Python scripts for programmatic manipulation of Microsoft Word (.docx) and Excel (.xlsx/.xlsm) files. It supports reading content, writing new documents, filling templates with data, extracting tables to CSV, merging multiple Excel files, and converting between Excel and CSV formats.

Documentation

  • info:Configuration & parameter referenceWhile the script commands are documented with examples, explicit default values for parameters and precedence order of any configuration files are not detailed.

Maintenance

  • warning:Commit recencyThe last commit on the default branch was on 2026-02-22, which is over 3 months ago, indicating potential unmaintained status.

Code Execution

  • info:ValidationFile paths and JSON data are handled, but explicit validation using a schema library (e.g., Zod, Pydantic) is not present for all inputs.
  • info:LoggingThe scripts print informational messages to stdout about their operations and potential errors, but do not write to a local audit log file.

Practical Utility

  • info:Edge casesThe README and SKILL.md mention notes on supported file formats (docx, xlsx/xlsm) and handling large files/encoding issues, but detailed failure modes with recovery paths are not explicitly listed.

Instalação

npx skills add texiaoyao/office-automation-skill

Executa a CLI skills da Vercel (skills.sh) via npx — requer Node.js localmente e pelo menos um agente compatível com skills instalado (Claude Code, Cursor, Codex, …). Pressupõe que o repositório siga o formato agentskills.io.

2 months ago
5 stars
MIT
Atualizado em 2 days ago
Ver código-fonte