← 返回 Skills 市场
wangziiiiii

Image Ocr

作者 wangziiiiii · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ 安全检测通过
333
总下载
1
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install siliconflow-image-ocr
功能描述
SiliconFlow OCR for screenshots, receipts, forms, and tables with mixed Chinese/English extraction. Use when users ask 提取图片文字/识别截图/OCR表格/票据识别. Supports local...
安全使用建议
This skill sends entire images (local files are base64-encoded into data: URIs) and prompts to SiliconFlow's API; do not use it with images that contain highly sensitive personal, financial, or legal data unless you trust SiliconFlow and your key handling. Note the registry metadata omits the required SILICONFLOW_API_KEY — you'll need to set the env var or put the key at ~/.openclaw/secrets/siliconflow_api_key (recommend file permissions 600). If you require offline OCR or must avoid external transmission, do not install. Otherwise: verify the vendor URL, generate an API key with appropriate scope/rotation, inspect network policy and logs, and consider running the script in a sandboxed environment first.
功能分析
Type: OpenClaw Skill Name: siliconflow-image-ocr Version: 1.0.1 The skill provides legitimate OCR functionality using the SiliconFlow API. The script `scripts/paddleocr_vl.py` implements standard multi-modal request logic, handling local file reading and remote URL processing without any signs of obfuscation, data exfiltration, or unauthorized execution. Credential handling for the API key follows the documented OpenClaw patterns (environment variables or local secret files), and the network communication is restricted to the official SiliconFlow endpoint.
能力评估
Purpose & Capability
Name/description (image OCR for screenshots/receipts/forms, Chinese/English) matches the included script and instructions. The script calls SiliconFlow's OCR model and accepts local files, URLs, or base64 inputs — all coherent with the stated purpose.
Instruction Scope
SKILL.md and the script instruct the agent to read an API key (env var or a local file) and to POST images (local files encoded as data: URIs or remote URLs) to https://api.siliconflow.cn/v1/chat/completions. This is expected for a hosted OCR service, but it means image contents (possibly sensitive) are sent to an external service.
Install Mechanism
No install spec or remote downloads. The skill is instruction-only with one bundled Python script; nothing will be downloaded or installed by the registry metadata.
Credentials
Runtime requires a single service credential (SILICONFLOW_API_KEY or a local file at ~/.openclaw/secrets/siliconflow_api_key), which is proportionate for a remote API. However, the registry metadata incorrectly lists no required env vars — this mismatch should be fixed so users know an API key is required before use.
Persistence & Privilege
always is false; the skill does not request elevated or permanent platform-wide privileges and does not modify other skills. It only reads its recommended credential file when present.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install siliconflow-image-ocr
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /siliconflow-image-ocr 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Sync latest local fixes and docs
v1.0.0
Launch public skill with clearer landing copy
元数据
Slug siliconflow-image-ocr
版本 1.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Image Ocr 是什么?

SiliconFlow OCR for screenshots, receipts, forms, and tables with mixed Chinese/English extraction. Use when users ask 提取图片文字/识别截图/OCR表格/票据识别. Supports local... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 333 次。

如何安装 Image Ocr?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install siliconflow-image-ocr」即可一键安装,无需额外配置。

Image Ocr 是免费的吗?

是的,Image Ocr 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Image Ocr 支持哪些平台?

Image Ocr 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Image Ocr?

由 wangziiiiii(@wangziiiiii)开发并维护,当前版本 v1.0.1。

💬 留言讨论