An advanced document conversion utility that uses GPT-4o vision to transform complex PDFs and images into clean, structured Markdown.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install zerox
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 zerox using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Zerox Document Converter is a specialized skill designed to bridge the gap between static file formats and LLM-ready text. By leveraging the zerox library and GPT-4o vision, it accurately extracts text from scanned PDFs, Microsoft Word documents, and images while preserving logical structure. This skill is essential for developers using Openclaw Skills who need to ingest legacy documentation or unstructured data into their AI workflows.
Whether you are dealing with small text-based files or massive scanned volumes, this tool provides the flexibility to process data in the foreground for immediate results or in the background for long-running tasks. It represents a significant upgrade over traditional OCR by using visual reasoning to understand document layouts.
To get started with this skill, ensure you have Node.js installed and your API credentials configured.
# Set your API key
export APIYI_API_KEY='your_openai_compatible_key'
# Install dependencies (if not already handled by the environment)
npm install zerox
# Run a foreground conversion
node scripts/convert.mjs "path/to/doc.pdf"
The skill organizes its output and tracking data as follows:
| Data Type | Location / Format | Description |
|---|---|---|
| Output Markdown | {baseDir}/output/*.md |
The final converted text file. |
| Background Logs | {baseDir}/output/convert-bg.log |
Real-time progress tracking for async tasks. |
| Environment | APIYI_API_KEY |
Required authentication for the vision model. |
| Supported Input | .pdf, .docx, .pptx, .png, .jpg | Valid source file extensions for Openclaw Skills. |
Loading
A high-performance, HDF5-backed persistent cognitive memory system for AI agents featuring hybrid vector search and temporal decay.

A powerful integration to programmatically manage documents, tags, and metadata within a Paperless-ngx instance.

Viboost is an automated logging utility that tracks every tool call made by your AI agent and syncs it to your public viboost.ai profile.

A technical skill for deploying a remote-controlled, visually accessible Chrome browser environment on a Linux VPS for agent-driven automation.

A procedural clarity tool designed to help creators organize documentation and understand the workflow of automated copyright claims.

A specialized naming engine for creating short, high-traction portmanteaus and primitives optimized for the AI agent economy and ENS domains.








































