← 返回 Skills 市场
849
总下载
0
收藏
7
当前安装
2
版本数
在 OpenClaw 中安装
/install office-editor
功能描述
Create or modify Word (.docx), Excel (.xlsx), and PowerPoint (.pptx) files. Use when the user mentions Office, Word, Excel, PowerPoint, docx, xlsx, pptx, spr...
安全使用建议
This skill appears to do what it says: generate and edit Office files using standard Python libraries. Before installing/using it: (1) ensure the required Python packages (python-docx, openpyxl, python-pptx) are installed in the environment you run the agent in — the skill will report missing packages rather than install them; (2) run the skill in an environment where writing files is acceptable (it writes saved files to disk and will read any input file path you give it); (3) be cautious when editing files from untrusted sources — these libraries don't execute VBA macros but may preserve them or include potentially malicious content in documents; (4) if you need an additional safety layer, run the skill in a sandboxed container or VM. Overall the skill is internally consistent and has no unexplained requests for credentials or network access.
功能分析
Type: OpenClaw Skill
Name: office-editor
Version: 1.0.1
The office-editor skill bundle provides standard functionality for creating and modifying Word, Excel, and PowerPoint files using well-known libraries like python-docx, openpyxl, and python-pptx. The SKILL.md instructions include explicit safety constraints, such as prohibiting automatic package installation via pip/sudo and requiring user confirmation before overwriting existing files. No evidence of data exfiltration, malicious execution, or prompt injection was found across the scripts or documentation.
能力评估
Purpose & Capability
Name/description match the included scripts and references. The code and SKILL.md only reference python-docx, openpyxl, python-pptx (and optional pandas/pillow) which are exactly the libraries needed for Word, Excel, and PowerPoint manipulation.
Instruction Scope
SKILL.md explicitly restricts behavior: it only checks imports (read-only), refuses automatic pip installs, preserves originals by default, only loads reference files as needed, and instructs saving to disk. Included scripts only read/write local files and accept CLI args; they do not make network calls, access unrelated system config, or read arbitrary environment variables.
Install Mechanism
There is no install spec (instruction-only). That is proportionate: the skill relies on standard Python libraries but does not attempt to download/extract code or run installers automatically.
Credentials
The skill declares no required environment variables, no credentials, and no config paths. The optional dependency guidance (pandas/pillow) is appropriate and limited to specific features (DataFrames, images).
Persistence & Privilege
always is false, the skill is user-invocable and may be invoked autonomously (platform default). It does not request permanent system presence or modify other skills or system-wide configs.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install office-editor - 安装完成后,直接呼叫该 Skill 的名称或使用
/office-editor触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- Updated documentation (SKILL.md) to use clear and concise English throughout, replacing previous Chinese instructions.
- Improved structure and rules for handling Word, Excel, and PowerPoint files, including better guidance on dependency checks and output naming.
- Clarified dependency checking logic and described core vs. optional package requirements.
- Expanded resource references for both basic and advanced use cases with clear selection rules.
- No functional code changes, scripts and references remain the same; this update is documentation-focused for broader accessibility.
v1.0.0
Initial release of office-editor skill.
- Supports creating and editing Word (.docx), Excel (.xlsx), and PowerPoint (.pptx) files.
- Checks for required libraries before execution and clearly reports missing dependencies without attempting auto-installation.
- Modifies existing files by default saving as new files to avoid overwriting, unless user explicitly requests to overwrite.
- Modular approach for handling file types and dependencies; advanced functionality supported via referenced guides.
- Provides sample code snippets and best practices for working with Office files in Python.
元数据
常见问题
Office-Editor 是什么?
Create or modify Word (.docx), Excel (.xlsx), and PowerPoint (.pptx) files. Use when the user mentions Office, Word, Excel, PowerPoint, docx, xlsx, pptx, spr... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 849 次。
如何安装 Office-Editor?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install office-editor」即可一键安装,无需额外配置。
Office-Editor 是免费的吗?
是的,Office-Editor 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Office-Editor 支持哪些平台?
Office-Editor 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Office-Editor?
由 Noah(@noah-wu66)开发并维护,当前版本 v1.0.1。
推荐 Skills