← 返回 Skills 市场
GT Simon Deepseek Ocr
作者
Sendream2002
· GitHub ↗
· v1.0.1
· MIT-0
123
总下载
0
收藏
1
当前安装
2
版本数
在 OpenClaw 中安装
/install gt-simon-deepseek-ocr
功能描述
Extract and return text content from images, screenshots, or scanned documents using DeepSeek OCR.
使用说明 (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
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install gt-simon-deepseek-ocr - 安装完成后,直接呼叫该 Skill 的名称或使用
/gt-simon-deepseek-ocr触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
GT Simon Deepseek Ocr 是什么?
Extract and return text content from images, screenshots, or scanned documents using DeepSeek OCR. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 123 次。
如何安装 GT Simon Deepseek Ocr?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install gt-simon-deepseek-ocr」即可一键安装,无需额外配置。
GT Simon Deepseek Ocr 是免费的吗?
是的,GT Simon Deepseek Ocr 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
GT Simon Deepseek Ocr 支持哪些平台?
GT Simon Deepseek Ocr 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 GT Simon Deepseek Ocr?
由 Sendream2002(@sendream2002)开发并维护,当前版本 v1.0.1。
推荐 Skills