A local Python-based utility to generate QR codes for URLs, WiFi credentials, and contact cards without external API dependencies.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install qr-code-gen
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-gen 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 Generator is a versatile local utility designed to streamline the creation of high-quality QR codes directly on your workstation. As a specialized entry in the Openclaw Skills library, it allows developers and power users to convert plain text, complex URLs, and networking credentials into scan-ready PNG images without ever sending data to a third-party web service.
By leveraging local Python libraries, this skill ensures maximum data privacy and low-latency generation. It fully supports standard formats including universal WiFi connection strings and vCard digital business cards, making it an essential tool for creating physical-to-digital bridges in professional workflows.
To utilize this functionality within your Openclaw Skills environment, you must install the required Python dependencies:
pip3 install qrcode[pil]
# Or on Ubuntu/Debian systems:
sudo apt-get install python3-qrcode
The skill generates standard image files and organizes data according to industry-standard protocols. The output characteristics are summarized below:
| Attribute | Description | Value/Format |
|---|---|---|
| Output Format | Raster Image | PNG |
| Default Path | User Home | ~/qrcode_output.png |
| WiFi Protocol | Connection String | WIFI:S:SSID;T:WPA;P:PASSWORD;; |
| VCard Version | Contact Standard | vCard 3.0 |
Loading
A local, cryptographically secure utility for generating strong passwords, memorable passphrases, and performing detailed security strength analysis.

A comprehensive automation suite for controlling Linux desktop environments via command-line scripts and simulated user inputs.

A powerful tool for instant currency conversion and exchange rate lookups supporting over 150 global currencies without needing an API key.

A command-line utility for retrieving real-time cryptocurrency valuations, market rankings, and price movement data via the CoinGecko API.

A versatile CLI-based utility for converting between metric, imperial, and digital measurement systems.

A specialized tool for fetching real-time Finnish electricity prices and identifying the cheapest windows for EV charging.








































