← Back to Skills Marketplace
161
Downloads
0
Stars
2
Active Installs
1
Versions
Install in OpenClaw
/install moark-ocr
Description
Perform Optical Character Recognition (OCR) to extract and recognize text from images.
Usage Guidance
This package appears to do what it says: it sends the provided image (as a data URI when a local file is used) to Gitee's AI endpoint and returns OCR text. Before installing, confirm the following: (1) The GITEEAI_API_KEY you supply is for a trusted Gitee AI account and you understand its permissions and billing; (2) any images you process may be transmitted to the external service — avoid sending sensitive images unless you accept that risk; (3) you will need the 'openai' Python client installed (pip install openai); (4) review and run the included script locally if you want to inspect its behavior first. If you need the OCR to run strictly offline or without external upload, this skill is not appropriate.
Capability Analysis
Type: OpenClaw Skill
Name: moark-ocr
Version: 1.0.0
The skill is a legitimate OCR tool that uses the Gitee AI Vision API to extract text from images. The Python script (scripts/perform_ocr.py) uses the standard OpenAI library to communicate with the Gitee endpoint (ai.gitee.com) and contains no evidence of malicious execution, data exfiltration beyond the intended image processing, or prompt injection attacks.
Capability Assessment
Purpose & Capability
Name/description state OCR via an external Gitee AI service and the package requires a single GITEEAI_API_KEY. The bundled script calls a Gitee AI endpoint (base_url=https://ai.gitee.com/v1) and uses a PaddleOCR model — these requirements match the declared purpose.
Instruction Scope
SKILL.md instructs the agent to run the included script, extract the line starting with 'OCR_RESULT:' and present it to the user. The script only reads the provided image path and (optionally) GITEEAI_API_KEY; it encodes local files to base64 and sends them to the Gitee AI API — expected for OCR but does transmit image data to an external service. Minor formatting oddity: SKILL.md asks to present output with a camera emoji and bracketed text rather than normal markdown image syntax; this is a display choice, not a security issue.
Install Mechanism
There is no automatic installer; the SKILL.md suggests installing the well-known 'openai' Python client via pip. No downloads from unknown URLs or archive extraction are present. The included script lists 'openai' as the dependency, which is consistent with the instructions.
Credentials
Only one environment variable is required: GITEEAI_API_KEY (declared as primary). The key is directly used to authenticate to the Gitee AI endpoint. No unrelated secrets or additional environment access are requested.
Persistence & Privilege
The skill does not request permanent presence (always: false), does not modify other skill configurations, and has no special system-level privileges. Autonomous invocation is allowed (platform default) but not combined with other concerning factors.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install moark-ocr - After installation, invoke the skill by name or use
/moark-ocr - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of moark-ocr
- Enables extraction and recognition of text from images using an external GITEE AI API.
- Provides a workflow to run `perform_ocr.py`, parse its output, extract, and display OCR results.
- Requires GITEEAI_API_KEY; notifies users if the key is missing.
- Presents OCR results and a brief summary based on the user's prompt.
- Output format: displays results in markdown with a camera emoji and label.
Metadata
Frequently Asked Questions
What is Moark Ocr?
Perform Optical Character Recognition (OCR) to extract and recognize text from images. It is an AI Agent Skill for Claude Code / OpenClaw, with 161 downloads so far.
How do I install Moark Ocr?
Run "/install moark-ocr" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Moark Ocr free?
Yes, Moark Ocr is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Moark Ocr support?
Moark Ocr is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Moark Ocr?
It is built and maintained by fchange (@fchange); the current version is v1.0.0.
More Skills