← Back to Skills Marketplace
Ofd Reader skill
by
zhanjian1972
· GitHub ↗
· v1.0.0
593
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install ofdreader
Description
OFD 文档读取和转换工具。支持从 OFD(Open Fixed-layout Document)文件中提取文本内容,并将其转换为 Markdown 格式。使用此 skill 处理 .ofd 文档时:提取纯文本内容、转换为包含基本格式(标题、段落、表格)的 Markdown、处理中文版式文档。OFD 是中国国家标...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install ofdreader - After installation, invoke the skill by name or use
/ofdreader - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Ofd reader
Metadata
Frequently Asked Questions
What is Ofd Reader skill?
OFD 文档读取和转换工具。支持从 OFD(Open Fixed-layout Document)文件中提取文本内容,并将其转换为 Markdown 格式。使用此 skill 处理 .ofd 文档时:提取纯文本内容、转换为包含基本格式(标题、段落、表格)的 Markdown、处理中文版式文档。OFD 是中国国家标... It is an AI Agent Skill for Claude Code / OpenClaw, with 593 downloads so far.
How do I install Ofd Reader skill?
Run "/install ofdreader" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Ofd Reader skill free?
Yes, Ofd Reader skill is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Ofd Reader skill support?
Ofd Reader skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Ofd Reader skill?
It is built and maintained by zhanjian1972 (@zhanjian1972); the current version is v1.0.0.
More Skills