4.3k★by xejrax
wifi-qr – OpenClaw Skill
wifi-qr is an OpenClaw Skills integration for security workflows. Generate QR code for Wi-Fi credentials
Skill Snapshot
| name | wifi-qr |
| description | Generate QR code for Wi-Fi credentials OpenClaw Skills integration. |
| owner | xejrax |
| repository | xejrax/wifi-qr |
| language | Markdown |
| license | MIT |
| topics | |
| security | L1 |
| install | openclaw add @xejrax/wifi-qr |
| last updated | Feb 7, 2026 |
Maintainer

name: wifi-qr description: "Generate QR code for Wi-Fi credentials" metadata: { "openclaw": { "emoji": "📶", "requires": { "bins": ["qrencode"] }, "install": [ { "id": "dnf", "kind": "dnf", "package": "qrencode", "bins": ["qrencode"], "label": "Install via dnf", }, ], }, }
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
No README available.
Permissions & Security
Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.
Requirements
- OpenClaw CLI installed and configured.
- Language: Markdown
- License: MIT
- Topics:
FAQ
How do I install wifi-qr?
Run openclaw add @xejrax/wifi-qr in your terminal. This installs wifi-qr into your OpenClaw Skills catalog.
Does this skill run locally or in the cloud?
OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.
Where can I verify the source code?
The source repository is available at https://github.com/openclaw/skills/tree/main/skills/xejrax/wifi-qr. Review commits and README documentation before installing.
