An advanced document understanding skill powered by IBM's docling for parsing complex layouts, tables, and figures.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install doc-parser
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 doc-parser using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Document Parser is a high-performance tool designed for deep document understanding and structural analysis. By utilizing IBM's docling library, this skill allows users to convert complex PDFs, Word documents, and images into structured, machine-readable formats like Markdown, JSON, and plain text. As a core part of the Openclaw Skills library, it provides the necessary infrastructure to handle sophisticated layout challenges that traditional parsers often fail to process.
Whether you are dealing with academic papers featuring multi-column layouts or financial reports packed with nested tables, this skill ensures that the hierarchy and context of the information remain intact. It is an essential utility for developers looking to build robust RAG (Retrieval-Augmented Generation) pipelines or automated data extraction workflows using Openclaw Skills.
To begin using this skill, you must install the docling library and its required dependencies in your environment:
# Install the base docling package
pip install docling
# Install with all features (recommended for maximum compatibility)
pip install docling[all]
# Install specifically for OCR and scanned document support
pip install docling[ocr]
The Document Parser organizes extracted data into a hierarchical structure that maps directly to the original document's layout. Below is how the schema is generally organized:
| Component | Format | Metadata Collected |
|---|---|---|
| Core Document | docling object | Name, origin source, and document hash |
| Tables | Pandas DataFrame | Page number, bounding box, and cell coordinates |
| Figures/Pictures | Image (PNG) | Associated captions and page location |
| Text Content | Markdown/JSON | Heading levels, paragraph hierarchy, and reading order |
| Metadata | Dictionary | Title, author, and date (where available) |
Loading
An AI skill for generating interactive, developer-focused presentations using the Slidev framework and Markdown.

Extract and structure data from PDFs, Word docs, and emails using unified document processing.

A professional resume generation skill that converts structured YAML data into polished PDF CVs using multiple industry-standard themes.

An advanced AI skill for intelligent conversations, data extraction, and automated summarization of PDF documents.

A powerful skill for programmatically creating, editing, and formatting Microsoft Word documents using the python-docx library.

Advanced Excel automation using Python and xlwings to interact with live spreadsheet instances and execute complex workflows.








































