← Back to Skills Marketplace
liudengkui

文档识别-表格识别-Pro(翔云开放平台)

by liudengkui · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ Security Clean
114
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install xiangyun-table-ocr
Description
翔云通用文档/表格识别 Agent。当用户请求以下操作时触发: - 通用文档识别、文档 OCR、OCR 文档、识别图片文字 - 表格识别、表格 OCR、识别表格 - 提取表格内容、读取表格数据 - 识别图片/扫描件/PDF 中的文字和表格 - 表格转 Excel、表格转 Word、表格转 Markdown - 导...
Usage Guidance
This skill appears to do what it says (upload images to netocr.com and return OCR/table results). Before installing: (1) confirm you trust netocr.com as images are uploaded to that third-party service; (2) prefer setting NETOCR_KEY/NETOCR_SECRET as environment variables rather than saving them in the skill's plaintext ./config.json, or keep the config file on a protected filesystem; (3) the script will read any file paths or folders you give it — avoid pointing it at directories containing sensitive files you do not want uploaded; (4) the code rewrites the returned OSS URL to use oss-cn-beijing.aliyuncs.com with a Host header to retrieve exported files (this is explained in the doc and is a workaround for the provider's returned http URL, but you may wish to verify the returned host and the downloaded content); (5) if you ever suspect the key was exposed, rotate it at the provider. Overall the package is internally consistent with its stated purpose.
Capability Analysis
Type: OpenClaw Skill Name: xiangyun-table-ocr Version: 1.0.1 The skill bundle provides a legitimate interface for the Xiangyun OCR platform (netocr.com) to perform document and table recognition. The Python script `scripts/recognize_table.py` correctly implements the API logic, including a documented workaround for SSL certificate validation when downloading results from Alibaba Cloud OSS. Credential handling is restricted to the intended service keys, and no evidence of data exfiltration, unauthorized file access, or malicious prompt injection was found.
Capability Tags
requires-sensitive-credentials
Capability Assessment
Purpose & Capability
Name/description (table/ OCR recognition) match the included Python script and SKILL.md. The script calls netocr.com endpoints for recognition and download and only requires the OCR key/secret — this is proportionate for the declared functionality.
Instruction Scope
Instructions and the script read user-provided file paths or directories, convert some image formats, send image data to netocr.com, save recognition JSON and exported files locally, and can prompt the user for credentials. Those behaviors are necessary for OCR, but they do mean: (1) images (and any content in files you point at) are uploaded to netocr.com; (2) credentials may be saved in a plaintext ./config.json in the skill directory.
Install Mechanism
No install spec (instruction-only + included Python script). The script depends on common libraries (requests, optional Pillow). Nothing is downloaded from unfamiliar URLs or written system-wide during install.
Credentials
No required environment variables; the script optionally reads NETOCR_KEY / NETOCR_SECRET and loads ./config.json or asks the user. Requiring the OCR key/secret is expected. Be aware the skill encourages saving credentials in plaintext config.json in the skill directory (persistent storage of secrets).
Persistence & Privilege
always is false and the skill does not request elevated system-wide privileges. It writes its own config.json and output files in the skill or user-specified directories only, and does not modify other skills or global agent settings.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install xiangyun-table-ocr
  3. After installation, invoke the skill by name or use /xiangyun-table-ocr
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
- No file changes detected; internal version update only. - Documentation and functionality remain unchanged from the previous release.
v1.0.0
- Initial release of xiangyun-table-ocr skill. - Supports OCR and table recognition for images, PDFs, and scans using the NetOCR API. - Enables export of recognized content to multiple formats including Excel, Word, Markdown, PDF, TXT, and OFD. - Credentials are loaded automatically from config.json, environment variables, or prompt the user on first use. - Supports multilingual OCR, table structure analysis, image correction, and batch processing. - Secure SSL strategies are implemented for both API calls and file exports.
Metadata
Slug xiangyun-table-ocr
Version 1.0.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is 文档识别-表格识别-Pro(翔云开放平台)?

翔云通用文档/表格识别 Agent。当用户请求以下操作时触发: - 通用文档识别、文档 OCR、OCR 文档、识别图片文字 - 表格识别、表格 OCR、识别表格 - 提取表格内容、读取表格数据 - 识别图片/扫描件/PDF 中的文字和表格 - 表格转 Excel、表格转 Word、表格转 Markdown - 导... It is an AI Agent Skill for Claude Code / OpenClaw, with 114 downloads so far.

How do I install 文档识别-表格识别-Pro(翔云开放平台)?

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

Is 文档识别-表格识别-Pro(翔云开放平台) free?

Yes, 文档识别-表格识别-Pro(翔云开放平台) is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does 文档识别-表格识别-Pro(翔云开放平台) support?

文档识别-表格识别-Pro(翔云开放平台) is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created 文档识别-表格识别-Pro(翔云开放平台)?

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

💬 Comments