skills$openclaw/wifi-qr
xejrax4.3k

by xejrax

wifi-qr – OpenClaw Skill

wifi-qr is an OpenClaw Skills integration for security workflows. Generate QR code for Wi-Fi credentials

4.3k stars1.9k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026security

Skill Snapshot

namewifi-qr
descriptionGenerate QR code for Wi-Fi credentials OpenClaw Skills integration.
ownerxejrax
repositoryxejrax/wifi-qr
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @xejrax/wifi-qr
last updatedFeb 7, 2026

Maintainer

xejrax

xejrax

Maintains wifi-qr in the OpenClaw Skills directory.

View GitHub profile
File Explorer
2 files
.
_meta.json
266 B
SKILL.md
845 B
SKILL.md

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
README.md

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.