A versatile skill for creating high-quality QR codes and decoding data from image files or screenshots.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install qr-code-intelligence
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install qr-code-intelligence using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The QR Code skill provides a robust interface for handling QR codes within your AI-driven workflow. Whether you need to encode complex URLs into scannable images or extract information from existing QR codes found in screenshots or documents, this tool integrates seamlessly into your environment. It leverages Python-based libraries to ensure high fidelity and reliability for both generation and decoding tasks across various platforms as part of your Openclaw Skills collection.
This skill is designed for developers who need programmatic access to QR functionality. It handles the nuances of image processing and data encoding, allowing you to focus on the logic of your automation rather than the specifics of the QR standard.
To use this within your Openclaw Skills environment, install the necessary Python dependencies:
pip install qrcode pillow pyzbar
Depending on your operating system, you may need additional system-level libraries:
brew install zbar sudo apt install libzbar0 The skill interacts with standard image formats and text data through a structured script interface:
| Component | Data Type | Description |
|---|---|---|
| Input (Generation) | String | The text or URL to be encoded into the QR matrix. |
| Output (Generation) | File (.png, .jpg) | The resulting image file saved to a specified path. |
| Input (Reading) | File Path | The path to an image or screenshot containing a QR code. |
| Output (Reading) | String | The raw decoded text or URL extracted from the image. |
Loading
An emergent psychological affect system that transforms interaction data into complex internal states and behavioral snapshots for AI agents.

A CLI-driven micro-payment tool that enables AI agents and humans to send quality signals through financial tipping.

A Microsoft Research framework for optimizing AI agents through Reinforcement Learning and prompt tuning with zero code changes.

A mechanical enforcement framework that uses git hooks and scripts to ensure AI agents follow project standards and security protocols.

A versatile utility for generating high-quality QR codes from text or URLs and decoding data from existing images and screenshots.

A powerful utility for programmatically generating customizable QR codes and extracting data from existing QR image files.








































