📦 Flight Itinerary Ocr — 机票OCR

v1.0.5

一键解析电子客票行程单,秒级提取旅客姓名、身份证号、航班号、起降地时间、票价、税费及票号,自动结构化输出,免手工录入。

0· 136·0 当前·0 累计
by @scnet-sugon (SCNet-sugon)
下载技能包
最后更新
2026/4/16
0
安全扫描
VirusTotal
Pending
查看报告
OpenClaw
安全
high confidence
NULL
评估建议
This skill is an OCR client that sends a local image file to Scnet's OCR API and requires a Scnet API key (SCNET_API_KEY). Before installing: 1) Expect to provide an API key — do not paste the key into chat; store it as an environment variable or in config/.env with permissions set (e.g., 600). 2) Be aware that images you send may contain sensitive PII (names, ID numbers, ticket numbers) and will be uploaded to https://api.scnet.cn — review Scnet's privacy/security policies and trustworthiness. ...
详细分析 ▾
用途与能力
The skill claims to extract fields from airline electronic tickets and the code + docs implement a client that uploads a local file to Scnet's OCR endpoint and returns parsed JSON — this is coherent. One minor inconsistency: the top-level registry metadata provided to you earlier listed no required env vars, while SKILL.md and skill.yaml (and the code) require SCNET_API_KEY/SCNET_API_BASE. The API credential is appropriate for the stated purpose.
指令范围
SKILL.md and scripts/main.py only reference the local file path to be OCR'd and a config/.env (or environment variable) for SCNET_API_KEY; they instruct uploading the file to https://api.scnet.cn/api/llm/v1/ocr/recognize. There are no instructions to read other system files, secrets, or to transmit data to unexpected endpoints. Error messages and retry logic are present but limited to the skill's scope.
安装机制
There is no install spec that downloads arbitrary code; this is effectively an instruction + small Python script that depends on Python and requests. No external archives, URL shorteners, or unusual installers are used.
凭证需求
The only required secret is SCNET_API_KEY (and optional SCNET_API_BASE). That is proportionate to a client that authenticates to an OCR API. Note again the inconsistency between the registry summary (which listed no required env vars) and the included SKILL.md/skill.yaml which do declare SCNET_API_KEY as primary_credential.
持久化与权限
The skill is not always-enabled and does not request elevated privileges or persistently modify other skills or system-wide settings. It only reads a local config file (config/.env) and does normal network calls to the stated API endpoint.
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

版本

latestv1.0.52026/3/27

NULL

Pending

安装命令

点击复制
官方npx clawhub@latest install flight-itinerary-ocr
镜像加速npx clawhub@latest install flight-itinerary-ocr --registry https://cn.longxiaskill.com
数据来源ClawHub ↗ · 中文优化:龙虾技能库