← 返回 Skills 市场
tsukisama9292

Office Document Editor

作者 Xuan-You Lin · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
979
总下载
1
收藏
8
当前安装
1
版本数
在 OpenClaw 中安装
/install office-document-editor
功能描述
Professional DOCX/PPTX document editing with tracked changes, formatting preservation, highlights, strikethrough, and Git version control.
安全使用建议
This skill appears to do what it says: fetch files (uploads/URL/SFTP/local), apply replacements/formatting to DOCX/PPTX, generate diffs, and help commit to Git. Before installing: (1) be aware that 'tracked changes' is implemented as visible formatting (highlights/strike) not Word's revision-tracking metadata; (2) SFTP operations will attempt to connect to hosts you supply and use your system sftp client (you should not supply credentials to untrusted hosts); (3) the skill writes files into your OpenClaw workspace (~/.openclaw/workspace) and can copy edited files back into the workspace media folder—ensure that is acceptable for your data-sensitivity requirements. If you rely specifically on Word's native 'Track Changes' feature, test carefully first. If you want additional assurance, review the scripts locally before running, or run them in an isolated environment.
功能分析
Type: OpenClaw Skill Name: office-document-editor Version: 1.0.0 This skill is classified as suspicious due to its broad capabilities for file system access and network operations, which present significant vulnerabilities for potential misuse, even without explicit malicious intent in the code. The `scripts/fetch_file.sh` and `scripts/interactive_edit.sh` scripts allow fetching and uploading files via arbitrary local paths, URLs (using `curl`/`wget`), and SFTP connections. While these are necessary for the stated purpose of a 'Universal Office Document Editor', they could be exploited via prompt injection against the AI agent to download and execute malicious payloads, or to exfiltrate sensitive local files to attacker-controlled remote servers. The `SKILL.md` instructions, particularly the phrase 'any DOCX/PPTX file from any source', further amplify this risk by encouraging broad interpretation by the agent.
能力评估
Purpose & Capability
Overall coherent: the package provides utilities to fetch files, edit DOCX/PPTX, generate diffs, and help with Git commits as advertised. Minor mismatch: the README advertises 'tracked changes' while the implementation applies formatting (highlight/strike/bold/underline) and textual replacements rather than generating Microsoft Word revision-tracked changes (the skill marks edits visually, it does not create Word revision metadata).
Instruction Scope
SKILL.md and included scripts limit actions to fetching files (uploads, URL, SFTP, local), performing edits, generating diffs, and optional Git commit. The scripts reference the agent workspace (~/.openclaw/workspace/media/inbound) and standard tools (curl, sftp, git). They do not read unrelated system config or attempt to exfiltrate data to hidden endpoints.
Install Mechanism
Install uses the 'uv' packaging/virtual-env mechanism (metadata and uv sync). All executable scripts and Python sources are bundled with the skill; there are no remote downloads from arbitrary URLs or extract-from-URL steps in the install metadata.
Credentials
No environment variables, credentials, or config paths are required. The skill uses standard user directories (HOME, ~/.openclaw workspace) and common CLI tools (curl, sftp). SFTP operations rely on the system's sftp client and any user-provided credentials or keys — the skill does not request or store secrets itself.
Persistence & Privilege
The skill does not request always:true and does not modify other skills or system-wide configs. It writes files into its skill workspace and the agent media inbound folder (for uploads), which is expected for this functionality.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install office-document-editor
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /office-document-editor 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
Slug office-document-editor
版本 1.0.0
许可证
累计安装 8
当前安装数 8
历史版本数 1
常见问题

Office Document Editor 是什么?

Professional DOCX/PPTX document editing with tracked changes, formatting preservation, highlights, strikethrough, and Git version control. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 979 次。

如何安装 Office Document Editor?

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

Office Document Editor 是免费的吗?

是的,Office Document Editor 完全免费(开源免费),可自由下载、安装和使用。

Office Document Editor 支持哪些平台?

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

谁开发了 Office Document Editor?

由 Xuan-You Lin(@tsukisama9292)开发并维护,当前版本 v1.0.0。

💬 留言讨论