← 返回 Skills 市场
Ofd Reader skill
作者
zhanjian1972
· GitHub ↗
· v1.0.0
593
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install ofdreader
功能描述
OFD 文档读取和转换工具。支持从 OFD(Open Fixed-layout Document)文件中提取文本内容,并将其转换为 Markdown 格式。使用此 skill 处理 .ofd 文档时:提取纯文本内容、转换为包含基本格式(标题、段落、表格)的 Markdown、处理中文版式文档。OFD 是中国国家标...
安全使用建议
This skill appears to do what it claims: parse OFD (ZIP + XML) files and produce text/Markdown. Before using: (1) Review the scripts (they are short and readable) and only run them on files you trust or in an isolated environment, since parsing untrusted files can sometimes cause resource or parsing issues; (2) If you choose to run install_dependencies.py, be aware it runs pip install ofdrw from PyPI—verify the ofdrw package and prefer running it in a virtualenv/container; (3) No credentials or network endpoints are embedded in the code, so there is no obvious exfiltration path, but always inspect third-party packages you install.
功能分析
Type: OpenClaw Skill
Name: ofdreader
Version: 1.0.0
The skill bundle is designed to read and convert OFD documents to text or Markdown. All scripts (`ofd_to_text.py`, `ofd_to_markdown.py`, `install_dependencies.py`) perform actions directly aligned with the stated purpose, primarily involving local file reading/writing and XML parsing. There is no evidence of data exfiltration, unauthorized command execution, persistence mechanisms, or malicious prompt injection attempts in SKILL.md. The use of standard Python libraries (`zipfile`, `xml.etree.ElementTree`) for parsing user-provided OFD files, while a general vulnerability surface, does not indicate malicious intent or critical, easily exploitable vulnerabilities in this implementation.
能力评估
Purpose & Capability
Name/description match the provided scripts. Required capabilities (reading ZIP/XML OFD files and optionally installing an OFD library) are proportional to the stated purpose. There are no unrelated environment variables, binaries, or config paths requested.
Instruction Scope
SKILL.md only instructs running the included scripts against user-supplied .ofd files and describes expected outputs and limitations. The scripts only read the provided OFD file (a ZIP) and parse its XML contents; they do not access other system files, environment variables, or external endpoints.
Install Mechanism
There is no automated install spec; the provided install_dependencies.py calls pip to install ofdrw from PyPI. This is expected for optional functionality, but pip installs fetch code from the network—recommend reviewing the ofdrw package and running installation in a controlled environment if untrusted.
Credentials
No environment variables, credentials, or config paths are required. The skill does not request tokens or secrets and the scripts only use sys.argv for input file paths.
Persistence & Privilege
Skill does not request persistent placement, always:true is not set, and it does not modify other skills or system-wide settings. It runs as-invoked and does not perform autonomous actions or background persistence.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install ofdreader - 安装完成后,直接呼叫该 Skill 的名称或使用
/ofdreader触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Ofd reader
元数据
常见问题
Ofd Reader skill 是什么?
OFD 文档读取和转换工具。支持从 OFD(Open Fixed-layout Document)文件中提取文本内容,并将其转换为 Markdown 格式。使用此 skill 处理 .ofd 文档时:提取纯文本内容、转换为包含基本格式(标题、段落、表格)的 Markdown、处理中文版式文档。OFD 是中国国家标... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 593 次。
如何安装 Ofd Reader skill?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install ofdreader」即可一键安装,无需额外配置。
Ofd Reader skill 是免费的吗?
是的,Ofd Reader skill 完全免费(开源免费),可自由下载、安装和使用。
Ofd Reader skill 支持哪些平台?
Ofd Reader skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Ofd Reader skill?
由 zhanjian1972(@zhanjian1972)开发并维护,当前版本 v1.0.0。
推荐 Skills