Local QR Code Generator
/install local-qrcode
local-qrcode
Overview
A simple skill for generating QR codes locally. Convert any text or URL to a QR code image (PNG) or display as ASCII art in terminal. Everything runs locally, no external API calls needed.
Features
- Generate PNG QR code: Save QR code as PNG image file
- ASCII QR output: Display QR code directly in terminal as ASCII art
- Customizable: Adjust box size and border size for output
Dependencies
Requires qrcode and Pillow Python packages:
pip install qrcode pillow
Usage
Generate PNG QR code
python3 scripts/generate_png.py "https://example.com" output.png
Generate ASCII QR code
python3 scripts/generate_ascii.py "Hello World"
Custom size
python3 scripts/generate_png.py --box-size 10 --border 4 "content" output.png
Resources
scripts/
generate_png.py- Generate QR code as PNG image filegenerate_ascii.py- Generate QR code as ASCII art for terminal output
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install local-qrcode - After installation, invoke the skill by name or use
/local-qrcode - Provide required inputs per the skill's parameter spec and get structured output
What is Local QR Code Generator?
Generate QR codes locally from text/URL to PNG image or ASCII art. Pure local generation using qrcode library. No API key required. Use when users need to cr... It is an AI Agent Skill for Claude Code / OpenClaw, with 169 downloads so far.
How do I install Local QR Code Generator?
Run "/install local-qrcode" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Local QR Code Generator free?
Yes, Local QR Code Generator is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Local QR Code Generator support?
Local QR Code Generator is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Local QR Code Generator?
It is built and maintained by Alone86136 (@alone86136); the current version is v1.0.0.