什么是 office-automation?
自动处理 Word 和 Excel 文件。使用 Python 脚本读取、写入文档和表格并设置其格式。支持批量处理、模板填充、数据提取、格式转换。 来源:texiaoyao/office-automation-skill。
自动处理 Word 和 Excel 文件。使用 Python 脚本读取、写入文档和表格并设置其格式。支持批量处理、模板填充、数据提取、格式转换。
通过命令行快速安装 office-automation AI 技能到你的开发环境
来源: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 脚本读取、写入文档和表格并设置其格式。支持批量处理、模板填充、数据提取、格式转换。 来源:texiaoyao/office-automation-skill。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/texiaoyao/office-automation-skill --skill office-automation 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/texiaoyao/office-automation-skill --skill office-automation自动处理 Word 和 Excel 文件。使用 Python 脚本读取、写入文档和表格并设置其格式。支持批量处理、模板填充、数据提取、格式转换。 来源:texiaoyao/office-automation-skill。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/texiaoyao/office-automation-skill --skill office-automation 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/texiaoyao/office-automation-skill