Wifi Qr

v1.0.0

Generate QR code for Wi-Fi credentials

1· 1.7k·2 current·2 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Suspicious
high confidence
Purpose & 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.

latestvk9784rwk8f8r1n2pnapc9vw49x80emf5

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

📶 Clawdis
Binsqrencode

Comments