·silicon-paddle-ocr
#

silicon-paddle-ocr

OCR skill using PaddleOCR model via SiliconFlow API. This skill should be used when the user asks to "recognize text from an image", "extract text from a photo", "OCR this image", "read text from screenshot", or mentions "PaddleOCR", "image text recognition", "text extraction from images".

9Installs·5Trend·@aotenjou

Installation

$npx skills add https://github.com/aotenjou/silicon-paddleocr --skill silicon-paddle-ocr

How to Install silicon-paddle-ocr

Quickly install silicon-paddle-ocr AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/aotenjou/silicon-paddleocr --skill silicon-paddle-ocr
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: aotenjou/silicon-paddleocr.

SKILL.md

View raw

Use PaddleOCR to extract text content from images. Supports single image or batch processing.

This skill provides optical character recognition (OCR) capabilities using the PaddlePaddle/PaddleOCR-VL-1.5 model via the SiliconFlow API. Extract text from JPG, PNG, WebP, BMP, and GIF images.

| images | Image file path(s) or glob pattern (required) | | -k, --api-key | API key (default: from SILICONFLOWAPIKEY env) | | -m, --model | OCR model name (default: PaddlePaddle/PaddleOCR-VL-1.5) | | -p, --prompt | Recognition prompt for custom behavior | | -j, --json | Output results in JSON format | | -o, --output | Save results to specified file |

OCR skill using PaddleOCR model via SiliconFlow API. This skill should be used when the user asks to "recognize text from an image", "extract text from a photo", "OCR this image", "read text from screenshot", or mentions "PaddleOCR", "image text recognition", "text extraction from images". Source: aotenjou/silicon-paddleocr.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/aotenjou/silicon-paddleocr --skill silicon-paddle-ocr
Category
#Documents
Verified
First Seen
2026-03-10
Updated
2026-03-11

Browse more skills from aotenjou/silicon-paddleocr

Quick answers

What is silicon-paddle-ocr?

OCR skill using PaddleOCR model via SiliconFlow API. This skill should be used when the user asks to "recognize text from an image", "extract text from a photo", "OCR this image", "read text from screenshot", or mentions "PaddleOCR", "image text recognition", "text extraction from images". Source: aotenjou/silicon-paddleocr.

How do I install silicon-paddle-ocr?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/aotenjou/silicon-paddleocr --skill silicon-paddle-ocr Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/aotenjou/silicon-paddleocr

Details

Category
#Documents
Source
skills.sh
First Seen
2026-03-10

Related Skills

None