본문으로 건너뛰기
이 콘텐츠는 아직 사용자의 언어로 제공되지 않아 영어로 표시됩니다.

Office Automation Skill

Skill 확인됨
88

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

AI 요약

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.

설치

npx skills add texiaoyao/office-automation-skill

Vercel skills CLI(skills.sh)를 npx로 실행합니다. 로컬에 Node.js와 skills 호환 에이전트(Claude Code, Cursor, Codex 등) 중 하나 이상이 설치되어 있어야 합니다. 저장소가 agentskills.io 형식을 따른다고 가정합니다.

2 months ago
5 stars
MIT
about 22 hours ago에 업데이트됨
소스 코드 보기