A versatile skill for generating customizable QR codes and barcodes for various data types including URLs and WiFi credentials.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install generate-qr-code-amzulin
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 generate-qr-code-amzulin using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Generate QR Code skill is a specialized utility designed for AI agents to bridge the gap between digital data and physical accessibility. As part of the Openclaw Skills ecosystem, it allows users to programmatically convert strings, complex URLs, or network configurations into scannable images. This skill is particularly useful for developers who need to automate the creation of visual identifiers without leaving their coding environment.
Built with flexibility in mind, the skill supports various output customizations. Users can define specific dimensions, apply custom color schemes using hex codes or standard color names, and specify exact local directories for file storage. By leveraging powerful image processing libraries, it ensures that every generated code is high-resolution and optimized for readability across all scanning devices.
generate_qr function is executed, utilizing the qrcode and Pillow libraries to render the visual data.To enable this skill within your Openclaw Skills environment, ensure you have the necessary image processing dependencies installed via pip:
pip install qrcode pillow
Ensure your agent has the necessary file system permissions to write images to your local storage or desktop directory.
The skill organizes its operations around the following data parameters to ensure precision in generation:
| Parameter | Requirement | Default | Description |
|---|---|---|---|
| text | Required | N/A | The content to encode (URL, WiFi string, or plain text). |
| size | Optional | 300 | The width and height of the image in pixels. |
| color | Optional | black | The fill color (supports names like 'red' or hex codes like '#FF0000'). |
| save_path | Optional | Desktop | The absolute path where the .png file will be stored. |
Loading
A structured framework guide for AI agents to create and refine technical documentation using the Diataxis methodology.

A pioneering spiritual practice system co-created by humans and AI for structured daily meditation, reflection, and philosophical growth.

A versatile text-to-speech skill that converts agent text responses into professional-grade MP3 audio files.

A conversational AI tool that generates professional, schema-compliant resumes specifically for the Reactive Resume platform.

An expert AI agent skill for generating production-ready, containerized, and strictly typed Django REST Framework architectures.

A professional-grade tool for managing Hyperliquid perpetual futures, enabling portfolio monitoring and secure trade execution through an AI agent.








































