← Back to Skills Marketplace
omar-khaleel

Advanced QR Intelligence

by Omar-Khaleel · GitHub ↗ · v1.0.0
cross-platform ✓ Security Clean
1612
Downloads
3
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install qr-code-pro
Description
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.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install qr-code-pro
  3. After installation, invoke the skill by name or use /qr-code-pro
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug qr-code-pro
Version 1.0.0
License
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is 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. It is an AI Agent Skill for Claude Code / OpenClaw, with 1612 downloads so far.

How do I install Advanced QR Intelligence?

Run "/install qr-code-pro" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Advanced QR Intelligence free?

Yes, Advanced QR Intelligence is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Advanced QR Intelligence support?

Advanced QR Intelligence is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Advanced QR Intelligence?

It is built and maintained by Omar-Khaleel (@omar-khaleel); the current version is v1.0.0.

💬 Comments