Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
OCR text recognition using DeepSeek-OCR model. Use when user asks for OCR, text recognition, image text extraction, screenshot recognition, or converting ima...
OCR text recognition using DeepSeek-OCR model. Use when user asks for OCR, text recognition, image text extraction, screenshot recognition, or converting ima...
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
Recognize text in images using the DeepSeek-OCR model.
{baseDir}/scripts/ocr.sh /path/to/image.jpg
{baseDir}/scripts/ocr.sh <image_path> [output_format] Parameters: <image_path>: Local image file (jpg, png, webp, gif, bmp) [output_format]: Optional, defaults to markdown. Can be text, json, etc.
# Convert to markdown (default) {baseDir}/scripts/ocr.sh /path/to/image.jpg # Convert to plain text {baseDir}/scripts/ocr.sh /path/to/image.png text # Extract table as JSON {baseDir}/scripts/ocr.sh /path/to/table.jpg "extract table as json"
The model only supports base64-encoded images. For remote URLs, download first: curl -s -o /tmp/image.jpg "https://example.com/image.jpg" {baseDir}/scripts/ocr.sh /tmp/image.jpg
Set DEEPSEEK_OCR_API_KEY, or configure in ~/.openclaw/openclaw.json: { skills: { "deepseek-ocr": { apiKey: "YOUR_KEY_HERE", }, }, } Default API URL: https://api.modelverse.cn/v1/chat/completions Override with DEEPSEEK_OCR_API_URL if needed.
Agent frameworks, memory systems, reasoning layers, and model-native orchestration.
Largest current source with strong distribution and engagement signals.