Wifi Qr
Generate QR code for Wi-Fi credentials
MIT-0 · Free to use, modify, and redistribute. No attribution required.
⭐ 1 · 1.5k · 1 current installs · 1 all-time installs
by@Xejrax
MIT-0
Security Scan
OpenClaw
Suspicious
high confidencePurpose & Capability
The skill claims to generate Wi‑Fi QR codes and declares qrencode as a required binary, which is appropriate. However, the SKILL.md examples call a 'wifi-qr' CLI (e.g., wifi-qr "MyNetwork" "mypassword") that is not present in the bundle and not provided by qrencode itself. That mismatch means the instructions don't map cleanly to the declared dependency.
Instruction Scope
SKILL.md is instruction-only and gives example usage of a non-existent 'wifi-qr' command instead of demonstrating how to invoke qrencode (or supplying a wrapper). The file also omits where the generated QR image is written, how to name/output it, and how to handle the sensitive password (logging, stdout, file permissions). Because the instructions are vague and reference an absent executable, an agent following them may fail or attempt commands that don't exist.
Install Mechanism
The only install spec is 'dnf install qrencode' which is appropriate and low-risk (pulls from the system package manager). Note this is only suitable for RPM-based systems; no cross-platform install is provided.
Credentials
No environment variables, credentials, or config paths are requested — this is proportionate for the described functionality.
Persistence & Privilege
The skill does not request permanent presence (always: false) and uses normal autonomous invocation defaults; no elevated persistence or cross-skill configuration is requested.
What to consider before installing
This skill appears incomplete rather than malicious: it expects a 'wifi-qr' command that isn't included. Before installing or enabling it, ask the publisher for the missing wrapper or a concrete command example. If you want to proceed yourself, ensure qrencode is installed and consider running qrencode directly with a payload like: qrencode -o wifi.png "WIFI:T:WPA;S:MyNetwork;P:mypassword;;". Also be mindful that Wi‑Fi passwords are sensitive — avoid exposing them in logs or public outputs. Finally, note the install uses dnf (RPM systems) and won't install on Debian/macOS/Windows without a different package method.Like a lobster shell, security has layers — review code before you run it.
Current versionv1.0.0
Download ziplatest
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
📶 Clawdis
Binsqrencode
SKILL.md
Wi-Fi QR
Generate a QR code for Wi-Fi credentials. Scan the QR code with a phone to instantly connect to the network without typing the password.
Commands
# Generate a QR code for a Wi-Fi network (defaults to WPA)
wifi-qr "MyNetwork" "mypassword"
# Specify the security type explicitly
wifi-qr "MyNetwork" "mypassword" --type WPA
Install
sudo dnf install qrencode
Files
1 totalSelect a file
Select a file to preview.
Comments
Loading comments…
