← 返回 Skills 市场
okgptai

word-document-organizer

作者 Jasper.W · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ 安全检测通过
883
总下载
2
收藏
8
当前安装
2
版本数
在 OpenClaw 中安装
/install word-document-organizer
功能描述
智能整理Word文档,自动格式化、生成目录、统一样式,支持学术/商务/极简模板
安全使用建议
This skill is instruction-only and edits local files: only provide paths to documents you trust and keep a separate copy. It will run a pip3 install for python-docx (which can execute code at install time) and will create a timestamped backup next to the original file but will otherwise overwrite the original unless you specify output_path — so specify an output_path or test on a copy first. Note the doc/.docx inconsistency: .doc (old binary Word) is likely unsupported by python-docx, so use .docx files. If you want extra safety, run the commands in a disposable environment (virtualenv or container) and inspect the SKILL.md before use.
功能分析
Type: OpenClaw Skill Name: word-document-organizer Version: 1.0.1 The skill is a legitimate utility for automating Word document formatting and organization using the python-docx library. It includes helpful safety features such as automatic file backups and environment checks, and its core logic (styling, TOC generation, and paragraph cleanup) aligns strictly with its stated purpose without any indicators of data exfiltration, persistence, or malicious execution.
能力评估
Purpose & Capability
The name/description (organize Word documents, format, generate TOC, apply templates) matches the instructions: the SKILL.md describes checking a document path, backing up the file, installing python-docx, and running a Python script that edits docx contents. Required capabilities (filesystem access to the provided document path and ability to run python/pip) are consistent with the stated purpose.
Instruction Scope
Instructions stay within the documented purpose (open the provided file path, create a backup, modify the document, save). No steps reference unrelated files, secrets, or external endpoints. Two implementation issues: SKILL.md allows both .docx and .doc in checks, but the code uses python-docx which only supports .docx — .doc files are likely unsupported and will fail. Also the script will create a backup near the original file and, by default, overwrite the original unless an output_path is provided; users should be warned to provide an output_path to avoid data loss.
Install Mechanism
There is no packaged installer; the script runs pip3 install python-docx if needed. This is a common, proportionate install for the stated task. Note: pip installs execute package install-time code and may modify the Python environment; running inside a virtualenv is safer but not required by the skill.
Credentials
The skill requests no environment variables, credentials, or config paths. It only needs read/write access to the document path you supply and to be able to run python/pip — this is proportional to a document-organizing tool.
Persistence & Privilege
The skill does not request always: true and has no install artifacts beyond running pip. It does not modify other skills or system-wide agent configuration. Its runtime actions are limited to local file operations and installing a Python package if absent.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install word-document-organizer
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /word-document-organizer 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
word-document-organizer 1.0.1 - 修正文案,将部分错误提示由“❌ 错误”调整为“错误” - 控制台输出中的备份和检查信息更加简洁 - 无功能新增或行为变更 此版本为微调文案与提示信息,行为未变。
v1.0.0
Initial release of Word 文档整理助手. - Automatically formats Word documents (.docx), generates professional tables of contents, and unifies styles. - Supports academic, business, and minimal style templates. - Cleans up formatting, removes empty paragraphs, and standardizes document layout in one click. - Easy activation via natural language requests such as “整理word文档” or “统一文档样式”. - Provides optional parameters for operation selection and output path.
元数据
Slug word-document-organizer
版本 1.0.1
许可证 MIT-0
累计安装 10
当前安装数 8
历史版本数 2
常见问题

word-document-organizer 是什么?

智能整理Word文档,自动格式化、生成目录、统一样式,支持学术/商务/极简模板. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 883 次。

如何安装 word-document-organizer?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install word-document-organizer」即可一键安装,无需额外配置。

word-document-organizer 是免费的吗?

是的,word-document-organizer 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

word-document-organizer 支持哪些平台?

word-document-organizer 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 word-document-organizer?

由 Jasper.W(@okgptai)开发并维护,当前版本 v1.0.1。

💬 留言讨论