DeepSeek OCR is a specialized skill for converting images, screenshots, and documents into high-quality text or markdown using advanced AI models.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install ucloud-deepseek-ocr
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 ucloud-deepseek-ocr using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
DeepSeek OCR is a robust integration for Openclaw Skills that leverages the DeepSeek-OCR model to provide high-fidelity text recognition. It allows users to process local images, screenshots, or downloaded remote files and transform them into structured Markdown, plain text, or JSON.
This skill is particularly useful for developers and researchers who need to digitize physical documents, extract data from UI mockups, or analyze complex visual information within their AI-assisted workflows. By utilizing the Openclaw Skills framework, it simplifies the interaction between local file systems and powerful vision-language models.
To get started with this component of your Openclaw Skills library, ensure you have the necessary dependencies and configuration:
# Ensure curl, jq, and base64 are available in your PATH
export DEEPSEEK_OCR_API_KEY="your_api_key_here"
~/.openclaw/openclaw.json:{
"skills": {
"deepseek-ocr": {
"apiKey": "YOUR_KEY_HERE"
}
}
}
The skill manages data by transforming binary image files into text-based formats. The following table describes the input and output parameters:
| Parameter | Description | Examples |
|---|---|---|
| image_path | Path to local file | /path/to/screenshot.png |
| output_format | Desired text structure | markdown, text, json |
Internal metadata within Openclaw Skills ensures that the correct API endpoint (defaulting to ModelVerse) is targeted and that authentication is handled securely via the primary environment variable.
Loading
A comprehensive automation tool for searching availability and booking rooms on the Marriott Bonvoy portal via an AI agent.

An automated management tool for monitoring V2RayN proxy health, performing connection tests, and managing node failovers on macOS.

An AI-powered productivity coach that analyzes local ActivityWatch data to provide actionable time-management insights.

A sophisticated orchestration skill that automates the generation of influencer marketing plans by retrieving rules, cases, and pricing from RAGTOP knowledge bases.

A high-performance utility to upload local files to UCloud US3 storage and generate instant, shareable public URLs.

An AI-driven intelligence tool that extracts market signals, whale movements, and trending alpha from over 50 elite Telegram groups.








































