← Back to Skills
Automation

wifi-qr

xejrax By xejrax 👁 21 views ▲ 0 votes

Generate QR code for Wi-Fi credentials

GitHub
---
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

Comments

Sign in to leave a comment

Loading comments...