Simple OCR extraction wrapped in a Python client. You pass it a base64 encoded image and it returns the text, supporting multiple formats and languages according to the docs. The API is straightforward: health check, image conversion helper, and the main OCR call. With 276 installs and passing most security audits (Snyk shows a warning worth checking), it's seeing real use. The documentation is minimal and partly in Chinese, which might signal where the primary development focus is. If you need basic text extraction from images without dealing with complex ML setup, this does the job.
npx skills add https://github.com/lin-a1/skills-agent --skill ocr-service