← Back to Skills Marketplace
sendream2002

GT Simon Deepseek Ocr

by Sendream2002 · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ⚠ suspicious
123
Downloads
0
Stars
1
Active Installs
2
Versions
Install in OpenClaw
/install gt-simon-deepseek-ocr
Description
Extract and return text content from images, screenshots, or scanned documents using DeepSeek OCR.
README (SKILL.md)

DeepSeek OCR\r

\r Extract text from images using DeepSeek OCR.\r \r

When to use\r

Use this skill when a user asks to extract or recognize text from images, screenshots, or scanned documents.\r \r

Parameters\r

  • image: Path to an image file\r \r

Returns\r

  • text: Extracted text content\r \r

Usage\r

deepseek-ocr --image ./example.png

Usage Guidance
This skill is inconsistent and potentially risky. Before installing or enabling it: (1) Ask the author why skill.yaml points to handler.py (which returns a static message) instead of the included Node CLI; (2) Confirm whether the OCR service is intended to be local only — if not, the Node script can leak absolute file paths to any host set via DEEPSEEK_OCR_HOST; (3) Request that environment variables (DEEPSEEK_OCR_HOST/DEEPSEEK_OCR_PORT) be declared in the manifest and documented in SKILL.md, and that the code be changed to send file contents rather than raw filesystem paths if remote OCR is supported; (4) Prefer a version where the runtime entry actually performs OCR or remove confusing unused files. If you cannot get these clarifications, treat the skill as untrustworthy and avoid running its CLI or allowing it to access sensitive images.
Capability Analysis
Type: OpenClaw Skill Name: gt-simon-deepseek-ocr Version: 1.0.1 The skill is a straightforward implementation for interfacing with a DeepSeek OCR service. The primary logic in 'Scripts/index.js' sends a local file path to a configurable OCR host (defaulting to localhost), while the 'handler.py' entry point currently serves as a harmless placeholder. No indicators of data exfiltration, malicious execution, or prompt injection were found.
Capability Assessment
Purpose & Capability
The skill claims to perform OCR. The bundled Node script (Scripts/index.js) implements a client that posts an image path to a DeepSeek OCR service, which aligns with the stated purpose only if such a service exists locally. However the runtime entry in skill.yaml points to handler.py, whose run() returns a static message and does no OCR. The SKILL.md usage name ('deepseek-ocr') and package.json bin name differ from each other and from the manifest entry, indicating poor/incorrect wiring between claimed capability and actual executable code.
Instruction Scope
The Node script resolves the absolute path of the provided image and sends that path in JSON to the OCR service. If the OCR host is overridden to a remote server, this leaks absolute filesystem paths (and confirms file existence). The SKILL.md does not mention that the OCR service must be local or that environment overrides exist. The handler that the runtime will actually call doesn't use the Node script, so the agent-invoked behavior is inconsistent with the included instructions.
Install Mechanism
No install script or remote downloads are present; this is an instruction/code-only package. There are no external install URLs or archive extraction steps to flag.
Credentials
The Node script reads DEEPSEEK_OCR_HOST and DEEPSEEK_OCR_PORT to override the OCR service address, but the skill declares no required env vars. Those environment options are not documented in SKILL.md or skill.yaml. Allowing the host to be set to an arbitrary network endpoint can enable exfiltration of file paths to remote servers, which is disproportionate to the stated simple OCR purpose unless explicitly documented and restricted to localhost.
Persistence & Privilege
The skill is not marked always:true and does not request system-wide config changes or extra privileges. It does not persist state or modify other skills.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install gt-simon-deepseek-ocr
  3. After installation, invoke the skill by name or use /gt-simon-deepseek-ocr
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
- Initial release. - Added core script at Scripts/index.js for text extraction from images using DeepSeek OCR.
v1.0.0
Initial release of DeepSeek OCR skill. - Extracts text from images, screenshots, or scanned documents. - Accepts image file path as input. - Returns the extracted text content.
Metadata
Slug gt-simon-deepseek-ocr
Version 1.0.1
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 2
Frequently Asked Questions

What is GT Simon Deepseek Ocr?

Extract and return text content from images, screenshots, or scanned documents using DeepSeek OCR. It is an AI Agent Skill for Claude Code / OpenClaw, with 123 downloads so far.

How do I install GT Simon Deepseek Ocr?

Run "/install gt-simon-deepseek-ocr" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is GT Simon Deepseek Ocr free?

Yes, GT Simon Deepseek Ocr is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does GT Simon Deepseek Ocr support?

GT Simon Deepseek Ocr is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created GT Simon Deepseek Ocr?

It is built and maintained by Sendream2002 (@sendream2002); the current version is v1.0.1.

💬 Comments