An AI-powered utility for generating highly customizable QR codes and barcodes for various data types including URLs and WiFi configurations.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install my-generate-qr-code
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 my-generate-qr-code using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The My Generate QR Code skill is a versatile tool designed for developers and power users within the Openclaw Skills ecosystem. It allows users to instantly transform text, URLs, and WiFi credentials into visual QR code images.
Built on top of the robust qrcode and Pillow libraries, this skill provides a seamless interface for creating professional-grade codes with full control over aesthetics and storage. By integrating this into your workflow, you can automate the creation of promotional links or network access points through simple natural language commands, ensuring your data is always accessible in a scan-friendly format.
To use this within the Openclaw Skills environment, ensure you have the required Python dependencies installed via pip:
pip install qrcode pillow
The skill requires file write permissions to save the generated images to your local storage.
The skill organizes its output as image files (PNG) and processes the following metadata taxonomy:
| Parameter | Type | Description | Default |
|---|---|---|---|
| text | String | The content to encode (URL, text, or WiFi string) | Required |
| size | Integer | The width and height of the QR code in pixels | 300 |
| color | String | Foreground color (supports names like 'red' or hex codes like '#FF0000') | black |
| save_path | String | The local filesystem path for the output file | Desktop/qr_code.png |
Loading
A high-performance AI agent skill for scanning local directories and auditing file metadata using absolute paths.

A comprehensive tool for real-time Berlin public transport routing and departure information using the BVG API.

A critical collection of safety protocols and automation scripts designed to protect configuration integrity and prevent authentication failures.

A comprehensive integration for saving, organizing, and managing articles and URLs using the Readeck API.

A specialized design agent that automates frontend UI/UX workflows, from initial repo analysis to component extraction.

An intelligent, modular memory system for AI agents that integrates semantic search, multi-provider embeddings, and Flomo notes.








































