A versatile command-line utility for generating scannable QR codes from text, URLs, WiFi credentials, and vCards.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install skill-1
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 skill-1 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-gen tool is a powerful utility within the Openclaw Skills ecosystem designed to convert digital information into scannable barcode formats. Whether you need to share a website link, distribute WiFi credentials, or create digital business cards, this skill provides a streamlined interface for programmatic QR generation. It is built to serve developers who need to integrate scannable data into their workflows, supporting multiple output formats including raster images, vector graphics, and even terminal-friendly ASCII art.
By leveraging this component of Openclaw Skills, users can automate the creation of assets for marketing, internal documentation, or hardware setup. The tool handles the complexity of encoding logic and error correction, ensuring that the generated codes remain readable even under sub-optimal conditions or physical damage.
This skill is designed to be plug-and-play. It automatically handles its Python dependencies upon first run. Ensure you have Python 3 installed on your system.
# Generate a standard QR code for a URL
python3 scripts/generate_qr.py "https://example.com" -o code.png
The skill manages data encoding and file output according to the following schema:
| Feature | Supported Values |
|---|---|
| Output Formats | PNG, SVG, ASCII |
| Data Types | Plain Text, URL, WiFi (SSID/Pass/Type), vCard 3.0 |
| Error Correction | L (7%), M (15%), Q (25%), H (30%) |
| Customization | Box size (pixels), Border width (modules) |
Loading
An automated content engine that produces a full week of platform-specific social media posts for any topic or target audience.

A comprehensive SEO auditing tool that scans URLs for technical issues and provides prioritized optimization recommendations.

A CLI tool that transforms messy meeting transcripts into structured summaries, decisions, and action items.

A streamlined shell utility that transforms basic product metadata into complete, mobile-responsive HTML landing pages.

A zero-dependency Python tool to convert Markdown into responsive, styled, and self-contained HTML documents.

A zero-dependency Python utility for formatting, validating, minifying, and querying JSON data via the command line.








































