← Back to Skills Marketplace
okgptai

word-document-organizer

by Jasper.W · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ Security Clean
883
Downloads
2
Stars
8
Active Installs
2
Versions
Install in OpenClaw
/install word-document-organizer
Description
智能整理Word文档,自动格式化、生成目录、统一样式,支持学术/商务/极简模板
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install word-document-organizer
  3. After installation, invoke the skill by name or use /word-document-organizer
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug word-document-organizer
Version 1.0.1
License MIT-0
All-time Installs 10
Active Installs 8
Total Versions 2
Frequently Asked Questions

What is word-document-organizer?

智能整理Word文档,自动格式化、生成目录、统一样式,支持学术/商务/极简模板. It is an AI Agent Skill for Claude Code / OpenClaw, with 883 downloads so far.

How do I install word-document-organizer?

Run "/install word-document-organizer" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is word-document-organizer free?

Yes, word-document-organizer is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does word-document-organizer support?

word-document-organizer is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created word-document-organizer?

It is built and maintained by Jasper.W (@okgptai); the current version is v1.0.1.

💬 Comments