← 返回 Skills 市场
zt1314p-design

TencentCloud RecognizeTable OCR

作者 tencent-ocr · GitHub ↗ · v1.0.2 · MIT-0
cross-platform ⚠ suspicious
538
总下载
0
收藏
2
当前安装
3
版本数
在 OpenClaw 中安装
/install tencentcloud-ocr-recognizetableaccurate
功能描述
腾讯云表格识别v3(RecognizeTableAccurateOCR)接口调用技能。当用户需要从表格图片或PDF中识别常规表格、无线表格、多表格的内容,提取每个单元格的文字信息,或将表格图片识别结果导出为Excel文件时,应使用此技能。支持中英文表格图片、旋转表格图片、嵌套表格图片等复杂场景,识别效果优于表格识...
安全使用建议
This skill's code matches its description — it sends images/PDFs to Tencent Cloud OCR and requires your Tencent Cloud API key and secret. Before installing or running it: 1) Be aware that image/PDF contents will be transmitted to Tencent Cloud (do not send sensitive documents unless you accept that). 2) The registry metadata incorrectly omits the required env vars; ensure you or the deployment environment provide TENCENTCLOUD_SECRET_ID and TENCENTCLOUD_SECRET_KEY. 3) Use a least-privileged Tencent API key (create a key scoped only to the OCR service if possible) and run the script in an isolated environment. 4) Install the tencentcloud-sdk-python package from PyPI yourself (pip install tencentcloud-sdk-python) rather than trusting any automated installer. 5) If you need higher assurance, ask the publisher to fix the metadata to list required credentials or request a signed/official release location.
功能分析
Type: OpenClaw Skill Name: tencentcloud-ocr-recognizetableaccurate Version: 1.0.2 The skill bundle is a legitimate implementation for calling the Tencent Cloud OCR Table Recognition v3 API. The Python script (scripts/main.py) uses the official tencentcloud-sdk-python to process images and PDFs, correctly handling authentication via environment variables and providing functionality to export results to Excel. No indicators of data exfiltration, malicious execution, or prompt injection were found.
能力评估
Purpose & Capability
The skill's code and SKILL.md implement Tencent Cloud RecognizeTableAccurateOCR and legitimately require Tencent Cloud API credentials and the tencentcloud-sdk-python dependency. However, the registry metadata lists no required environment variables or primary credential, which is inconsistent with the declared purpose.
Instruction Scope
Runtime instructions are scoped to calling the Tencent Cloud OCR API. The script only reads the image/PDF provided via URL or a user-supplied file path (or Base64 string) and transmits that content to Tencent Cloud. It does not attempt to read other system files or additional environment variables.
Install Mechanism
There is no install spec in the registry; the SKILL.md tells users to pip install tencentcloud-sdk-python. Leaving dependency installation to the user is reasonable but means the skill will fail unless the SDK is installed; no additional installers or remote downloads are present in the bundle.
Credentials
The script requires TENCENTCLOUD_SECRET_ID and TENCENTCLOUD_SECRET_KEY (which is proportional to calling Tencent's API). The concern is the metadata (registry) omits those required environment variables and primary credential — this metadata mismatch can hide the need for secrets and mislead users. No unrelated secrets are requested by the code.
Persistence & Privilege
The skill does not request persistent/always-on privileges, does not modify other skills or system configs, and only runs when invoked. It does read and may write a user-specified file path for saving Excel output (expected behavior).
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install tencentcloud-ocr-recognizetableaccurate
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /tencentcloud-ocr-recognizetableaccurate 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
- 新增可参数 `UserAgent`,用于追踪调用来源,统一固定为 `Skills`
v1.0.1
更新显示名称
v1.0.0
Initial release of tencentcloud-ocr-recognizetableaccurate. - Provides Tencent Cloud table (tabular) OCR v3 interface, supporting images and PDFs. - Supports recognition of standard, borderless, multi-table, nested, and rotated tables in Chinese and English. - Enables export of recognition results as Excel (Base64). - Allows input via Base64 or URL; supports PDF single-page recognition. - Includes detailed error codes and output structure documentation. - Offers command line usage examples and parameter guidance.
元数据
Slug tencentcloud-ocr-recognizetableaccurate
版本 1.0.2
许可证 MIT-0
累计安装 2
当前安装数 2
历史版本数 3
常见问题

TencentCloud RecognizeTable OCR 是什么?

腾讯云表格识别v3(RecognizeTableAccurateOCR)接口调用技能。当用户需要从表格图片或PDF中识别常规表格、无线表格、多表格的内容,提取每个单元格的文字信息,或将表格图片识别结果导出为Excel文件时,应使用此技能。支持中英文表格图片、旋转表格图片、嵌套表格图片等复杂场景,识别效果优于表格识... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 538 次。

如何安装 TencentCloud RecognizeTable OCR?

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

TencentCloud RecognizeTable OCR 是免费的吗?

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

TencentCloud RecognizeTable OCR 支持哪些平台?

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

谁开发了 TencentCloud RecognizeTable OCR?

由 tencent-ocr(@zt1314p-design)开发并维护,当前版本 v1.0.2。

💬 留言讨论