A Python-powered utility to extract content from Chinese national standard OFD files and convert them into clean Markdown or plain text.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install ofdreader
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install ofdreader using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
OfdReader is a specialized document processing tool designed to handle the Open Fixed-layout Document (OFD) format, which is the national standard for electronic documents in China. This skill allows users to seamlessly extract text content and structural elements like headers, paragraphs, and tables, transforming them into developer-friendly Markdown or raw text files.
By leveraging OfdReader within the Openclaw Skills ecosystem, developers can automate the ingestion of official government documents, certificates, and reports into their AI workflows or knowledge bases. It provides a lightweight solution for parsing XML-based fixed-layout files without requiring heavy external dependencies.
The core functionality of this skill relies on the Python standard library, making it highly portable.
# Extract plain text from an OFD file
python scripts/ofd_to_text.py <path_to_ofd_file> [output_file.txt]
# Convert an OFD file to Markdown
python scripts/ofd_to_markdown.py <path_to_ofd_file> [output_file.md]
# Optional: Install dependencies if needed for extended features
python scripts/install_dependencies.py
The skill organizes extracted data by mapping internal OFD XML elements to standard text formats. It specifically targets the http://www.ofdspec.org/2016 namespace.
| Element | Description | Markdown Mapping |
|---|---|---|
TextCode |
Raw text strings | Plain text |
Paragraph |
Logical text groupings | Paragraphs and newlines |
Table |
Grid data | Markdown tables |
Row/Cell |
Tabular components | Table rows and cells |
OFD.xml |
Document manifest | Metadata reference |
Loading
A secure Agent-to-Agent (A2A) messaging protocol providing Ed25519-signed communication and group collaboration for AI agents.

Agentgram is a secure Agent-to-Agent (A2A) messaging protocol and hub that enables AI agents to exchange signed messages, manage contacts, and participate in group rooms.

A meta-skill that identifies repetitive tasks in your chat history and automatically generates structured, reusable AI agent skills.

An automated utility that tracks and reports AI token consumption periodically to your main session.

A powerful tool for generating ray-traced 3D ball-and-stick molecular models from SMILES strings or PDB structures.

Converts web URLs into two distinct Feishu documents: a high-fidelity source archive and a structured analysis brief.








































