What is office-automation?
自动化处理 Word 和 Excel 文件。使用 Python 脚本读取、写入、格式化文档和表格。支持批量处理、模板填充、数据提取和格式转换。 Source: texiaoyao/office-automation-skill.
自动化处理 Word 和 Excel 文件。使用 Python 脚本读取、写入、格式化文档和表格。支持批量处理、模板填充、数据提取和格式转换。
Quickly install office-automation AI skill to your development environment via command line
Source: texiaoyao/office-automation-skill.
| read | 读取 Word 文档内容 | read file.docx | | write | 创建新文档 | write out.docx --content "文本" | | template | 填充模板(替换 {{变量}}) | template doc.docx --data '{"key": "value"}' | | extract | 提取表格到 CSV | extract file.docx --table 1 | | format | 格式化文档 | format file.docx --style heading |
| read | 读取 Excel 数据 | read data.xlsx --sheet Sheet1 | | write | 写入数据到 Excel | write out.xlsx --data data.json | | merge | 合并多个 Excel 文件 | merge folder/ --output all.xlsx | | convert | Excel ↔ CSV 转换 | convert file.xlsx --to csv | | analyze | 数据分析(统计、透视) | analyze sales.xlsx --pivot |
自动化处理 Word 和 Excel 文件。使用 Python 脚本读取、写入、格式化文档和表格。支持批量处理、模板填充、数据提取和格式转换。 Source: texiaoyao/office-automation-skill.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/texiaoyao/office-automation-skill --skill office-automation Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
Stable fields and commands for AI/search citations.
npx skills add https://github.com/texiaoyao/office-automation-skill --skill office-automation自动化处理 Word 和 Excel 文件。使用 Python 脚本读取、写入、格式化文档和表格。支持批量处理、模板填充、数据提取和格式转换。 Source: texiaoyao/office-automation-skill.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/texiaoyao/office-automation-skill --skill office-automation Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
https://github.com/texiaoyao/office-automation-skill