Local QR Code Generator
v1.0.0Generate 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...
⭐ 0· 97·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description (local QR generation) matches the included files and declared dependencies (qrcode, Pillow). No unrelated binaries, services, or credentials are requested.
Instruction Scope
SKILL.md and the scripts limit actions to generating QR codes, printing to stdout, and saving a PNG file. The scripts do not read other files, environment variables, or perform network I/O.
Install Mechanism
No install spec is provided (instruction-only skill). Dependencies are standard Python packages (qrcode, Pillow) which are reasonable for the stated purpose; user must install them via pip or use an environment that already has them.
Credentials
The skill requests no environment variables, credentials, or config paths. The scripts do print the QR content to terminal which is expected but could expose sensitive content if the input is secret.
Persistence & Privilege
always is false and the skill does not request persistent or elevated privileges, nor does it modify agent/system configuration.
Assessment
This skill appears safe and does what it claims, but verify before use: (1) install qrcode and Pillow in a virtualenv (pip install qrcode pillow) to avoid contaminating your system Python; (2) be aware the scripts print the QR content to stdout and will write the PNG to the given path (it can overwrite files); (3) because the source is 'unknown', inspect the two small scripts yourself (they are short and clear) before running; and (4) avoid encoding sensitive secrets into QR codes if you don't want them shown in terminal or written to disk.Like a lobster shell, security has layers — review code before you run it.
latestvk97deykg47e8kfc2fepkcvt8sx83hpqk
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
