Ofd Reader skill
v1.0.0OFD 文档读取和转换工具。支持从 OFD(Open Fixed-layout Document)文件中提取文本内容,并将其转换为 Markdown 格式。使用此 skill 处理 .ofd 文档时:提取纯文本内容、转换为包含基本格式(标题、段落、表格)的 Markdown、处理中文版式文档。OFD 是中国国家标...
⭐ 0· 554·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & 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.
Assessment
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.Like a lobster shell, security has layers — review code before you run it.
latestvk978rppg26gjphgx3r810kf2r581aw9c
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
