🧪 Skills
Wifi Qr
--- name: wifi-qr description: "Generate QR code for Wi-Fi credentials" metadata: { "openclaw": { "emoji": "📶", "requires": { "bins": ["qrencode"] }, "install":
v1.0.0
Description
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
Reviews (0)
Sign in to write a review.
No reviews yet. Be the first to review!
Comments (0)
No comments yet. Be the first to share your thoughts!