A versatile utility for Openclaw Skills that transforms text, URLs, and WiFi configurations into customizable QR code images.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install fireflylan-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 fireflylan-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 QR Code Generator is a specialized component within the Openclaw Skills ecosystem designed to bridge the gap between digital data and physical accessibility. It enables users to instantly convert information such as website URLs, plain text, and complex WiFi connection strings into high-quality QR codes and barcodes.
This skill provides granular control over the output, allowing for custom dimensions (px), color modifications (names or hex codes), and specific file system destination paths. By leveraging robust Python libraries, it ensures that every generated image is optimized for scanning and ready for immediate professional or personal use.
To use this skill within the Openclaw Skills framework, ensure you have the necessary image processing dependencies installed:
pip install qrcode pillow
The skill requires file write permissions to save the generated .png files to your local storage.
The skill manages data through structured parameters and local file generation:
| Parameter | Type | Default | Description |
|---|---|---|---|
| text | String | Required | The content to encode (URL, Text, WiFi) |
| size | Integer | 300 | The dimensions of the image in pixels |
| color | String | black | Hex code (e.g., #FF0000) or CSS color name |
| save_path | String | Desktop | Destination directory for qr_code.png |
All generated assets are exported as standard PNG images.
Loading
An AI-powered video generation tool that creates satisfying vertical shorts of room organization, decluttering, and chaos-to-order transformations.

A professional reporting assistant that converts conversational project updates into structured, executive-ready construction progress reports.

A reliable utility to discover the external public IP address of a machine by cross-referencing multiple global identity services.

A comprehensive integration that enables AI agents to manage customer engagement data and automate complex marketing workflows using Braze.

A professional-grade content operations engine for planning, drafting, and safely automating multi-platform social media growth.

A conversational AI tool that guides site supervisors through a 10-category safety inspection to generate professional HSE reports with automated severity classification.








































