← Back to Skills Marketplace
xejrax

Wifi Qr

by Xejrax · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
1758
Downloads
1
Stars
2
Active Installs
1
Versions
Install in OpenClaw
/install wifi-qr
Description
Generate QR code for Wi-Fi credentials
Usage Guidance
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.
Capability Analysis
Type: OpenClaw Skill Name: wifi-qr Version: 1.0.0 The skill bundle defines a utility to generate Wi-Fi QR codes. It explicitly requires and instructs the agent to install the `qrencode` package via `dnf`, which is a standard package manager command for a legitimate tool. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, prompt injection attempts against the agent, or obfuscation. All actions and instructions are clearly aligned with the stated purpose of generating QR codes for Wi-Fi credentials.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install wifi-qr
  3. After installation, invoke the skill by name or use /wifi-qr
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial publish
Metadata
Slug wifi-qr
Version 1.0.0
License
All-time Installs 2
Active Installs 2
Total Versions 1
Frequently Asked Questions

What is Wifi Qr?

Generate QR code for Wi-Fi credentials. It is an AI Agent Skill for Claude Code / OpenClaw, with 1758 downloads so far.

How do I install Wifi Qr?

Run "/install wifi-qr" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Wifi Qr free?

Yes, Wifi Qr is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Wifi Qr support?

Wifi Qr is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Wifi Qr?

It is built and maintained by Xejrax (@xejrax); the current version is v1.0.0.

💬 Comments