科特船长 - 办公自动化脚本,Excel/Word/文件批量处理
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install ke-office-automation或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install ke-office-automation⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/ke-office-automation/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: ke-office-automation description: 科特船长 - 办公自动化脚本,Excel/Word/文件批量处理 version: 1.0.0 metadata: {"openclaw": {"emoji": "🤖", "requires": {"bins": ["python3"]}}} ---
提供常用办公自动化脚本,包括:
# Excel 汇总
clawhub run ke-office-automation --action excel-merge --input ./data/ --output ./merged.xlsx
# Word 批量处理
clawhub run ke-office-automation --action word-batch --input ./docs/ --action-type replace --old "旧文本" --new "新文本"
# 文件批量重命名
clawhub run ke-office-automation --action rename --input ./files/ --pattern "{date}_{original}"
# PDF 合并
clawhub run ke-office-automation --action pdf-merge --input ./pdfs/ --output ./merged.pdf
# 邮件自动发送
clawhub run ke-office-automation --action email-send --config ./email-config.json --data ./recipients.xlsx
| 参数 | 说明 | 必填 | |------|------|------| | --action | 操作类型 | 是 | | --input | 输入文件/文件夹路径 | 是 | | --output | 输出文件路径 | 条件必填 | | --pattern | 重命名模式 | 条件必填 | | --config | 配置文件路径 | 条件必填 |
| 操作 | 说明 | 适用场景 | |------|------|----------| | excel-merge | 合并多个 Excel 文件 | 多表格汇总 | | excel-split | 拆分 Excel 文件 | 数据分发 | | word-batch | Word 批量处理 | 合同/通知批量修改 | | rename | 文件批量重命名 | 文件整理 | | pdf-merge | PDF 合并 | 报告合并 | | pdf-split | PDF 拆分 | 报告拆分 | | email-send | 邮件批量发送 | 通知/营销 |
需要定制自动化脚本?
联系:私信获取报价
提供以下免费脚本模板:
GitHub: 待开源
Q: 需要编程基础吗? A: 不需要,按说明使用即可。
Q: 支持 Mac/Windows 吗? A: 都支持,需要安装 Python 3.8+
Q: 数据安全吗? A: 所有处理在本地完成,数据不会上传。
---
作者: 科特船长 更多技能: https://clawhub.ai/@xiaoheizp 定制咨询: 私信获取报价
安装 Office Automation 后,可以对 AI 说这些话来触发它
Help me get started with Office Automation
Explains what Office Automation does, walks through the setup, and runs a quick demo based on your current project
Use Office Automation to captain Kurt - Office automation script, Excel/Word/file batch proc...
Invokes Office Automation with the right parameters and returns the result directly in the conversation
What can I do with Office Automation in my documents & notes workflow?
Lists the top use cases for Office Automation, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/ke-office-automation/ 目录(个人级,所有项目可用),或 .claude/skills/ke-office-automation/(项目级)。重启 AI 客户端后,用 /ke-office-automation 主动调用,或让 AI 根据上下文自动发现并使用。
Office Automation 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Office Automation 可免费安装使用。请查阅仓库了解许可证信息。
科特船长 - 办公自动化脚本,Excel/Word/文件批量处理
Office Automation 属于「Documents & Notes」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my documents & notes tasks using Office Automation
Identifies repetitive steps in your workflow and sets up Office Automation to handle them automatically