← 返回 Skills 市场
ODT File Manager & Editor
作者
Tom Olorin
· GitHub ↗
· v1.0.0
· MIT-0
244
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install odt-filemgr-oc
功能描述
Create, parse, and edit ODT (OpenDocument Text) files locally using Python and odfdo. Use when the user asks to create, edit, read, update, append to, inspec...
安全使用建议
This skill appears to do exactly what it says: local ODT editing via the odfdo library. Before installing or running it: 1) review scripts/odt_tool.py (included) to confirm you’re comfortable with it overwriting files (it saves in-place). 2) Install odfdo inside an isolated environment (virtualenv) to limit supply-chain risk and satisfy native dependencies like lxml. 3) When pairing with a NextCloud upload/download skill, only grant that separate skill the credentials it needs — this odt-filemgr skill itself does not handle uploads. 4) Use /tmp for temporary work as suggested and securely remove sensitive temporary files after use. If you need stricter guarantees, run the tool on a VM or container and inspect package sources (odfdo) before pip installing.
功能分析
Type: OpenClaw Skill
Name: odt-filemgr-oc
Version: 1.0.0
The odt-filemgr-oc skill bundle provides legitimate functionality for creating and editing OpenDocument Text (ODT) files using the 'odfdo' library. The Python script 'scripts/odt_tool.py' implements standard document manipulation tasks (metadata editing, text replacement, and style management) without any signs of malicious intent, data exfiltration, or unauthorized execution. While the documentation in 'REFERENCE.md' includes examples using 'subprocess.run', these are clearly intended for documented integration with a related NextCloud skill within the OpenClaw ecosystem.
能力评估
Purpose & Capability
The name/description describe local ODT creation and editing and the included code (odt_tool.py) implements exactly those operations using odfdo. There are no unrelated credentials, binaries, or platform integrations required by this skill itself.
Instruction Scope
SKILL.md and REFERENCE.md confine actions to local file operations (inspect, append, replace, save, etc.). The docs explicitly state NextCloud integration is provided by a separate skill; the only cross-skill references are example commands to download/upload via that other skill. The runtime instructions do not instruct reading unrelated system files or exfiltrating data.
Install Mechanism
There is no formal install spec; SKILL.md instructs the user to pip install odfdo. Installing odfdo from PyPI is expected for a Python-based ODF tool but carries the usual supply-chain risk of Python packages (native deps like lxml). No downloads from arbitrary URLs or extract steps are present in the skill bundle.
Credentials
The skill declares no required environment variables, no credentials, and no config paths. The code does not access environment secrets. This is proportional for a local document editor.
Persistence & Privilege
always:false and user-invocable:true. The skill does not request permanent/global privileges and does not modify other skills' configurations. It will read and overwrite local ODT files (normal for this purpose).
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install odt-filemgr-oc - 安装完成后,直接呼叫该 Skill 的名称或使用
/odt-filemgr-oc触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial commit: Create, parse, and edit ODT (OpenDocument Text) files locally using Python and odfdo
元数据
常见问题
ODT File Manager & Editor 是什么?
Create, parse, and edit ODT (OpenDocument Text) files locally using Python and odfdo. Use when the user asks to create, edit, read, update, append to, inspec... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 244 次。
如何安装 ODT File Manager & Editor?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install odt-filemgr-oc」即可一键安装,无需额外配置。
ODT File Manager & Editor 是免费的吗?
是的,ODT File Manager & Editor 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
ODT File Manager & Editor 支持哪些平台?
ODT File Manager & Editor 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 ODT File Manager & Editor?
由 Tom Olorin(@juicyroots)开发并维护,当前版本 v1.0.0。
推荐 Skills