什麼是 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