A high-performance document digitizer that uses multimodal vision to convert multilingual PDFs and complex layouts into perfectly structured Markdown.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install universal-pdf-vision-parse
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 universal-pdf-vision-parse using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Universal PDF Vision Parser is a high-end multilingual document digitizer designed to overcome the limitations of traditional OCR. By leveraging the Qwen-VL-Max multimodal vision model, this tool sees each page as a high-resolution image, allowing it to accurately capture hand-written notes, complex tables, and diverse languages like French, German, Japanese, and Spanish. It is a powerful addition to the ecosystem of Openclaw Skills for users who need high-readability markdown from visual-heavy documents.
This skill is particularly effective for digitizing academic notes, bilingual textbooks, and documents where structural integrity is just as important as text accuracy. By treating pages as visual data rather than simple character streams, it ensures that the semantic relationship between terms and their translations is preserved.
To utilize this powerful entry in the Openclaw Skills collection, you must first obtain a DashScope API Key with access to the qwen-vl-max model.
Install the necessary Python environment dependencies:
pip install pymupdf dashscope
Execute the parsing script via the command line:
python scripts/vision_parse.py --pdf <path_to_pdf> --out <path_to_output.md> --api-key <YOUR_API_KEY> --max-pages 2
The skill produces a structured Markdown file that mirrors the visual hierarchy of the source PDF. The data is organized as follows:
| Feature | Output Format |
|---|---|
| Document Structure | Standard Markdown headings (#, ##) |
| Emphasis | Text styling using bold and italics for key terms |
| Tabular Data | Github Flavored Markdown (GFM) tables |
| Image Processing | Temporary 300 DPI PNG intermediates (auto-managed) |
Loading
A diagnostic tool to monitor the connectivity, latency, and authentication status of over 20 agent platform APIs.

SkillGuard is a specialized security tool designed to audit Openclaw Skills for malicious code, prompt injections, and data exfiltration threats.

A high-performance automation pipeline for generating faceless YouTube content using AI scripts, ElevenLabs TTS, and ffmpeg assembly.

A powerful utility to read and list open browser tabs from Chromium-based browsers, including support for synced mobile and desktop devices.

A specialized automation skill for navigating vue-element-admin tables, updating record importance, and generating Excel reports.

An automated tool to track trending WallStreetBets stocks and deliver insightful daily reports directly to Discord.








































