← 返回 Skills 市场
Advanced QR Intelligence
作者
Omar-Khaleel
· GitHub ↗
· v1.0.0
2244
总下载
1
收藏
15
当前安装
1
版本数
在 OpenClaw 中安装
/install qr-code
功能描述
Generate and read QR codes. Use when the user wants to create a QR code from text/URL, or decode/read a QR code from an image file. Supports PNG/JPG output and can read QR codes from screenshots or image files.
安全使用建议
This skill appears to do exactly what it says: generate and read QR codes, with no network calls or secret access. Before installing/using: (1) run pip installs inside a virtualenv to avoid contaminating your system Python; (2) note that SKILL.md references scripts/qr_generate.py and scripts/qr_read.py but the files are at the repository root — run python qr_generate.py and python qr_read.py (or move files into a scripts/ folder) to avoid file-not-found errors; (3) pyzbar requires the zbar system library (follow the platform notes in SKILL.md); (4) the skill's homepage and source are unknown — if you need stronger assurance, inspect or run the two .py files in a sandbox first. Overall the package is coherent and not suspicious, but fix the path/documentation mismatches before use.
功能分析
Type: OpenClaw Skill
Name: qr-code
Version: 1.0.0
The OpenClaw AgentSkills skill bundle for QR code generation and reading is benign. All files, including the `SKILL.md` instructions and Python scripts (`qr_generate.py`, `qr_read.py`), are clearly aligned with the stated purpose. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, prompt injection attempts against the agent, or obfuscation. The skill uses standard Python libraries (`qrcode`, `pillow`, `pyzbar`) and system package managers for dependencies, without introducing any suspicious components or behaviors.
能力评估
Purpose & Capability
Name/description match the included Python scripts: qr_generate.py generates QR images and qr_read.py decodes QR images. The capabilities claimed (PNG/JPG output, decode from image files) are consistent with the code.
Instruction Scope
SKILL.md instructs running scripts from scripts/qr_generate.py and scripts/qr_read.py and mentions displaying in-terminal and reading screenshots; the repository contains qr_generate.py and qr_read.py at the top level (no scripts/ subdirectory). The code saves files and decodes image files but does not implement "display in terminal" or screenshot-capture logic. These are documentation mismatches that could cause runtime errors but are not malicious.
Install Mechanism
No install spec; SKILL.md recommends installing Python packages via pip (qrcode, pillow, pyzbar). This is a normal, low-risk instruction-only install pattern. System zbar library requirements for pyzbar are noted in the README.
Credentials
No environment variables, credentials, or config paths are requested. The scripts do not access network services, secrets, or unrelated system configuration.
Persistence & Privilege
always is false and the skill does not request persistent or elevated presence. It does not modify other skills or system-wide settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install qr-code - 安装完成后,直接呼叫该 Skill 的名称或使用
/qr-code触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: High-precision QR generation and decoding modules.
元数据
常见问题
Advanced QR Intelligence 是什么?
Generate and read QR codes. Use when the user wants to create a QR code from text/URL, or decode/read a QR code from an image file. Supports PNG/JPG output and can read QR codes from screenshots or image files. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2244 次。
如何安装 Advanced QR Intelligence?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install qr-code」即可一键安装,无需额外配置。
Advanced QR Intelligence 是免费的吗?
是的,Advanced QR Intelligence 完全免费(开源免费),可自由下载、安装和使用。
Advanced QR Intelligence 支持哪些平台?
Advanced QR Intelligence 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Advanced QR Intelligence?
由 Omar-Khaleel(@omar-khaleel)开发并维护,当前版本 v1.0.0。
推荐 Skills