Automation
wifi-qr
Generate QR code for Wi-Fi credentials
---
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
```bash
# 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
```bash
sudo dnf install qrencode
```
automation
By
Comments
Sign in to leave a comment