← 返回 Skills 市场
omar-khaleel

Advanced QR Intelligence

作者 Omar-Khaleel · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
1612
总下载
3
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install qr-code-pro
功能描述
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 coherent and local-only: the Python scripts generate and decode QR images without network calls or secret access. Before installing, run the pip installs in a virtual environment to avoid polluting system Python and follow the SKILL.md notes to install the zbar system library if needed. Be aware that decoded QR payloads may contain URLs or commands — treat any decoded links cautiously before visiting them. If you need higher assurance, review the included scripts yourself (they are short and readable) or run them in an isolated container. Overall, nothing in the bundle suggests covert exfiltration or unrelated privilege requests.
功能分析
Type: OpenClaw Skill Name: qr-code-pro Version: 1.0.0 The OpenClaw AgentSkills bundle 'qr-code-pro' provides Python scripts for generating and reading QR codes. The `SKILL.md` clearly outlines the purpose and usage, with no evidence of prompt injection attempts. The Python scripts (`scripts/qr_generate.py` and `scripts/qr_read.py`) utilize standard libraries (`qrcode`, `Pillow`, `pyzbar`) for their stated functionality, performing only necessary file I/O (reading/writing images). There is no indication of data exfiltration, malicious execution, persistence mechanisms, or any other high-risk behaviors.
能力评估
Purpose & Capability
Name/description match the included files and instructions. The scripts implement QR generation and decoding and the SKILL.md documents the same capabilities (PNG/JPG output, size/error options, reading images). No unrelated services, binaries, or credentials are requested.
Instruction Scope
Runtime instructions only cover installing Python libraries (qrcode, pillow, pyzbar) and running the provided scripts. The scripts read or write only the image files the user specifies and do not reference other system files, environment variables, network endpoints, or any unexpected data exfiltration paths.
Install Mechanism
There is no bundled install spec; SKILL.md recommends pip installs of well-known packages (qrcode, pillow, pyzbar). Those are standard public packages. System-level dependency zbar is documented for macOS/Linux/Windows. No downloads from arbitrary URLs or archive extraction occur.
Credentials
The skill requests no environment variables, credentials, or config paths. The few external dependencies are justified by the QR functionality and the scripts do not access secrets or other services.
Persistence & Privilege
Skill is not always-enabled and uses normal agent invocation. It does not modify other skills' configs or require persistent system privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install qr-code-pro
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /qr-code-pro 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of the QR Code skill. - Generate QR codes from text or URLs with customizable options. - Save QR codes as PNG files or display in terminal. - Decode/read QR codes from image files (PNG, JPG) and screenshots. - Includes sample scripts and usage examples for generation and reading.
元数据
Slug qr-code-pro
版本 1.0.0
许可证
累计安装 1
当前安装数 1
历史版本数 1
常见问题

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 插件,目前累计下载 1612 次。

如何安装 Advanced QR Intelligence?

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

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。

💬 留言讨论