← Back to Skills Marketplace
TencentCloud RecognizeTable OCR
by
tencent-ocr
· GitHub ↗
· v1.0.2
· MIT-0
538
Downloads
0
Stars
2
Active Installs
3
Versions
Install in OpenClaw
/install tencentcloud-ocr-recognizetableaccurate
Description
腾讯云表格识别v3(RecognizeTableAccurateOCR)接口调用技能。当用户需要从表格图片或PDF中识别常规表格、无线表格、多表格的内容,提取每个单元格的文字信息,或将表格图片识别结果导出为Excel文件时,应使用此技能。支持中英文表格图片、旋转表格图片、嵌套表格图片等复杂场景,识别效果优于表格识...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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).
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install tencentcloud-ocr-recognizetableaccurate - After installation, invoke the skill by name or use
/tencentcloud-ocr-recognizetableaccurate - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is TencentCloud RecognizeTable OCR?
腾讯云表格识别v3(RecognizeTableAccurateOCR)接口调用技能。当用户需要从表格图片或PDF中识别常规表格、无线表格、多表格的内容,提取每个单元格的文字信息,或将表格图片识别结果导出为Excel文件时,应使用此技能。支持中英文表格图片、旋转表格图片、嵌套表格图片等复杂场景,识别效果优于表格识... It is an AI Agent Skill for Claude Code / OpenClaw, with 538 downloads so far.
How do I install TencentCloud RecognizeTable OCR?
Run "/install tencentcloud-ocr-recognizetableaccurate" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is TencentCloud RecognizeTable OCR free?
Yes, TencentCloud RecognizeTable OCR is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does TencentCloud RecognizeTable OCR support?
TencentCloud RecognizeTable OCR is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created TencentCloud RecognizeTable OCR?
It is built and maintained by tencent-ocr (@zt1314p-design); the current version is v1.0.2.
More Skills