Barcode Inquiry - 商品条码查询

v1.0.10

按条形码查询商品名称、品牌、规格与产地等。当用户说:扫这个条码是什么商品、690 开头的条码查一下信息,或类似商品条码查询时,使用本技能。

10· 580·3 current·3 all-time
by极速数据@jisuapi
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description match the behavior: the code calls JisuAPI's barcode2 endpoint and the declared primary env var is JISU_API_KEY, which is exactly what the skill needs.
Instruction Scope
SKILL.md instructs running the included barcode.py with a JSON argument and setting JISU_API_KEY; the instructions reference only the JisuAPI service and do not request unrelated files, system data, or other credentials.
Install Mechanism
No install spec (instruction-only) — low risk. Minor operational inconsistency: the script imports the third-party Python package 'requests' but SKILL.md does not mention installing it or dependencies; this is an availability/operational issue, not a security mismatch.
Credentials
Only JISU_API_KEY is required and is appropriate for calling the JisuAPI service. No unrelated secrets or config paths are requested.
Persistence & Privilege
The skill does not request always:true, does not modify other skills or system config, and runs only when invoked.
Assessment
This skill appears to do exactly what it says: call JisuAPI to look up barcode data. Before enabling: ensure you trust jisuapi.com and are willing to provide your JISU_API_KEY (the key is sent to the API when you query a barcode). Confirm the runtime has the Python 'requests' package installed (SKILL.md does not list dependency installation). Treat the API key like any secret (don't paste other sensitive info into queries), monitor API usage/quotas to avoid charges, and consider running the skill in an environment with network controls if you want to limit outbound access.

Like a lobster shell, security has layers — review code before you run it.

latestvk97ceeq5hj2pf0pbx6va3ph8418451w6

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

🏷️ Clawdis
Binspython3
EnvJISU_API_KEY
Primary envJISU_API_KEY

Comments